@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%;
  position: relative;
}

/* ヘッダー */
.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 {
  color: #fff;
  column-gap: clamp(20px, calc(11.02vw - 64.7px), 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 0 10px;
  width: min(1000px, 90%);
}

.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;
  padding-bottom: 25px;
}

.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 figure img {
  margin: 0 auto;
}

.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 .button {
  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;
  max-width: 410px;
  padding: 24px clamp(15px, calc(1.32vw + 13.76px), 24px);
  text-align: center;
  transition: all .5s;
}

.wrapper .main .section .section__entry .entry__inner .entry-flow .entry-button .button {
  margin: 0 auto;
}

.wrapper .main .section .section__entry .entry__inner .entry-flow .entry-button .button:first-child {
  margin-bottom: 30px;
}

.wrapper .main .section .section__entry .entry__inner .entry-flow .entry-button .button.button--margin-bottom-zero:first-child {
  margin-bottom: 0;
}

.wrapper .main .section .section__entry .entry__inner .entry-flow .entry-button .button .schedule-open {
  font-size: 18px;
}

.wrapper .main .entry-button .button.button-white {
  background-color: #fff;
  color: #1d337e;
}

.wrapper .main .entry-button .pre-open {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px -5px #000;
  color: #1d337e;
  display: block;
  font-size: clamp(24px, calc(2.11vw + 17.23px), 32px);
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 30px;
  max-width: 410px;
  padding: 24px clamp(15px, calc(1.32vw + 13.76px), 24px);
  text-align: center;
  transition: all .5s;
}

.wrapper .main .entry-button .pre-open .schedule-open {
  font-size: 18px;
}

.wrapper .main .entry-button .button.button-pink {
  align-items: center;
  background-color: #bb33a3;
  color: #fff;
  column-gap: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.wrapper .main .entry-button .button.button-pink::before {
  background-image: url(icon1.png);
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 768.9px) {
  .wrapper .main .entry-button .button.button-pink::before {
    height: 35px;
    width: 35px;
  }
}

.wrapper .main .entry-button .button.button-pink:hover::before {
  background-image: url(icon1_2.png);
}

.wrapper .main .entry-button .button.button-pink figure img:hover {
  color: #bb33a3;
}

.wrapper .main .entry-button .button-white.button--floating {
  animation: subPulse 2s infinite, slideIn 1s ease-out;
  border: 2px solid #1d337e;
  box-shadow: 0 0 5px rgba(247, 246, 247, .8);
  font-size: clamp(14px, calc(2vw - 10px), 28px);
}

.wrapper .main .entry-button .button-pink.button--floating {
  animation: subPulse 2s infinite, slideIn 1s ease-out;
  border: 2px solid #af2d98;
  box-shadow: 0 0 5px rgba(311, 73, 70, .8);
  font-size: clamp(14px, calc(2vw - 10px), 28px);
}

.wrapper .main .entry-button .button.button--floating {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  width: 270px;
}

.wrapper .main .entry-button .button.button-white:hover {
  background-color: #1d337e;
  color: #fff;
  opacity: 1;
}

.wrapper .main .entry-button .button.button-pink:hover {
  background-color: #fff;
  color: #bb33a3;
  opacity: 1;
}

.wrapper .main .entry-button .button:first-child {
  margin-bottom: 30px;
}

.wrapper .main .section .section__main-visual .main-visual__title {
  align-items: center;
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 27px 0 clamp(25px, calc(8vw - .6px), 50px) ;
  width: 100%;
}


@media screen and (max-width: 768.9px) {
  .wrapper .main .section .section__main-visual .main-visual__title {
    border-top: hidden;
  }
}

.entry-deadline-extended {
  background: url(Schedule.png) no-repeat center / cover;
  color: #fff;
  font-size: clamp(16px, calc(1.2121vw + 12.1212px), 24px);
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  padding: 30px 20px 20px;
  text-align: center;
  width: 100%;
  word-break: break-all;
}

.entry-deadline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 15px;
  justify-content: center;
  margin-top: 10px;
}

.entry-deadline__label {
  background-color: #fff;
  color: #bb33a3;
  display: inline-block;
  font-size: clamp(16px, calc(1.5714vw + 11.9714px), 27px);
  line-height: 1;
  padding: 8px 15px 5px;
}

.entry-deadline__datetime {
  font-size: clamp(16px, calc(3.6923vw + 4.1846px), 45px);
}

.entry-deadline__datetime span {
  font-family: sans-serif;
}

.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;
}


@media screen and (min-width: 769px) {
  .entry-deadline-extended__text span {
    display: inline-block;
  }
}

/* セクション部分
----------------------------------------------- */

/* セクションヘッダー */
.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 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-image: url(sub.png);
  background-size: cover;
  bottom: -10px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.wrapper .main .section .section__header.section__header--white h2 span:after {
  background-color: #fff;
  background-image: unset;
  height: 8px;
}

.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-image: url(Judging.png);
  background-repeat: no-repeat;
  background-size: cover;
  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-image {
  background-image: url(background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper .main .section .section__lead {
  background-image: url(lead_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper .main .section .section__video {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 30px;
  width: 1000px;
}

.wrapper .main .section .section__video video {
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 100%;
  object-fit: unset;
  position: unset;
  transform: unset;
  width: 1000px;
}

@media screen and (max-width: 1115px) {
  .wrapper .main .section .section__video {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper .main .section .section__video {
    padding-top: 0;
  }
}

/* ニュース */
.wrapper .main .section .section__news .news__inner {
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  column-gap: 25px;
  display: flex;
  margin: 40px auto 34px;
  padding: 15px 20px 15px 30px;
  position: relative;
  width: min(1000px, 90%);
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__news .news__inner {
    padding: clamp(.313rem, .085rem + 1.14vw, .938rem);
  }
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__news .news__inner {
    column-gap: unset;
    flex-direction: column;
    row-gap: 10px;
  }
}

.wrapper .main .section .section__news .news__inner .section__body {
  flex-basis: 100%;
  width: 100%;
} 

.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 {
  border-left: 1px solid #fff;
  font-size: 14px;
  height: 105px;
  line-height: 1.5;
  overflow-y: scroll;
  padding-left: 47px;
  padding-right: 50px;
  padding-top: 5px;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__news .news__inner .news {
    padding-left: clamp(.625rem, .284rem + 1.7vw, 1.563rem);
    padding-right: clamp(.625rem, .284rem + 1.7vw, 1.563rem);
  }
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__news .news__inner .news {
    border-left: unset;
  }
}

.wrapper .main .section .section__news .news__inner .news .news__item {
  column-gap: 40px;
  display: flex;
  font-size: clamp(17px, calc(.23vw + 16.26px), 18px);
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__news .news__inner .news .news__item {
    column-gap: clamp(.625rem, .398rem + 1.14vw, 1.25rem);
    font-size: clamp(.75rem, .659rem + .45vw, 1rem);
  }
}

.wrapper .main .section .section__news .news__inner .news .news__item span:first-child {
  flex-shrink: 0;
  min-width: 150px;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__news .news__inner .news .news__item span:first-child {
    min-width: clamp(5.938rem, 5.349rem + 2.94vw, 7.188rem);
  }
}

.wrapper .main .section .section__news .news__inner .section__title {
  flex-shrink: 0;
  width: 70px;
}

/* 応募要項
----------------------------------------------- */
.wrapper .main .section .section__entry .entry__inner {
  margin: 0 auto;
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0;
  width: min(800px, 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__summary .section__body {
  background-color: #fff;
  box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, .2);
  margin: 30px auto 70px;
  padding: clamp(30px, calc(4.651vw + 15.12px), 50px) 15px clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
}

.wrapper .main .section .section__entry .entry__inner .entry__summary .section__body dl {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

@media screen and (max-width: 750.9px) {
  .wrapper .main .section .section__entry .entry__inner .entry__summary .section__body dl {
    flex-direction: column;
  }
}

.wrapper .main .section .section__entry .entry__inner .entry__summary .section__body dl dt {
  align-items: center;
  display: flex;
  flex-basis: 18%;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 750.9px) {
  .wrapper .main .section .section__entry .entry__inner .entry__summary .section__body dl dt {
    flex-basis: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.wrapper .main .section .section__entry .entry__inner .entry__summary .section__body dl dd {
  border-left: 1px solid #636363;
  flex-basis: 82%;
  margin-bottom: 20px;
  padding: 20px 0 20px 30px;
}

@media screen and (max-width: 750.9px) {
  .wrapper .main .section .section__entry .entry__inner .entry__summary .section__body dl dd {
    border-bottom: 1px solid #636363;
    border-left: none;
    flex-basis: 100%;
    padding: 0 0 15px 0;
  }
}

.wrapper .main .section .section__entry .entry__inner .entry__summary .section__body dl dd span {
  display: block;
}

.wrapper .main .section .section__entry .entry__inner .entry__summary .section__body .entry__summary--cap {
  font-size: 14px;
  line-height: 1.75;
}

.wrapper .main .section .section__entry .entry__inner .entry__summary .section__body .entry__summary--cap + .entry__summary--cap {
  margin-top: 10px;
}

@media screen and (max-width: 750.9px) {
  .wrapper .main .section .section__entry .entry__inner .entry__summary .section__body .entry__summary--cap {
    display: inline-block;
    margin-top: 10px;
  }
}

.wrapper .main .section .section__entry .entry__inner .entry__summary .section__body .cap__description {
  background-color: #e6e6e6;
  margin: 40px auto 0;
  padding: 15px 25px;
  width: min(650px,82%);
}

@media screen and (max-width: 750.9px) {
  .wrapper .main .section .section__entry .entry__inner .entry__summary .section__body .cap__description {
    width: min(650px,100%);
  }
}

.wrapper .main .section .section__entry .entry__inner .entry__summary .section__body .cap__description--title {
  font-size: 17px;
  margin-bottom: 13px;
  text-align: center;
}

.wrapper .main .section .section__entry .entry__inner .entry-flow {
  background-color: rgba(0, 0, 0, .1);
  background-image: url(lead_back.png);
  background-repeat: round;
  background-size: cover;
  margin: 50px auto 0;
  max-width: 100%;
  padding: clamp(25px, calc(5.81vw + 6.43px), 50px) clamp(1.875rem, .966rem + 4.55vw, 4.375rem);
  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-title {
  align-items: center;
  column-gap: 12px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__entry .entry__inner .entry-flow .flow-title {
    position: relative;
    right: unset;
  }
}

.wrapper .main .section .section__entry .entry__inner .entry-flow .flow-text {
  text-align: center;
} 

.wrapper .main .section .section__entry .entry__inner .entry-flow .flow-box .flow {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 0 clamp(1.25rem, -.114rem + 6.82vw, 5rem);
  row-gap: 24px;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__entry .entry__inner .entry-flow .flow-box .flow {
    padding: 0 0 0 clamp(1.25rem, -.114rem + 6.82vw, 5rem);
  }
}

.wrapper .main .section .section__entry .entry__inner .entry-flow .flow-box .flow figure {
  flex-shrink: 0;
}

/* 審査基準、スケジュール部分共通
----------------------------------------------- */
.wrapper .main .section .background-gradation {
  background-image: url(Schedule.png);
  background-position: center;
  background-size: 100%;
}

.wrapper .main .section .section__judging__schedule .inner {
  margin: 0 auto;
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0;
  width: min(1000px, 90%);
}

.wrapper .main .section .section__judging__schedule .judging {
  margin-bottom: 100px;
}

.wrapper .main .section .section__judging__schedule .section__body {
  background: #fff;
  margin-top: 60px;
}


/* 審査基準
----------------------------------------------- */
.wrapper .main .section .section__judging__schedule .section__body ul.judging__content {
  padding: 25px clamp(1.25rem, .341rem + 4.55vw, 3.75rem) ;
}

.wrapper .main .section .section__judging__schedule .section__body .judging__content--item {
  align-items: center;
  column-gap: 15px;
  display: flex;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__judging__schedule .section__body .judging__content--item {
    align-items: flex-start;
    flex-direction: column;
  }
}

.wrapper .main .section .section__judging__schedule .section__body .judging__content--item + .judging__content--item {
  margin-top: 15px;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__judging__schedule .section__body .judging__content--item + .judging__content--item {
    margin-top: 30px;
  }
}

.wrapper .main .section .section__judging__schedule .section__body .judging__content--item .judging__content--item--title {
  align-items: center;
  background-image: url(Judging.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  font-size: 20px;
  padding: 10px 15px;
  width: 200px;
}

@media screen and (max-width: 887.9px) {
  .wrapper .main .section .section__judging__schedule .section__body .judging__content--item .judging__content--item--title {
    font-size: 17px;
    padding: 5px 15px;
    width: 150px;
  }
}

.wrapper .main .section .section__judging__schedule .section__body .judging__content--item .judging__content--item--title span {
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}

.wrapper .main .section .section__judging__schedule .section__body .judging__content--item .judging__content--item--detail {
  flex-basis: calc(100% - 215px);
  font-size: 22px;
  font-weight: bold;
  padding: 18px 25px;
}

.wrapper .main .section .section__judging__schedule .section__body .judging__content--item .judging__content--item--detail.border-bottom {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__judging__schedule .section__body .judging__content--item .judging__content--item--detail {
    line-height: 1.25;
    padding: 10px 25px 5px 0;
    text-align: left;
    width: 100%;
  }
}

/* スケジュール
----------------------------------------------- */

.wrapper .main .section .section__judging__schedule .schedule__content {
  column-gap: 35px;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  text-align: center;
}

@media screen and (max-width: 822px) {
  .wrapper .main .section .section__judging__schedule .schedule__content {
    flex-direction: column;
    row-gap: 45px;
  }
}

.wrapper .main .section .section__judging__schedule .schedule__content--title {
  background-image: url(Judging.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: auto;
  margin-bottom: 20px;
  padding: 5px 8px;
  width: 80%;
}

@media screen and (max-width: 900px) {
  .wrapper .main .section .section__judging__schedule .schedule__content--title {
    margin-bottom: 10px;
  }
}

.wrapper .main .section .section__judging__schedule .schedule__content--item {
  position: relative;
  width: calc((100% - 105px) / 4);
}

@media screen and (max-width: 900px) {
  .wrapper .main .section .section__judging__schedule .schedule__content--item {
    width: 100%;
  }
}

.wrapper .main .section .section__judging__schedule .schedule__content--item:not(:first-child)::before {
  border: 20px solid transparent;
  border-left: 20px solid #1d337e;
  content: "";
  left: -15%;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
}

@media screen and (max-width: 822px) {
  .wrapper .main .section .section__judging__schedule .schedule__content--item:not(:first-child)::before {
    border: 20px solid transparent;
    border-top: 20px solid #1d337e;
    left: 50%;
    top: -23%;
    transform: translateX(-50%);
  }
  .wrapper .main .section .section__judging__schedule .schedule__content--item:nth-child(2):before {
    top: -35%;
  }
}

.wrapper .main .section .section__judging__schedule .schedule__content--detail {
  font-size: clamp(.688rem, -.128rem + 1.59vw, 1.063rem);
  font-weight: bold;
}

.wrapper .main .section .section__judging__schedule .schedule__content--detail .sp-only--schedule {
  display: none;
}

@media screen and (max-width: 822px) {
  .wrapper .main .section .section__judging__schedule .schedule__content--detail {
    font-size: clamp(.938rem, .818rem + .6vw, 1.125rem);
  }

  .wrapper .main .section .section__judging__schedule .schedule__content--detail .pc-only {
    display: none;
  }

  .wrapper .main .section .section__judging__schedule .schedule__content--detail .sp-only--schedule {
    display: block;
  }
}

/* 審査委員会
----------------------------------------------- */
.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__review-committee.background-image {
  padding-bottom: clamp(3.125rem, 1.534rem + 7.95vw, 7.5rem);
}

@media screen and (max-width: 1170px) {
  .wrapper .main .section .section__review-committee.background-image {
    padding-bottom: unset;
  }
}

/* .wrapper .main .section .section__review-committee  a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
} */

.wrapper .main .section .section__review-committee  a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.wrapper .main .section .section__review-committee  figure {
  overflow: hidden;
}

.wrapper .main .section .section__review-committee  figure img {
  transition: transform .5s ease;
}

.wrapper .main .section .section__review-committee a.inline:hover {
  opacity: 1;
}

.wrapper .main .section .section__review-committee a.inline: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 a.inline: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  a:hover:before {
  opacity: .5;
}

.wrapper .main .section .section__review-committee  a.inline:hover:after {
  opacity: 1;
}

.wrapper .main .section .section__review-committee  a.inline:hover figure img {
  transform: scale(1.1);
}

.wrapper .main .section .section__review-committee .profile-detail {
  padding: 10px 20px;
}

.wrapper .main .section .section__review-committee .splide__slide:nth-child(odd) {
  background-color: #1d337e;
}

.wrapper .main .section .section__review-committee .splide__slide:nth-child(even) {
  background-color: #bb33a3;
}

.wrapper .main .section .section__review-committee  .profile-detail p span {
  font-size: clamp(14px, calc(.93vw + 10.02px), 17px);
  margin-left: 5px;
}

.wrapper .main .section .section__review-committee  .profile-detail p:not(.name) {
  font-size: 13px;
}

.wrapper .main .section .section__review-committee  .profile-detail p.venue-judge {
  background-image: url(Judging.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130px auto;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.wrapper .main .section .section__review-committee .profile-detail p.name {
  font-size: clamp(16px, calc(1.11vw + 12.44px), 21px);
}


.wrapper .main .section .section__review-committee .section__header h2 {
  padding-top: clamp(2.5rem, 1.106rem + 6.97vw, 4.688rem);
}

.wrapper .main .section .section__review-committee .splide__slide {
  margin-bottom: clamp(3.125rem, 2.216rem + 4.55vw, 5.625rem);
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__review-committee .splide__slide {
    margin-bottom: 5px;
  }
}

.wrapper .main .section .section__review-committee .splide__slide .profile-detail {
  color: #fff;
  padding: 10px 15px;
}

.wrapper .main .section .section__review-committee .splide__slide .profile-detail.coming-soon {
  height: 60px;
}

.wrapper .main .section .section__review-committee  .splide__slide .coming-soon p {
  align-items: center;
  color: #999;
  display: flex;
  font-size: 18px;
  height: 85px;
  justify-content: center;
}

/* 主催、共催、協力、後援
----------------------------------------------- */
.wrapper .main .section .section__sponsor .sponsor__inner {
  background-color: #fff;
  margin: 0 auto;
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0 clamp(35px, calc(10vw + 13px), 70px);
  width: min(1542px, 90%);
}

.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__archive .archive__content {
  column-gap: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-top: 70px;
  row-gap: 2.5rem;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__archive .archive__content {
    flex-direction: column;
  }
}

.wrapper .main .section .section__archive .archive__box {
  background-color: #1d337e;
  box-shadow: -1rem 1.25rem 1rem rgba(0, 0, 0, .04);
  color: #fff;
  position: relative;
  width: calc((100% - 90px) / 3);
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__archive .archive__box {
    margin: auto;
    max-width: 100%;
    width: 450px;
  }
}

.wrapper .main .section .section__archive .archive__box--inner {
  box-sizing: border-box;
  height: 110px;
  padding: 20px 15px;
}

.wrapper .main .section .section__archive .archive__box--inner h4 {
  font-size: clamp(.813rem, -.125rem + 1.5vw, 1rem);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__archive .archive__box--inner h4 {
    font-size: clamp(.938rem, .824rem + .57vw, 1.25rem);
  }
}

.wrapper .main .section .section__archive .archive__box--inner span {
  bottom: 15px;
  color: #bb33a3;
  font-size: .75rem;
  position: absolute;
  right: 12px;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .wrapper .main .section .section__archive .archive__box--inner span {
    bottom: 8px;
  }
}

.wrapper .main .section .section__archive .archive {
  color: #fff;
  font-size: clamp(17px, calc(.7vw + 14.76px), 20px);
}

.wrapper .main .section .section__archive .archive__inner {
  margin: 0 auto;
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0;
  position: relative;
  width: min(1200px, 90%);
  z-index: 1;
}

.wrapper .main .section .section__archive .archive__box {
  overflow: hidden;
}

.wrapper .main .section .section__archive .archive__box img {
  transition: transform .5s ease;
}

.wrapper .main .section .section__archive .archive__box:hover img {
  transform: scale(1.1);
}

/* よくあるご質問
----------------------------------------------- */
.wrapper .main .section .section__faq {
  background-color: #4d4d4d;
  word-break: break-all;
}

.wrapper .main .section .section__faq .faq__inner {
  margin: 0 auto;
  padding: clamp(45px, calc(10.47vw + 11.50px), 90px) 0;
  width: min(850px, 90%);
}

.wrapper .main .section .section__faq .annotation-inner {
  border-bottom: 2px solid #9b9b9b;
  padding-bottom: 20px;
}

.wrapper .main .section .section__faq .annotation-inner + .annotation-inner {
  margin-top: 40px;
}

.wrapper .main .section .section__faq .annotation-title {
  list-style: none;
}

.wrapper .main .section .section__faq .annotation-title {
  font-weight: bold;
  padding-right: 45px;
  position: relative;
}

.wrapper .main .section .section__faq .annotation-detail {
  font-size: 14px;
  padding: 5px 20px 1px 0;
} 

.wrapper .main .section .section__faq .annotation-inner[open] summary::before {
  right: 5px;
  rotate: 45deg;
  top: 0;
}

@media screen and (max-width: 860px) {
  .wrapper .main .section .section__faq .annotation-inner[open] summary::before {
    top: 8px;
  }
}

.wrapper .main .section .section__faq .annotation-inner summary:hover {
  cursor: pointer;
}

.wrapper .main .section .section__faq .annotation-inner summary::before, .annotation-inner summary::after {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 1em;
  position: absolute;
  right: 1em;
  top: 5px;
  width: 2px;
}

.wrapper .main .section .section__faq .annotation-inner summary::before {
  rotate: 45deg;
  top: 10px;
  transition: rotate .3s;
}

@media screen and (max-width: 860px) {
  .wrapper .main .section .section__faq .annotation-inner summary::before {
    top: 20px;
  }
}

.wrapper .main .section .section__faq .annotation-inner summary::after {
  rotate: 135deg;
  top: 0;
  transition: rotate .3s;
}

@media screen and (max-width: 860px) {
  .wrapper .main .section .section__faq .annotation-inner summary::after {
    top: 9px;
  }
}

.wrapper .main .section .section__faq .annotation-panel {
  color: #fff;
  margin-top: 75px;
}

/* お問い合わせ先
----------------------------------------------- */
.wrapper .main .section .section__contact {
  background-color: #c8c7dd;
  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__header.section__header--black h2 span::after {
  background-color: #2c2d2d;
  background-image: unset;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.wrapper .main .section .section__contact .section__body {
  margin-top: 50px;
}

.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;
}

.splide__pagination__page {
  display: none!important;
}

/*モーダルウィンドウ*/
#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(Judging.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-reverse;
  }

  .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;
  }
}

@media screen and (max-width: 700.9px) {
  .wrapper .main .entry-button-wrap .button.button-pink {
    padding: 16px clamp(15px, calc(1.32vw + 13.76px), 24px);
  }
}

@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 .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(38, 77, 122, .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  .judge {
    align-items: center;
    flex-direction: column;
  }

  .wrapper .main .section .section__review-committee  .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;
  }
}

@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);
  }
}

.splide__arrow {
  height: 3em!important;
  top: 36%!important;
  transform: translateY(-36%)!important;
  width: 3em!important;
}

.splide__arrow svg {
  height: 1.6em!important;
  width: 1.6em!important;
}

@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;
  }
}
