@font-face {
  font-family: Lato;
  src: url(../font/Lato-Regular.woff) format("woff");
  font-weight: normal;
}
@font-face {
  font-family: Lato;
  src: url(../font/Lato-Bold.woff) format("woff");
  font-weight: bold;
}
#other .overview .c-accordion .c-accordion__item::before, #other .contact__area::before, #mainContents .prize__item::before, #year .history .prize__list::before,
#year .award .prize__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  min-width: 52px;
  height: auto;
  background-color: #EB677666;
  clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
  aspect-ratio: 3/1;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__item::before, #other .contact__area::before, #mainContents .prize__item::before, #year .history .prize__list::before,
#year .award .prize__list::before {
    min-width: 40px;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.-flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .-flex {
    display: block;
  }
}

.-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 900px) {
  .-grid {
    grid-template-columns: 1fr;
  }
}

.content {
  padding: 100px 0 250px;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .content {
    padding: 70px 0 200px;
  }
}

section {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  section {
    margin-bottom: 40px;
  }
}
section:last-of-type {
  margin-bottom: 0;
}
section > div:last-of-type::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 300px;
  margin: 0 calc(50% - 50vw);
  background: url(../images/year/bg_decoration-bottom.svg);
  background-size: cover;
  opacity: 0.8;
}

article {
  position: relative;
  margin-top: 78px;
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  article {
    margin-top: 19vw;
  }
}
article::before {
  content: "";
  position: fixed;
  z-index: -10;
  width: 100vw;
  height: 100vh;
  background: url(../images/year/mv.jpg);
  background-position: center;
  background-size: cover;
}

.title__firstly {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0 0 10px #EB6776;
}
@media screen and (max-width: 900px) {
  .title__firstly {
    font-size: 35px;
    margin-bottom: 45px;
  }
}

.title__secondary {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .title__secondary {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: calc(29 / 19);
  }
}

.title__tertiary {
  font-size: 15px;
  font-weight: bold;
}

.scroll {
  position: absolute;
  right: 80px;
  bottom: 70px;
  color: #F8E86C;
  font-size: 12px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transform-origin: top left;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 900px) {
  .scroll {
    right: 0;
    bottom: 20px;
    font-size: 6px;
  }
}
.scroll .scroll__inner {
  position: relative;
}
.scroll .scroll__inner::before {
  position: absolute;
  left: -2px;
  bottom: -45px;
  height: 240px;
  width: 1px;
  background-color: #F8E86C;
  content: "";
}
@media screen and (max-width: 900px) {
  .scroll .scroll__inner::before {
    bottom: -23px;
    height: 120px;
  }
}
.scroll .scroll__inner::after {
  position: absolute;
  left: -2px;
  bottom: -45px;
  height: 10px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  animation: scroll 3s infinite ease-out;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-230px);
  }
}
@media screen and (max-width: 900px) {
  .scroll .scroll__inner::after {
    bottom: -23px;
  }
  @keyframes scroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-110px);
    }
  }
}

#year .history .prize__list,
#year .award .prize__list {
  position: relative;
  padding: 60px;
  background-color: #000;
  border: solid 1px #EB677666;
}
@media screen and (max-width: 900px) {
  #year .history .prize__list,
#year .award .prize__list {
    padding: 20px;
  }
}
#year .history .prize__item,
#year .award .prize__item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #464646;
}
@media screen and (max-width: 900px) {
  #year .history .prize__item,
#year .award .prize__item {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
#year .history .prize__item > a,
#year .history .prize__item > div,
#year .award .prize__item > a,
#year .award .prize__item > div {
  display: flex;
  gap: 40px;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  #year .history .prize__item > a,
#year .history .prize__item > div,
#year .award .prize__item > a,
#year .award .prize__item > div {
    flex-direction: column;
  }
}
#year .history .prize__item > div:first-of-type,
#year .award .prize__item > div:first-of-type {
  flex-basis: 30%;
}
#year .history .prize__item > div:last-of-type,
#year .award .prize__item > div:last-of-type {
  flex-basis: 70%;
}
#year .history .prize__item:last-of-type,
#year .award .prize__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 900px) {
  #year .history .prize__item:nth-child(2) .prize__img img,
#year .award .prize__item:nth-child(2) .prize__img img {
    border: solid 1px #A3A3A3;
  }
}
#year .history .prize__img,
#year .award .prize__img {
  flex-basis: 30%;
}
@media screen and (max-width: 900px) {
  #year .history .prize__img,
#year .award .prize__img {
    width: 70%;
    margin: auto;
  }
}
#year .history .prize__main,
#year .award .prize__main {
  flex-basis: 70%;
}
#year .history .prize__main > p,
#year .award .prize__main > p {
  color: #EB6776;
  font-size: 14px;
  margin-bottom: 10px;
}
#year .history .prize__main > h4,
#year .award .prize__main > h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #EB6776;
}
#year .history .prize__main > table,
#year .award .prize__main > table {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 900px) {
  #year .history .prize__main > table,
#year .award .prize__main > table {
    font-size: 15px;
  }
}
#year .history .prize__main > table tr,
#year .award .prize__main > table tr {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #year .history .prize__main > table tr,
#year .award .prize__main > table tr {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#year .history .prize__main > table tr:last-of-type,
#year .award .prize__main > table tr:last-of-type {
  margin-bottom: 0;
}
#year .history .prize__main > table th,
#year .award .prize__main > table th {
  width: 30%;
  color: #A3A3A3;
}
@media screen and (max-width: 900px) {
  #year .history .prize__main > table th,
#year .award .prize__main > table th {
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
#year .history .prize__main > table td,
#year .award .prize__main > table td {
  width: 70%;
  line-height: calc(24 / 15);
}
@media screen and (max-width: 900px) {
  #year .history .prize__main > table td,
#year .award .prize__main > table td {
    width: 100%;
  }
}
#year .history .prize__item-text,
#year .award .prize__item-text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 26px;
}

.button__area {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .button__area {
    margin-top: 40px;
  }
}
.button__area .button__item {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .button__area .button__item {
    width: auto;
  }
}
.button__area .button__item > a {
  position: relative;
  margin-bottom: 30px;
  background-color: #000;
  width: 100%;
  height: 70px;
  min-width: 400px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  border: solid 2px #EB6776;
  box-shadow: 0px 4px 4px 0px #00000040 inset, 0px 0px 10px 0px #FFFFFF80;
  text-shadow: 0 0 10px #EB6776;
  transition: border 0.5s;
}
@media screen and (max-width: 900px) {
  .button__area .button__item > a {
    min-width: auto;
    width: 90%;
    margin: auto;
  }
}
.button__area .button__item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transition: right 0.3s, border 0.5s;
  transform: rotate(45deg);
  border-top: solid 2px #EB6776;
  border-right: solid 2px #EB6776;
}
.button__area .button__item > a:hover {
  border: solid 2px #F499A3;
  opacity: 1;
}
.button__area .button__item > a:hover::before {
  right: 15px;
  border-top: solid 2px #F499A3;
  border-right: solid 2px #F499A3;
}

.mainVisual {
  position: relative;
  width: 100vw;
  height: calc(100vh - 82px);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .mainVisual {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-height: 700px) {
  .mainVisual {
    height: 100%;
    min-height: 600px;
  }
}
.mainVisual .deadline {
  color: #FFF;
  margin: 20px 10px 0;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .mainVisual .deadline {
    font-size: 18px;
  }
}

.mainVisual__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .mainVisual__wrapper {
    width: 100%;
    position: static;
  }
}

.mainVisual__logo {
  margin: auto;
  margin-bottom: 40px;
}
.mainVisual__logo img {
  width: 42%;
}
@media screen and (max-width: 900px) {
  .mainVisual__logo img {
    width: 80%;
  }
}

.mainVisual__catch {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .mainVisual__catch {
    margin-bottom: 20px;
  }
}
.mainVisual__catch img {
  width: 80%;
}
@media screen and (max-width: 900px) {
  .mainVisual__catch img {
    width: 90%;
    margin: auto;
  }
}

.mainVisual__button__area small {
  display: block;
  margin-top: 20px;
  color: #FFF;
}

.mainVisual__button__wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .mainVisual__button__wrap {
    margin-bottom: 0 !important;
  }
}

.annotation p,
.annotation small {
  display: block;
  margin-bottom: 15px;
}
.annotation p {
  font-size: 12px;
}
.annotation small {
  font-size: 11px;
}
.annotation small:last-of-type {
  margin-bottom: 0;
}

.button {
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #FFF;
  background: #000000CC;
  transition: 0.5s;
  font-size: 22px;
  font-weight: bold;
  border: solid 2px #EB6776;
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 0px 12px #FFFFFF80;
  text-shadow: 0px 0px 9px #EB6776;
}
@media screen and (max-width: 900px) {
  .button {
    font-size: 19px;
    border-radius: 0 0 10px 10px;
  }
}
.button:hover {
  border: solid 2px #F499A3;
  opacity: 1;
}
.button.wide {
  flex-direction: initial;
  justify-content: space-between;
  margin-right: 20px;
  font-size: 30px;
  padding: 20px 100px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 900px) {
  .button.wide {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 27px;
    border-radius: 10px 10px 0 0;
  }
}
.button.-disable {
  cursor: default;
  background: #666;
  pointer-events: none;
  border: solid 2px #AAA;
  text-shadow: none;
}
.button.-disable::before {
  border-top: solid 1px #AAA;
  border-right: solid 1px #AAA;
}
.button.-disable:hover::before {
  right: 20px;
}
.button.-soon {
  cursor: default;
  width: 400px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
  border-radius: 10px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .button.-soon {
    min-width: auto;
    width: 90%;
    margin: auto auto 20px;
  }
}
.button.-soon::before, .button.-soon::after {
  content: "";
  position: absolute;
  display: block;
}
.button.-soon::before {
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transition: right 0.5s;
  transform: rotate(45deg);
  border-top: solid 1px #EB6776;
  border-right: solid 1px #EB6776;
}
.button.-soon::after {
  width: 100%;
  height: 100%;
  background-color: #3E3E3ECC;
  border-radius: 8px;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .mainVisual__button__wrap,
.entry__button__wrap {
    width: 90%;
    margin: auto;
  }
}

#mainContents,
#other {
  position: relative;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  #mainContents,
#other {
    width: 90%;
  }
}
#mainContents::before,
#other::before {
  content: "";
  position: absolute;
  top: -100px;
  z-index: -10;
  width: 100vw;
  height: calc(100% + 220px);
  margin: 0 calc(50% - 50vw);
  background: #00000080;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 900px) {
  #mainContents::before,
#other::before {
    top: -70px;
    height: calc(100% + 190px);
    backdrop-filter: blur(5px);
  }
}

#mainContents::after {
  content: "";
  position: absolute;
  top: 0;
  top: -100px;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: calc(100% + 220px);
  margin: 0 calc(50% - 50vw);
  background: url(../images/year/bg_decoration.svg);
  background-size: cover;
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  #mainContents::after {
    top: -40px;
    height: calc(100% + 80px);
    background-size: contain;
  }
}
#mainContents > div:last-of-type::before {
  bottom: -100px;
  content: none;
}
@media screen and (max-width: 900px) {
  #mainContents > div:last-of-type::before {
    bottom: -40px;
    width: 50px;
    height: 300px;
  }
}
#mainContents .prize__head {
  margin-bottom: 40px;
}
#mainContents .prize__head img {
  box-shadow: 0 0 20px #f86c8daa;
}
#mainContents .prize__title {
  margin-bottom: 10px;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #mainContents .prize__title {
    font-size: 17px;
    font-weight: bold;
  }
}
#mainContents .prize__item {
  position: relative;
  margin-bottom: 40px;
  padding: 50px;
  border: solid 1px #EB677666;
}
@media screen and (max-width: 900px) {
  #mainContents .prize__item {
    padding: 20px;
    margin-bottom: 20px;
  }
}
#mainContents .prize__item.-flex {
  justify-content: space-between;
}
#mainContents .prize__item.-flex .prize__item__category {
  width: 20%;
  height: fit-content;
  margin-bottom: 0;
  font-size: 29px;
  line-height: 51px;
}
@media screen and (max-width: 900px) {
  #mainContents .prize__item.-flex .prize__item__category {
    width: 100%;
  }
}
#mainContents .prize__item.-flex .prize__item__category span {
  font-size: 51px;
}
#mainContents .prize__item.-flex .prize__item__wrap {
  width: 75%;
}
@media screen and (max-width: 900px) {
  #mainContents .prize__item.-flex .prize__item__wrap {
    width: 100%;
  }
}
#mainContents .prize__item__inner {
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #mainContents .prize__item__inner .prize__item__wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}
#mainContents .prize__item__category {
  margin-bottom: 40px;
  font-size: 46px;
  line-height: 80px;
  border-bottom: solid 1px #EB677666;
}
@media screen and (max-width: 900px) {
  #mainContents .prize__item__category {
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
#mainContents .prize__item__category span {
  font-size: 80px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #mainContents .prize__item__category span {
    font-size: 50px;
  }
}
#mainContents .prize__item__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #mainContents .prize__item__title {
    font-size: 22px;
  }
}
#mainContents .prize__item__title small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
#mainContents .prize__item__title span {
  font-size: 16px;
}
#mainContents .prize__item__people {
  display: inline-block;
  padding: 0 5px;
  color: #000;
  background: #EB6776;
  font-size: 16px;
}
#mainContents .prize__item__wrap img {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #mainContents .prize__item__wrap img {
    margin-bottom: 15px;
  }
}
#mainContents .prize__item__wrap > small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
#mainContents .prize__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #mainContents .prize__flex {
    display: block;
  }
}
#mainContents .prize__flex .prize__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  #mainContents .prize__flex .prize__item {
    width: 100%;
  }
}

#entry {
  position: relative;
  padding: calc(40px + 70px) 0 calc(25px + 70px);
  text-align: center;
}
#entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(to right, #8A6802, #E2AE13);
  clip-path: polygon(2% 100%, 0% 0%, 100% 0%, 100% 100%);
}
@media screen and (max-width: 900px) {
  #entry::before {
    clip-path: polygon(0 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
#entry::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(to right, #E2AE13, #8A6802);
  clip-path: polygon(0% 100%, 0% 0%, 98% 0%, 100% 100%);
}
@media screen and (max-width: 900px) {
  #entry::after {
    clip-path: polygon(0 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
#entry > div:last-of-type::before {
  content: none;
}
#entry .deadline {
  font-size: 26px;
}
#entry > small {
  display: block;
  margin-top: 10PX;
  font-size: 12px;
}

#other::before {
  height: calc(100% + 380px);
}
#other::after {
  content: "";
  position: absolute;
  top: 0;
  top: -200px;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: calc(100% + 220px);
  margin: 0 calc(50% - 50vw);
  background: url(../images/year/bg_decoration.svg);
  background-position: bottom;
  background-size: contain;
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  #other::after {
    top: -40px;
    height: calc(100% + 80px);
  }
}
#other > div:last-of-type::before {
  bottom: -280px;
}
@media screen and (max-width: 900px) {
  #other > div:last-of-type::before {
    width: 50px;
    height: 300px;
    bottom: -220px;
  }
}
@media screen and (max-width: 900px) {
  #other .note__textarea {
    font-size: 14px;
  }
}
#other .note__textarea small {
  display: block;
  margin-top: 20px;
  font-size: 12px;
}
#other .contact__area {
  position: relative;
  justify-content: flex-start;
  margin: 60px 0;
  padding: 40px;
  border: solid 1px #EB677666;
}
@media screen and (max-width: 900px) {
  #other .contact__area {
    margin: 25px 0;
    padding: 20px;
  }
}
#other .contact__title {
  flex-basis: 30%;
}
@media screen and (max-width: 900px) {
  #other .contact__title {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
#other .contact__main {
  flex-basis: 70%;
}
@media screen and (max-width: 900px) {
  #other .contact__main .email-img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  #other .contact__text {
    font-size: 12px;
  }
}
#other .footer__banner {
  max-width: 450px;
  margin: auto;
  margin-bottom: 160px;
}
@media screen and (max-width: 900px) {
  #other .footer__banner {
    margin-bottom: 120px;
  }
}
#other .ceremony {
  margin-bottom: 160px;
}
@media screen and (max-width: 900px) {
  #other .ceremony {
    margin-bottom: 120px;
  }
}
#other .ceremony .ceremony__item {
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 15px;
}
#other .ceremony .ceremony__item > dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  #other .ceremony .ceremony__item > dl {
    flex-direction: column;
  }
}
#other .ceremony .ceremony__item dt {
  width: 20%;
  padding: 25px 0;
  border-bottom: solid 1px #464646;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #other .ceremony .ceremony__item dt {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}
#other .ceremony .ceremony__item dt:first-of-type {
  padding-top: 0;
}
#other .ceremony .ceremony__item dt:last-of-type {
  border: none;
}
#other .ceremony .ceremony__item dd {
  width: 80%;
  padding: 25px 0;
  border-bottom: solid 1px #464646;
}
@media screen and (max-width: 900px) {
  #other .ceremony .ceremony__item dd {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
#other .ceremony .ceremony__item dd:first-of-type {
  padding-top: 0;
}
#other .ceremony .ceremony__item dd:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 900px) {
  #other .ceremony .ceremony__item dd:last-of-type {
    margin-bottom: 0;
  }
}
#other .ceremony .ceremony__link__text {
  position: relative;
  width: fit-content;
  margin: 20px auto 40px;
  padding-left: 25px;
  font-weight: bold;
}
#other .ceremony .ceremony__link__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  margin: auto;
  border-top: 12px solid #EB6776;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#other .ceremony .ceremony__img {
  flex-basis: 50%;
}
@media screen and (max-width: 900px) {
  #other .ceremony .ceremony__img {
    margin-bottom: 40px;
  }
}
#other .ceremony .ceremony__text {
  flex-basis: 50%;
}
#other .ceremony .ceremony__link__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: auto;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  #other .ceremony .ceremony__link__list {
    gap: 15px;
  }
}
#other .ceremony .ceremony__link__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 20px);
  height: 60px;
  background-color: #FFF;
  border-radius: 6px;
}
@media screen and (max-width: 900px) {
  #other .ceremony .ceremony__link__item {
    width: calc(100% / 2 - 15px);
  }
}
#other .ceremony .ceremony__link__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 10px;
}
#other .overview {
  margin-bottom: 160px;
}
@media screen and (max-width: 900px) {
  #other .overview {
    margin-bottom: 120px;
  }
}
#other .overview .c-accordion {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion {
    margin-top: 20px;
  }
}
#other .overview .c-accordion .c-accordion__item {
  position: relative;
  background-color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__item {
    margin-bottom: 20px;
  }
}
#other .overview .c-accordion .c-accordion__item:last-of-type {
  margin-bottom: 0;
}
#other .overview .c-accordion .c-accordion__item::before {
  width: 3%;
}
#other .overview .c-accordion .c-accordion__title {
  position: relative;
  width: 100%;
  padding: 21px 40px;
  padding-right: 100px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__title {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    padding-right: 90px;
    justify-self: flex-start;
  }
}
#other .overview .c-accordion .c-accordion__title::before, #other .overview .c-accordion .c-accordion__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 12px;
  height: 2px;
  background-color: #EB6776;
  transition: opacity 0.3s;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__title::before, #other .overview .c-accordion .c-accordion__title::after {
    width: 20px;
    right: 20px;
  }
}
#other .overview .c-accordion .c-accordion__title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
#other .overview .c-accordion .c-accordion__title h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__title h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
#other .overview .c-accordion .c-accordion__contents {
  overflow: hidden;
  height: 0;
  padding: 0 40px;
  transition: padding 0.3s;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__contents {
    padding: 0 20px;
  }
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__title::before {
  opacity: 0;
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__title::after {
  transform: translateY(-50%) rotate(180deg);
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents {
  height: auto;
  padding: 40px;
  border-top: solid 1px #EB6776;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents {
    padding: 20px;
  }
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .text__normal {
  font-size: 15px;
  line-height: calc(25 / 15);
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .text__normal {
    font-size: 13px;
    line-height: calc(22 / 13);
  }
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .text__normal + .text__normal {
  margin-top: 30px;
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .text__normal + .title__tertiary {
  margin-top: 30px;
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .text__normal + .c-ol {
  margin: 30px 0;
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .text__normal + .annotation {
  margin-top: 15px;
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .title__tertiary + .text__normal {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .c-ol {
    margin: 30px 0;
  }
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .c-ol .c-li {
  list-style: auto;
  margin-left: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .c-ol .c-li {
    font-size: 13px;
    line-height: calc(22 / 13);
  }
}
#other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .c-ul .c-li {
  list-style: inside;
  list-style-type: square;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion .c-accordion__item.is-show .c-accordion__contents .c-ul .c-li {
    font-size: 13px;
    line-height: calc(22 / 13);
  }
}
#other .overview .c-accordion + .title__secondary {
  margin-top: 90px;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion + .title__secondary {
    margin-top: 50px;
  }
}
#other .overview .c-accordion table {
  margin-top: 20px;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion table tr {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion table th, #other .overview .c-accordion table td {
    width: 100%;
  }
}
#other .overview .c-accordion table th {
  background-color: gray;
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion table th {
    font-weight: 700;
    font-size: 15px;
  }
}
#other .overview .c-accordion table td {
  display: block;
  border-bottom: solid 1px gray;
  line-height: calc(24 / 15);
  margin-left: 5px;
  padding: 10px 15px;
}
@media screen and (max-width: 900px) {
  #other .overview .c-accordion table td {
    margin-left: 0;
    padding: 10px 0;
    border-bottom: none;
    font-size: 13px;
    line-height: calc(22 / 13);
  }
}
#other .award {
  margin-bottom: 160px;
}
@media screen and (max-width: 900px) {
  #other .award {
    margin-bottom: 120px;
  }
}
#other .award .text__normal {
  font-size: 15px;
  line-height: calc(25 / 15);
}
#other .award .c-tabs {
  width: 100%;
}
#other .award input[name=tab-item] {
  display: none;
}
#other .award .c-tab-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 2 - 10.5px);
  height: 60px;
  margin-right: 10px;
  cursor: pointer;
  color: #FFF;
  background-color: #000;
  transition: all 0.2s ease;
  font-weight: bold;
  opacity: 0.6;
  border: solid 1px #000;
  border-radius: 4px;
  box-shadow: 0 0 20px #0061950D;
  text-shadow: 0px 0px 9px #F8E86C;
}
@media screen and (max-width: 900px) {
  #other .award .c-tab-item {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }
}
#other .award .c-tab-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  #other .award .c-tab-item:last-of-type {
    margin-top: 20px;
  }
}
#other .award .c-tab-item:hover {
  opacity: 0.8;
}
#other .award .c-tab-item::before {
  content: "";
  width: 8px;
  height: 6px;
  margin-right: 10px;
  background-color: #EB6776;
  transition: all 0.2s ease;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#other .award .c-tab-content {
  display: none;
  overflow: hidden;
  clear: both;
}
#other .award #tab1:checked ~ .c-tabs #tab1Content,
#other .award #tab2:checked ~ .c-tabs #tab2Content {
  display: block;
}
#other .award input:checked + .c-tab-item {
  opacity: 1;
  border: solid 1px #EB6776;
}
@media screen and (max-width: 900px) {
  #other .history .prize__list {
    padding: 20px;
  }
}

article .logo {
  width: 610px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  article .logo {
    width: 80%;
    margin-top: 6vw;
  }
}
article .page {
  width: 1000px;
  margin: 50px auto;
  padding: 50px;
  background-color: #FFF;
}
@media screen and (max-width: 900px) {
  article .page {
    width: 90%;
    padding: 7vw;
    margin-top: 5vw;
  }
}
article .page section h2 {
  padding: 0 0 15px;
  color: #333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 900px) {
  article .page section h2 {
    margin: 10vw 0 6vw;
    padding: 0 0 3vw;
    font-size: 4.5vw;
  }
}
article .page section p.body {
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 900px) {
  article .page section p.body {
    font-size: 3.2vw;
  }
}
article .page section p.body b {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  article .page section p.body b {
    font-size: 3.5vw;
  }
}
article .page section:first-of-type {
  margin-top: 0;
}
article .page section:first-of-type h2 {
  margin-top: 0;
}
article .image80 {
  width: 80%;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
}
