@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, main, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, img, video, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: opacity .5s ease;
}

a:hover {
  opacity: .6;
}

a:link img, a:visited img, a:hover img, a img {
  border: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  height: auto;
  max-width: 100%;
}

body {
  background-color: #fff;
  color: #2c2d2d;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

:root {
  scroll-behavior: smooth;
}

.drawer-hamburger {
  display: none;
}

.wrapper .main .section .section__main-visual {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.wrapper .main .section .section__main-visual .header {
  background-color: rgba(0, 0, 0, .5);
}

.wrapper .main .section {
  overflow: hidden;
}

.wrapper .main .section .section__main-visual .header .header__inner {
  align-items: center;
  color: #fff;
  column-gap: clamp(20px, calc(11.02vw - 64.7px), 50px);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 0 10px;
  width: min(1700px, 90%);
}

.wrapper .main .section .section__main-visual .header .header__inner .header__logo {
  flex-basis: 25%;
}

.wrapper .main .section .section__main-visual .header .header__inner div .header__nav {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
}

.wrapper .main .section .section__main-visual .header .header__inner div .header__nav ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.wrapper .main .section .section__main-visual .header .header__inner div .header__nav ul li {
  font-size: clamp(12px, calc(1.47vw + .705px), 16px);
  line-height: 1.2;
  text-align: center;
  width: calc(100% / 4);
}

.wrapper .main .section .section__main-visual .header .header__inner div .header__nav ul li a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.wrapper .main .section .section__main-visual .header .header__inner div .header__nav ul li:not(:last-child) a {
  border-right: 1px solid #fff;
}

.wrapper .main .section .section__main-visual .header .header__inner .header__information {
  flex-basis: 50%;
}

.wrapper .main .section .section__main-visual .header .header__inner .header__information figure img {
  margin: 0 auto;
}

.wrapper .main .section .section__main-visual .header .header__inner .header__sponsor {
  flex-basis: 25%;
}

.wrapper .main .section .section__main-visual .header .header__inner .header__sponsor div {
  align-items: center;
  display: flex;
  margin-bottom: 7px;
}

.wrapper .main .section .section__main-visual .header .header__inner .header__sponsor div:last-child {
  margin-bottom: 0;
}

.wrapper .main .section .section__main-visual .header .header__inner .header__sponsor div span:first-child {
  flex-shrink: 0;
  margin-right: 20px;
}

.wrapper .main .entry-button-wrap {
  position: fixed;
  right: -10px;
  top: 200px;
  z-index: 1;
}

.wrapper .main .entry-button .button {
  background-color: #076a73;
  border-radius: 15px;
  box-shadow: 0 0 15px -5px #000;
  color: #fff;
  display: block;
  font-size: clamp(24px, calc(2.11vw + 17.23px), 32px);
  font-weight: bold;
  line-height: 1.2;
  padding: 24px clamp(15px, calc(1.32vw + 13.76px), 24px);
  text-align: center;
  transition: all .5s;
}

.wrapper .main .entry-button .button.button--floating {
  animation: subPulse 2s infinite, slideIn 1s ease-out;
  border: 2px solid #0e8b95;
  box-shadow: 0 0 5px rgba(14, 139, 149, .8);
  font-size: clamp(14px, calc(2vw - 10px), 28px);
}

.wrapper .main .entry-button .button.button--floating {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper .main .entry-button .button:hover {
  background-color: #0a898d;
  opacity: 1;
}

.wrapper .main .entry-button .button:first-child {
  margin-bottom: 30px;
}

.wrapper .main .section .section__main-visual .extension {
  margin: 0 auto;
  padding: clamp(25px, calc(8vw - .6px), 50px) 0 0;
  width: min(637px, 90%);
}

.wrapper .main .section .section__main-visual .main-visual__title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: clamp(25px, calc(8vw - .6px), 50px) 0;
  width: min(784px, 90%);
}

.wrapper .main .section .section__main-visual video {
  height: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: -1;
}

.wrapper .main .section .section__header {
  margin-bottom: clamp(35px, calc(8.14vw + 8.95px), 70px);
  text-align: center;
}

.wrapper .main .section .section__header.section__header--white {
  color: #fff;
}

.wrapper .main .section .section__header.section__header--white h2 span:after {
  background-color: #fff;
}

.wrapper .main .section .section__header h2 {
  font-size: clamp(27px, calc(1.85vw + 21.05px), 35px);
  line-height: 1.2;
}

.wrapper .main .section .section__header h2 span {
  display: inline-block;
  position: relative;
}

.wrapper .main .section .section__header h2 span:after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.wrapper .main .section .section__header.section__header--lead h2 {
  font-size: clamp(18px, calc(2vw + 11px), 28px);
  line-height: 1.6;
}

.wrapper .main .section h3 {
  color: #fff;
  font-size: clamp(18px, calc(1.32vw + 13.76px), 24px);
  margin-bottom: 15px;
}

.wrapper .main .section h3 span {
  background-color: #046d77;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 40px 0;
}

.wrapper .main .section .text {
  font-size: clamp(17px, calc(.23vw + 16.26px), 18px);
  margin-bottom: clamp(27px, calc(6.51vw + 6.17px), 55px);
}

.wrapper .main .section .text.text--large {
  font-size: clamp(18px, calc(1.32vw + 13.76px), 24px);
  margin-bottom: 0;
}

.wrapper .main .section .text.text--medium {
  font-size: clamp(16px, calc(1.11vw + 12.44px), 21px);
  margin-bottom: 0;
}

.wrapper .main .section .text.text--small {
  font-size: clamp(14px, calc(.93vw + 10.02px), 17px);
  margin-bottom: 0;
}

.wrapper .main .section .text.text--white {
  color: #fff;
}

.wrapper .main .section .text:last-child {
  margin-bottom: 0;
}

.wrapper .main .section .text.text--right {
  text-align: right;
}

.wrapper .main .section .text.text--right span {
  display: inline-block;
}

.wrapper .main .section .text.text--right span:last-child {
  margin-left: 5px;
}

.wrapper .main .section .background-gradation {
  background-image: url(background_gradation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper .main .section .background-dot {
  background-color: #e4e4e4;
  position: relative;
}

.wrapper .main .section .background-dot:after {
  background-image: url(background_dot.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 1920px auto;
  content: "";
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.wrapper .main .section .section__lead {
  background-image: url(background_lead.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper .main .section .section__news .news__inner {
  margin: 0 auto;
  padding: clamp(35px, calc(8.14vw + 8.95px), 70px) 0;
  position: relative;
  width: min(775px, 90%);
  z-index: 1;
}

.wrapper .main .section .section__news .news__inner .news::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

.wrapper .main .section .section__news .news__inner .news::-webkit-scrollbar-track {
  background: #e2e0e1;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 0 2px #777;
}

.wrapper .main .section .section__news .news__inner .news::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
  box-shadow: none;
}

.wrapper .main .section .section__news .news__inner .news {
  font-size: 14px;

/* height: 175px; */
  height: 105px;
  line-height: 1.5;
  margin-bottom: 50px;
  overflow-y: scroll;
  padding-right: 20px;
  padding-top: 5px;
}

.wrapper .main .section .section__news .news__inner .news .news__item {
  column-gap: 30px;
  display: flex;
  font-size: clamp(17px, calc(.23vw + 16.26px), 18px);
  margin-bottom: 10px;
}

.wrapper .main .section .section__news .news__inner .news .news__item span:first-child {
  flex-shrink: 0;
}

.wrapper .main .section .section__schedule .schedule__inner {
  margin: 0 auto;
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0;
  text-align: center;
  width: min(550px, 90%);
}

.wrapper .main .section .section__schedule .schedule__inner .schedule:first-child {
  margin-bottom: clamp(35px, calc(8.14vw + 8.95px), 70px);
}

.wrapper .main .section .section__review .review__inner {
  margin: 0 auto;
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0;
  position: relative;
  width: min(1000px, 90%);
  z-index: 1;
}

.wrapper .main .section .section__review .review__inner .criterion {
  margin-bottom: 40px;
}

.wrapper .main .section .section__entry .entry__inner {
  margin: 0 auto;
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0;
  width: min(1000px, 90%);
}

.wrapper .main .section .section__entry .entry__inner .entry {
  margin-bottom: clamp(25px, calc(5.81vw + 6.43px), 50px);
  text-align: center;
}

.wrapper .main .section .section__entry .entry__inner .entry-flow {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 25px;
  margin: 0 auto;
  max-width: 100%;
  padding: clamp(25px, calc(5.81vw + 6.43px), 50px) clamp(20px, calc(4.44vw + 5.78px), 40px);
  width: 800px;
}

.wrapper .main .section .section__entry .entry__inner .entry-flow .flow-box {
  border-left: 1px solid #fff;
  position: relative;
}

.wrapper .main .section .section__entry .entry__inner .entry-flow .flow-box:before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 1px;
  content: "";
  height: 15px;
  left: -7.5px;
  position: absolute;
  transform: rotate(135deg);
  width: 15px;
}

.wrapper .main .section .section__entry .entry__inner .entry-flow .flow-box .flow {
  column-gap: 24px;
  display: flex;
  margin-bottom: 60px;
  padding: 0 clamp(15px, calc(3.33vw + 4.36px), 30px);
}

.wrapper .main .section .section__entry .entry__inner .entry-flow .flow-box .flow figure {
  flex-shrink: 0;
}

.wrapper .main .section .section__review-committee, .wrapper .main .section .section__notes {
  background-color: #2f4848;
}

.wrapper .main .section .section__review-committee .review-committee__inner {
  margin: 0 auto;
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0 30px;
  position: relative;
  width: min(1000px, 90%);
  z-index: 1;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li {
  color: #fff;
  display: flex;
  margin: 0 0 clamp(30px, calc(6.97vw + 7.67px), 60px);
  width: calc(100% / 3);
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div figure {
  overflow: hidden;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div figure img {
  transition: transform .5s ease;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div a:hover {
  opacity: 1;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div a:before {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 3;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div a:after {
  bottom: 50%;
  color: #fff;
  content: "View Profile";
  display: block;
  font-size: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: .5s;
  width: 100%;
  z-index: 3;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div a:hover:before {
  opacity: .5;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div a:hover:after {
  opacity: 1;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div a:hover figure img {
  transform: scale(1.1);
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div div {
  padding: 10px 20px;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div div.coming-soon {
  align-items: center;
  color: #999;
  display: flex;
  font-size: 18px;
  justify-content: center;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li:nth-child(odd) {
  background-color: #0a898d;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li:nth-child(even) {
  background-color: #046d77;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div p span {
  font-size: clamp(14px, calc(.93vw + 10.02px), 17px);
  margin-left: 5px;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div p:not(.name) {
  font-size: clamp(14px, calc(.93vw + 10.02px), 17px);
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div p.venue-judge {
  background-image: url(judge.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 105px auto;
  display: inline-block;
  padding: 5px 10px;
}

.wrapper .main .section .section__review-committee .review-committee__inner .judge li div p.name {
  font-size: clamp(16px, calc(1.11vw + 12.44px), 21px);
}

.wrapper .main .section .section__sponsor .sponsor__inner {
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0 clamp(35px, calc(10vw + 13px), 70px);
}

.wrapper .main .section .section__sponsor .sponsor__inner .sponsor {
  margin: 0 auto;
  text-align: center;
  width: min(1000px, 90%);
}

.wrapper .main .section .section__sponsor .sponsor__inner .sponsor .logo {
  align-items: center;
  column-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapper .main .section .section__sponsor .sponsor__inner .sponsor .logo li {
  margin-bottom: 50px;
}

.wrapper .main .section .section__sponsor .sponsor__inner .sponsor .logo li div.flex {
  align-items: center;
  display: flex;
}

.wrapper .main .section .section__sponsor .sponsor__inner .sponsor .logo li div.flex span:last-child {
  flex-shrink: 0;
}

.wrapper .main .section .section__sponsor .sponsor__inner .sponsor .logo li div .expectation {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px;
}

.wrapper .main .section .section__sponsor .sponsor__inner .sponsor .bpi {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.wrapper .main .section .section__sponsor .sponsor__inner .sponsor .bpi span {
  display: inline-block;
}

.wrapper .main .section .section__sponsor .sponsor__inner .sponsor .bpi span:first-child {
  margin-right: 10px;
}

.wrapper .main .section .section__notes .notes {
  color: #fff;
  font-size: clamp(17px, calc(.7vw + 14.76px), 20px);
}

.wrapper .main .section .section__notes .notes__inner {
  margin: 0 auto;
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0;
  position: relative;
  width: min(1050px, 90%);
  z-index: 1;
}

.wrapper .main .section .section__notes .notes dt {
  float: left;
  margin-bottom: 24px;
  width: 22px;
}

.wrapper .main .section .section__notes .notes dd {
  margin-bottom: 24px;
  padding-left: 27px;
}

.wrapper .main .section .section__contact {
  background-color: #c3dbdb;
  word-break: break-all;
}

.wrapper .main .section .section__inner {
  margin: 0 auto;
  padding: clamp(35px, calc(8.14vw + 8.95px), 70px) 0;
  width: min(800px, 90%);
}

.wrapper .main .section .section__contact .section__body .contact__text {
  font-size: clamp(21px, calc(1.85vw + 21.05px), 28px);
  line-height: 1.4;
  text-align: center;
}

.wrapper .main .section .section__contact .section__body .contact__text .mail {
  align-items: center;
  display: flex;
  justify-content: center;
}

.wrapper .main .section .section__contact .section__body .contact__text .mail span:first-child {
  margin-right: 10px;
}

.wrapper .main .section .section__contact .section__body .contact__text .mail span:last-child {
  text-align: left;
}

.wrapper .footer {
  border-top: 1px solid #2c2d2d;
}

.wrapper .footer .footer__copyright {
  color: #333;
  font-size: 12px;
  margin: 0 auto;
  padding: 27px 0;
  text-align: center;
  width: auto;
}

.wrapper .footer .footer__copyright {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: center;
  margin: 0 auto;
  width: min(350px, 92%);
}

.wrapper .footer .footer__copyright span:first-child {
  flex-shrink: 0;
}

.wrapper .footer .footer__copyright img {
  margin-left: 5px;
}

hr {
  background-color: #fff;
  height: 1px;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

.sp-only {
  display: none;
}

.sp-only2 {
  display: none;
}

/*モーダルウィンドウ*/
#cboxOverlay {
  background: rgba(0, 0, 0, .8);
}

#cboxTopLeft {
  background: url(controls.png) no-repeat 0 0;
  height: 2px;
  width: 2px;
}

#cboxTopCenter {
  background: none;
  height: 14px;
}

#cboxTopRight {
  background: url(controls.png) no-repeat -36px 0;
  height: 1px;
  width: 1px;
}

#cboxBottomLeft {
  background: url(controls.png) no-repeat 0 -32px;
  height: 43px;
  width: 1px;
}

#cboxBottomCenter {
  background: none;
  height: 43px;
}

#cboxBottomRight {
  background: url(controls.png) no-repeat -36px -32px;
  height: 43px;
  width: 1px;
}

#cboxMiddleLeft {
  background: url(controls.png) repeat-y -175px 0;
  width: 1px;
}

#cboxMiddleRight {
  background: url(controls.png) repeat-y -211px 0;
  width: 1px;
}

#cboxContent {
  background: transparent;
}

#cboxLoadedContent {
  background-image: url(background_gradation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1000px;
  overflow: auto;
  padding: 0;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxTitle {
  top: 0;
}

#cboxClose {
  background: url(close.png) no-repeat;
  background-size: contain !important;
  right: 5px;
  top: 5px;
  transition: all .5s;
}

#cboxClose:hover {
  background: url(close.png) no-repeat;
  opacity: .5;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}

#cboxTitle {
  color: #fff;
}

#inline-content {
  margin: 20px;
}

.inline-box {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.profile {
  color: #fff;
}

.profile__inner {
  align-items: center;
  display: flex;
}

.profile__photo {
  flex-shrink: 0;
  max-width: 100%;
  width: 200px;
}

.profile__text {
  padding-left: 20px;
}

.profile__text .name {
  font-size: clamp(16px, calc(1.11vw + 12.44px), 21px);
}

.profile__text .name span {
  font-size: clamp(14px, calc(.46vw + 12.51px), 16px);
  margin-left: 5px;
}

@media screen and (min-width: 1600px) {
  .wrapper .main .entry-button .button.button--floating {
    flex-direction: row;
  }

  .wrapper .main .entry-button-wrap {
    max-width: 360px;
  }

  .wrapper .main .entry-button .button.button--floating span:first-child {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1199.9px) {
  .wrapper .main .entry-button .button.button--floating {
    animation: none;
  }

  .wrapper .main .entry-button-wrap {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    padding: 15px 0;
    right: 0;
    top: unset;
    width: 100%;
  }

  .wrapper .main .entry-button-wrap .entry-button {
    align-items: center;
    column-gap: 40px;
    display: flex;
    justify-content: center;
  }

  .wrapper .main .entry-button-wrap .entry-button .button {
    flex-basis: 40%;
    font-size: clamp(17px, calc(.75vw + 14.6px), 24px);
  }

  .wrapper .main .entry-button-wrap .entry-button .button:first-child {
    margin-bottom: 0;
  }

  .wrapper .footer {
    padding-bottom: 107px;
  }
}

@media screen and (max-width: 840.9px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 768.9px) {
  .drawer-hamburger {
    background: #fff;
    box-shadow: 1px 1px 2px #ddd;
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 50px;
    z-index: 999;
  }

  .drawer-hamburger span {
    background-color: rgba(2, 32, 34, 1);
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    left: 14px;
    position: absolute;
    transition: all .5s;
    width: 45%;
  }

  .drawer-hamburger span:nth-of-type(1) {
    top: 15px;
  }

  .drawer-hamburger span:nth-of-type(2) {
    top: 23px;
    width: 30%;
  }

  .drawer-hamburger span:nth-of-type(3) {
    top: 31px;
  }

  .drawer-hamburger.active span:nth-of-type(1) {
    left: 18px;
    top: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }

  .drawer-hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .drawer-hamburger.active span:nth-of-type(3) {
    left: 18px;
    top: 30px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }

  .wrapper .main .section .section__main-visual .header {
    background-color: transparent;
  }

  .wrapper .main .section .section__main-visual .header .header__inner {
    flex-direction: column;
    padding: 15px 0 10px;
  }

  .wrapper .main .section .section__main-visual .header .header__inner .header__sponsor {
    align-items: center;
    column-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wrapper .main .section .section__main-visual .header .header__inner .header__logo {
    margin-bottom: 18px;
    max-width: 220px;
  }

  .wrapper .main .section .section__main-visual .header .header__inner .header__information {
    margin-bottom: 18px;
  }

  .wrapper .main .section .section__main-visual .header .header__inner div .header__nav {
    align-items: center;
    background-color: rgba(2, 32, 34, .8);
    display: flex;
    height: 100dvh;
    justify-content: center;
    left: -200%;
    position: fixed;
    top: 0;
    transition: all 1s ease;
    z-index: 998;
  }

  .wrapper .main .section .section__main-visual .header .header__inner div .header__nav.active {
    left: 0;
    max-width: 350px;
    width: 100%;
  }

  .wrapper .main .section .section__main-visual .header .header__inner div .header__nav ul {
    flex-direction: column;
    width: 100%;
  }

  .wrapper .main .section .section__main-visual .header .header__inner div .header__nav ul li {
    font-size: 17px;
    margin-bottom: 30px;
    width: 100%;
  }

  .wrapper .main .section .section__main-visual .header .header__inner div .header__nav ul li:not(:last-child) a {
    border-right: none;
  }

  .wrapper .main .section .section__review-committee .review-committee__inner .judge {
    align-items: center;
    flex-direction: column;
  }

  .wrapper .main .section .section__review-committee .review-committee__inner .judge li {
    max-width: 100%;
    width: 333px;
  }
}

@media screen and (max-width: 750.9px) {
  .wrapper .main .section .section__entry .entry__inner .entry-flow .flow-box .flow figure {
    width: 27px;
  }
}

@media screen and (max-width: 700.9px) {
  .wrapper .main .entry-button-wrap .entry-button {
    flex-direction: column;
  }

  .wrapper .main .entry-button-wrap .entry-button .button {
    max-width: 500px;
    width: 90%;
  }

  .wrapper .main .entry-button-wrap .entry-button .button:first-child {
    margin-bottom: 15px;
  }

  .wrapper .footer {
    padding-bottom: 183px;
  }
}

@media screen and (max-width: 430.9px) {
  .wrapper .main .section .section__main-visual .header .header__inner .header__sponsor {
    justify-content: flex-start;
  }

  .profile__photo {
    width: 100px;
  }

  .sp-only2 {
    display: block;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 8px rgba(14, 139, 149, .6);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 16px rgba(14, 139, 149, .8);
    transform: scale(1.1);
  }
  100% {
    box-shadow: 0 0 8px rgba(14, 139, 149, .6);
    transform: scale(1);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes subPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}