@charset "UTF-8";
footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px 5vw;
  font-size: 12px;
  font-size: 1.2rem;
}

.footnav {
  background: #f7f9fa;
}
.footnav .sectionIn {
  max-width: 520px;
  padding: 60px 20px 80px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footnav .img {
  max-width: 190px;
}
.footnav .img img {
  width: 100%;
}
.footnav ul {
  margin-top: 40px;
  list-style: none;
}
.footnav ul li {
  margin-bottom: 20px;
}
.footnav ul li a {
  transition: color 0.3s ease-in-out;
}
.footnav ul li a:hover {
  color: #d640f4;
}

@media screen and (max-width: 660px) {
  .footnav .img {
    margin: 0 auto;
  }
  .footnav ul {
    margin-right: auto;
    margin-left: auto;
    width: 240px;
  }
  .footnav ul li:last-child {
    margin-bottom: 0;
  }
}
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: "M PLUS 1p", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Century Gothic", Helvetica, Arial, "Droid Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  overflow: hidden;
}

/* スマホだけ非表示 */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
/* PCだけ非表示 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
a {
  text-decoration: none;
  color: #000;
}

.secwrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
}
.secwrap .judge_back,
.secwrap .schedule_back,
.secwrap .prise_back,
.secwrap .entry_back,
.secwrap .creative_back,
.secwrap .support_back {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.secwrap .intro_back {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.secinner {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
}

.secinner-full {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.secttl {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.secttl > h2 {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 20px;
  padding: 0;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  line-height: 0.8;
}
.secttl > h2 span {
  font-size: 1.4rem;
}

.btn_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.btn_wrap > a {
  display: flex;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  align-items: stretch;
  transition: all 0.5s;
}
.btn_wrap > a:hover {
  opacity: 0.5;
}
.btn_wrap > a:before {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  height: auto;
  background-image: url(../img/btn_side.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.btn_wrap > a:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  height: auto;
  background-image: url(../img/btn_side.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  transform: rotateZ(180deg);
}
.btn_wrap > a > p {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px;
  background-image: url(../img/btn_back.png);
  background-repeat: repeat;
  background-size: 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.fixed_btn {
  display: block;
  position: fixed;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  bottom: 20px;
  right: 20px;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}
.fixed_btn.active {
  z-index: 100;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .secttl > h2 {
    font-size: 36px;
  }
  br.nosp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .secwrap {
    padding: 80px 0;
  }
  .secttl:before {
    width: 60px;
    height: 40px;
  }
  .secttl:after {
    width: 60px;
    height: 40px;
  }
  .secttl > h2 {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 auto;
  }
  .btn_wrap > a > p {
    font-size: 18px;
    padding: 20px 0;
    width: 100%;
  }
  .fixed_btn {
    left: 0;
    right: 0;
    max-width: 280px;
  }
}
/*
ヒーローカット
*/
#hero {
  background-size: cover;
  background-position: center bottom;
  background-image: url(../img/hero_back.jpg);
  border-left: 50px solid #2e48c4;
  border-right: 50px solid #2e48c4;
  padding: 0;
}
#hero > .secinner {
  width: 100%;
  max-width: 100%;
  height: 86vh;
  position: relative;
}
#hero .hero_flag {
  position: absolute;
  display: block;
  bottom: -5px;
  right: 0;
  width: 53vw;
  height: auto;
  z-index: 1;
}
#hero .hero_flag img {
  width: 100%;
  height: auto;
}

.heroinner {
  z-index: 5;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 60%;
  height: auto;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
}
.heroinner > h1.hero_title {
  order: 2;
  width: 100%;
  height: auto;
  margin: -30px auto 0;
  padding: 0;
}
.heroinner > h1.hero_title > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 0;
}
.heroinner > h1.hero_title > img.sp {
  display: none;
}
.heroinner > h2.hero_subtitle {
  order: 1;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.heroinner > h2.hero_subtitle > img {
  display: block;
  position: relative;
  width: 70%;
  height: auto;
  margin: 0 0 10px 0;
}
.heroinner > h2.hero_subtitle > img.sp {
  display: none;
}

.hero_btn {
  z-index: 10;
  position: absolute;
  right: 10px;
  bottom: 20px;
  display: block;
  width: 300px;
  height: auto;
}
.hero_btn .btn_entry {
  display: block;
  width: 300px;
  height: auto;
  padding: 10px 20px;
  border-radius: 15px;
  color: #fff;
  background-color: #2e3192;
  text-align: left;
  position: relative;
}
.hero_btn .btn_entry:hover {
  background-color: #222;
}
.hero_btn .btn_entry::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.hero_btn .btn_entry h3 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.21;
  position: relative;
  margin: 10px 0 5px;
  font-weight: normal;
}
.hero_btn .btn_entry h3 span {
  font-size: 1.4rem;
}
.hero_btn p.entry_info {
  display: inline-block;
  padding: 10px 0 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.5px;
}

.hero_catch {
  display: block;
  position: absolute;
  width: 25%;
  height: auto;
  margin: auto;
  padding: 0;
  bottom: 68%;
  right: 2.5%;
}

@media screen and (max-width: 900px) {
  #hero > .secinner {
    min-height: 1000px;
  }
  #hero .hero_flag {
    bottom: -5px;
    left: 0;
    right: 0;
    width: 82vw;
  }
  #hero .hero_flag img {
    width: 100%;
    height: auto;
  }
  .heroinner {
    top: 100px;
    bottom: auto;
    left: 30px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #hero {
    background-image: url(../img/hero_back_sp.jpg);
  }
  #hero > .secinner {
    min-height: 90vh;
  }
  .heroinner {
    top: 50px;
    left: 10px;
  }
  .heroinner > h1.hero_title {
    margin: -10px auto 0;
  }
  .heroinner > h1.hero_title > img.sp {
    display: none;
  }
  .heroinner > h2.hero_subtitle > img {
    display: block;
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .heroinner > h2.hero_subtitle > img.sp {
    display: none;
  }
  .heroinner > h2 {
    margin: 0 auto 20px;
  }
  .heroinner .btn_entry {
    width: 50%;
    float: right;
    margin: 0 auto 0;
    padding: 10px 10px;
  }
  .heroinner .btn_entry h3 {
    font-size: 1.8rem;
    text-align: left;
    padding-left: 10px;
  }
  .hero_catch {
    display: none;
  }
  .heroinner > h1 > img {
    width: 100%;
  }
  .heroinner > h2 > img {
    width: 100%;
  }
  #hero {
    padding: 0 0;
  }
}
@media screen and (max-width: 430px) {
  #hero {
    border-left: 20px solid #2e48c4;
    border-right: 20px solid #2e48c4;
  }
  #hero > .secinner {
    min-height: 500px;
    height: 65vh;
  }
  #hero .hero_flag {
    bottom: -5px;
    left: 0;
    right: 0;
    width: 90vw;
  }
  #hero .hero_flag img {
    width: 100%;
    height: auto;
  }
  .hero_btn {
    z-index: 10;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .hero_btn .btn_entry {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    border-radius: 15px;
    color: #fff;
    background-color: #2e3192;
    text-align: left;
    position: relative;
  }
  .hero_btn .btn_entry:hover {
    background-color: #222;
  }
  .hero_btn .btn_entry::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 15px;
    height: 15px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  .hero_btn .btn_entry h3 {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.21;
    position: relative;
    margin: 5px 0 5px;
    font-weight: normal;
  }
  .hero_btn .btn_entry h3 span {
    font-size: 1.4rem;
  }
  .hero_btn p.entry_info {
    display: inline-block;
    padding: 10px 0 0;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0.5px;
  }
}
/*
イントロ
*/
#intro {
  padding: 50px 0 50px 0;
  background-color: #2e48c4;
  overflow: hidden;
  margin-top: -1px;
}

.intro_main {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  height: auto;
  margin: 0 auto 100px;
  max-width: 720px;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
}

.support_set {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 80px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.support_set .presentedby {
  z-index: 1;
  display: flex;
  padding-bottom: 30px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.support_set .presentedby h3.sprt_title {
  width: 20%;
}
.support_set .presentedby h3.sprt_title .by_name {
  position: absolute;
  padding: 5px 30px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  background-color: #2e3192;
  left: -50px;
  color: #fff;
}
.support_set .presentedby .sprt_wrap {
  width: 80%;
}
.support_set .presentedby a.sprt_link {
  width: 100%;
  padding: 20px 20px 0;
  text-align: center;
}
.support_set .presentedby a.sprt_link img {
  width: auto;
  max-width: 100%;
}
.support_set .presentedby p.sprt_txt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 10px;
}
.support_set .presentedby p.sprt_note {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: justify;
  margin-bottom: 10px;
  color: #666;
}
.support_set .presentedby ul.sprt_list {
  width: 100%;
  padding: 20px 20px 10px 40px;
  background-color: #fff;
  margin-bottom: 10px;
}
.support_set .presentedby ul.sprt_list li {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 1em;
  text-indent: -0.5em;
}
.support_set .presentedby ul.sprt_list li::before {
  content: "■";
  display: inline-block;
  color: #0087d4;
}
.support_set .presentedby ul.sprt_list li span.blue {
  font-size: 18px;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  color: #0091e5;
  font-weight: bold;
}
.support_set .supportedby {
  padding: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}
.support_set .supportedby h3.sprt_by {
  width: 20%;
}
.support_set .supportedby h3.sprt_by .by_name {
  position: absolute;
  padding: 5px 30px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  background-color: #2e3192;
  left: -50px;
  color: #fff;
}
.support_set .supportedby .sprt_wrap {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.support_set .supportedby img {
  width: 100%;
}
.support_set .supportedby h3 {
  width: 100%;
  margin-bottom: 20px;
}
.support_set .supportedby a {
  width: 50%;
  padding-right: 30px;
  text-align: center;
}
.support_set .supportedby a img {
  width: 100%;
  max-width: 300px;
}

.whatde_wrap {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
}

.whatde_ttl {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0;
  text-align: left;
}
.whatde_ttl > h3 {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 28px;
  color: #000;
}

.whatde_main {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 30px 0;
  justify-content: space-between;
  align-items: center;
}
.whatde_main > p {
  display: block;
  position: relative;
  width: calc(50% - 25px);
  height: auto;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
}
.whatde_main > p > span.blue {
  font-size: 18px;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  color: #0091e5;
  font-weight: bold;
}
.whatde_main > p span.last {
  display: inline-block;
}
.whatde_main > div {
  display: block;
  position: relative;
  width: calc(55% - 25px);
  height: auto;
  margin: -150px 0 0 0;
  padding: 0;
}
.whatde_main > div > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.whatde_main .tolink {
  position: absolute;
  right: 12%;
  width: 280px;
  bottom: 15px;
  text-align: center;
  height: auto;
}
.whatde_main .tolink a {
  color: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  background-color: #2e3192;
  font-size: 1.8rem;
  position: relative;
}
.whatde_main .tolink a:hover {
  background-color: #000;
}

.whatde_logo_wrap {
  display: flex;
  position: relative;
  width: 90%;
  height: auto;
  margin: 100px auto 0;
  padding: 20px;
  border: 4px solid #0040b9;
  background: #fff;
  max-width: 900px;
}
.whatde_logo_wrap > div > p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #0040b9;
}

.whatde_logo_left {
  display: block;
  position: relative;
  width: 33.3333%;
  height: auto;
  margin: 0;
  padding: 20px 30px;
  border-right: 2px solid #0040b9;
}
.whatde_logo_left > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.whatde_logo_right {
  display: block;
  position: relative;
  width: 66.6667%;
  height: auto;
  margin: 0;
  padding: 20px 0;
}
.whatde_logo_right > div {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.whatde_logo_right > div > div {
  display: block;
  position: relative;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0 30px;
}
.whatde_logo_right > div > div > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .whatde_main {
    display: block;
  }
  .whatde_main > div {
    width: 100%;
    margin: 50px auto 0;
  }
  .whatde_main > p {
    width: 100%;
  }
  .whatde_main .tolink {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50px;
  }
  .whatde_logo_wrap {
    display: block;
    max-width: 400px;
  }
  .whatde_logo_left {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #0040b9;
  }
  .whatde_logo_right {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .whatde_logo_right > div {
    display: block;
  }
  .whatde_logo_right > div > div {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  #intro {
    padding: 0 0 50px 0;
  }
  .whatde_wrap {
    padding: 50px 0 80px;
  }
  .intro_main {
    margin-bottom: 40px;
    font-size: 16px;
    padding: 50px 20px 0;
    text-align: left;
  }
  .intro_main br.pc {
    display: none;
  }
  .support_set .presentedby {
    flex-direction: column;
    justify-content: space-between;
  }
  .support_set .presentedby h3.sprt_title {
    width: 100%;
    padding-bottom: 30px;
  }
  .support_set .presentedby .sprt_wrap {
    padding-top: 20px;
    width: 100%;
  }
  .support_set .presentedby ul.sprt_list {
    width: 100%;
    padding: 20px 10px 10px 10px;
  }
  .support_set .presentedby a.sprt_link {
    width: 100%;
    padding: 0 0 0;
  }
  .support_set .presentedby a.sprt_link img {
    width: 100%;
  }
  .support_set .presentedby p.sprt_txt {
    width: 100%;
    text-align: left;
  }
  .support_set .supportedby {
    flex-direction: column;
  }
  .support_set .supportedby img {
    width: 100%;
  }
  .support_set .supportedby h3 {
    width: 100%;
  }
  .support_set .supportedby .sprt_wrap {
    padding-top: 20px;
    width: 100%;
  }
  .support_set .supportedby a {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .whatde_ttl {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .whatde_ttl > h3 {
    font-size: 18px;
  }
  .whatde_main {
    padding: 20px;
  }
  .whatde_main .tolink {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -35px;
  }
}
/*受賞者*/
.result_wrap {
  display: block;
  position: relative;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 150px auto 0;
  padding: 0px 0;
}
.result_wrap .result_content .prise_set {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px;
  width: 100%;
  height: auto;
  padding: 40px 20px 20px;
  justify-content: space-around;
  align-items: stretch;
  border: solid 6px #ff6414;
}
.result_wrap .result_content .prise_set img {
  width: 100%;
  height: auto;
}
.result_wrap .result_content .prise_set img.media-item {
  cursor: pointer;
}
.result_wrap .result_content .prise_set .works,
.result_wrap .result_content .prise_set .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: auto;
}
.result_wrap .result_content .prise_set .works {
  text-align: center;
}
.result_wrap .result_content .prise_set .works img {
  background-color: #eee;
}
.result_wrap .result_content .prise_set .title .prise_title {
  margin-bottom: 15px;
}
.result_wrap .result_content .prise_set .title .works_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.result_wrap .result_content .prise_set .title .name {
  font-size: 1.6rem;
  text-align: center;
}
.result_wrap .result_content .prise_set .title .school {
  font-size: 1.4rem;
}
.result_wrap .result_content .prise_set .other_title {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 300px;
  font-size: 18px;
  height: auto;
  background-color: #ff6414;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
.result_wrap .result_content .prise_set .other {
  width: 30%;
  height: auto;
  text-align: center;
  margin: 10px 0 50px;
}
.result_wrap .result_content .prise_set .other img {
  background-color: #eee;
}
.result_wrap .result_content .prise_set .other .works_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.result_wrap .result_content .prise_set .other .name {
  font-size: 1.4rem;
  text-align: center;
}
.result_wrap .result_content .prise_set .other .school {
  font-size: 1.2rem;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 8888;
}

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*max-width: 90%;*/
}
.modal-content div {
  width: 90%; /* 幅はブラウザ幅の90% */
  height: 90vh; /* 高さをビューポートの90%に設定 */
  overflow: auto; /* スクロール可能にする */
  margin: 0 auto;
  background-color: #000; /* 背景色（任意） */
}

.modal-content img {
  width: 100%; /* 横幅をdivに合わせる */
  height: auto; /* 高さは自動調整 */
  display: block; /* ブロック要素にして中央寄せ */
}

.modal-content video {
  margin: 0 auto;
  max-width: 80vw;
  max-height: 80lvh;
}

.close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 10px;
  font-size: 30px;
  color: #fff;
  z-index: 9999;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .result_wrap .result_content .prise_set {
    padding: 40px 30px 20px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .result_wrap .result_content .prise_set .works,
  .result_wrap .result_content .prise_set .title {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .result_wrap .result_content .prise_set .works {
    margin-bottom: 20px;
  }
  .result_wrap .result_content .prise_set .other {
    width: 45%;
    height: auto;
    text-align: center;
    margin: 10px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .result_wrap .result_content .prise_set {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .result_wrap .result_content .prise_set .works,
  .result_wrap .result_content .prise_set .title {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .result_wrap .result_content .prise_set .works {
    margin-bottom: 20px;
  }
  .result_wrap .result_content .prise_set .other {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px 0 50px;
  }
}
/*
support
*/
#support {
  background-color: #fce321;
}

/* 20240624
about
*/
#about {
  background: #0087d4;
}
#about > .secinner {
  text-align: center;
}
#about .cb_06 {
  position: absolute;
  top: 0;
  right: 7%;
  width: 9%;
  height: auto;
}
#about .cb_07 {
  position: absolute;
  bottom: -1px;
  left: 4%;
  width: 6%;
  height: auto;
}
#about .cb_08 {
  position: absolute;
  bottom: -1px;
  right: 7%;
  width: 20%;
  height: auto;
}
#about .theme_title {
  display: inline-block;
  width: auto;
  padding: 10px 50px;
  border-radius: 30px;
  background-color: #fce321;
  margin-bottom: 30px;
}
#about .theme_title h2 {
  font-size: 1.8rem;
  color: #0087d4;
}
#about .themes {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 50px;
  max-width: 640px;
}
#about .themes h3 {
  color: #fff;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-size: 4.2rem;
  margin-bottom: 15px;
}
#about .themes h4 {
  font-size: 3rem;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
#about .themes p.p_copy {
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  font-weight: 200;
}
#about .theme_exam {
  padding: 30px;
  background-color: #fff;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 0;
}
#about .theme_exam h5 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  width: 100%;
  color: #0087d4;
  border-bottom: solid 1px #0087d4;
}
#about .theme_exam ul {
  text-align: left;
  padding: 25px 15px;
}
#about .theme_exam ul li {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 5px;
  list-style-type: square;
}

@media screen and (max-width: 600px) {
  #about .theme_title {
    padding: 10px 30px;
  }
  #about .theme_title h2 {
    font-size: 1.6rem;
  }
  #about .themes h3 {
    font-size: 3rem;
  }
  #about .themes h4 {
    font-size: 1.6rem;
  }
  #about .themes p.p_copy {
    text-align: left;
  }
  #about .theme_exam {
    padding: 30px 30px;
    width: 96%;
    max-width: 900px;
  }
  #about .theme_exam ul {
    padding: 25px 0 25px 15px;
  }
}
/*
エントリー
*/
#entry {
  padding-top: 100px;
  background-color: #f2f2f2;
}
#entry .secttl {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 80px;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#entry .secttl > h2 {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 20px;
  padding: 0;
  font-size: 40px;
  color: #0087d4;
  font-weight: bold;
  line-height: 0.8;
}
#entry .secttl > h2 span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #0087d4;
}
#entry .entry_block {
  background-color: #fff;
}
#entry .entry_block h4 {
  border-bottom: #0087d4 dashed 1px;
}

.entry_block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  max-width: 900px;
  padding: 30px;
  text-align: center;
}
.entry_block h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
  color: #0087d4;
}
.entry_block h4 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  width: auto;
  margin: 0 auto 0;
  display: inline-block;
  padding: 0 20px 15px;
  font-weight: 400;
  color: #0087d4;
  width: 100%;
}
.entry_block dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry_block dl dt {
  width: 30%;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  background-color: #0087d4;
  color: #fff;
  padding: 30px;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry_block dl dd {
  width: 70%;
  text-align: left;
  background-color: #e6e6e6;
  padding: 20px 40px;
}
.entry_block dl dd ul {
  margin-bottom: 10px;
}
.entry_block dl dd ul li {
  text-align: left;
  font-size: 1.6rem;
  list-style-type: disc;
}
.entry_block dl dd a {
  text-decoration: underline;
}
.entry_block ul.caution {
  padding: 15px 0;
}
.entry_block ul.caution li {
  text-align: left;
  list-style-type: none;
  position: relative;
  padding-left: 1em;
  text-indent: -0.5em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.entry_block ul.caution li::before {
  content: "※";
  display: inline-block;
}
.entry_block ul.caution li a {
  text-decoration: underline;
}
.entry_block ul.caution li .music_set {
  border: 1px solid #0087d4;
  display: flex;
  max-width: 700px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  margin: 5px 0;
}
@media screen and (max-width: 600px) {
  .entry_block ul.caution li .music_set {
    flex-direction: column;
    align-items: start;
    padding: 15px 30px;
  }
}
.entry_block ul.caution li .music_set .music_title h6 {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .entry_block ul.caution li .music_set .music_title {
    margin-bottom: 10px;
  }
}
.entry_block ul.caution li .music_set .music_download p {
  font-size: 1.5rem;
  font-weight: 400;
}
.entry_block .entry_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 20px 0 40px;
}
.entry_block .entry_flex .exam_list {
  width: 80%;
  max-width: 640px;
  margin: 0 auto 30px;
  text-align: left;
}
.entry_block .guide_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
}
.entry_block .guide_flex .guide_info {
  position: relative;
  width: 35%;
}
.entry_block .guide_flex .guide_movie {
  position: relative;
  width: 60%;
}
.entry_block .guide_flex .guide_movie ul.guide_movie_set {
  margin-top: 50px;
}
.entry_block .guide_flex .guide_movie ul.guide_movie_set li {
  list-style-type: none;
}
.entry_block .guide_flex .guide_movie ul.guide_movie_set li.activ {
  margin-bottom: 20px;
}
.entry_block .guide_flex .guide_movie ul.guide_movie_set li a {
  transition: all 0.5s 0.5s ease-in-out;
}
.entry_block .guide_flex .guide_movie ul.guide_movie_set li a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.entry_block .guide_flex .guide_movie ul.guide_movie_set li img {
  width: 100%;
  vertical-align: bottom;
}
.entry_block .entry_howto {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
}
.entry_block .entry_howto > div {
  display: block;
  position: relative;
  width: calc(50% - 10px);
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  border: 5px solid #0087d4;
}
.entry_block .entry_howto > div > h5 {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin: -70px auto 30px;
  padding: 5px 30px;
  background: #0087d4;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.entry_block .entry_howto > div > ul {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px 20px 40px;
}
.entry_block .entry_howto > div > ul > li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
  list-style: decimal;
}
.entry_block .entry_howto > div > ul > li a {
  text-decoration: underline;
}
.entry_block .entry_howto > div > ul > li span {
  font-size: 1.2rem;
}
.entry_block .entry_howto > div.over {
  display: block;
  position: absolute;
  margin: 0 auto 0;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -60px;
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 15px;
  background-color: #fff;
}
.entry_block .entry_note {
  width: 100%;
  margin: 0 auto;
}

.entry_inner {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 40px 40px;
  background: #fff;
  text-align: center;
}
.entry_inner > h3 {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 5px 25px;
  font-size: 24px;
  color: #fff;
  background: #003cf0;
  top: -35px;
}
.entry_inner > ul {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  padding-left: 20px;
}
.entry_inner > ul > li {
  font-size: 16px;
  line-height: 2;
}

.entry_inner > p {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 40px auto 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  font-size: 16px;
}

.entry_block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  #entry {
    padding-top: 50px;
  }
  #entry .cb_011 {
    width: 12%;
  }
  #entry .secttl {
    margin: 0 auto 0;
    padding: 0;
  }
  #entry .secttl > h2 {
    font-size: 25px;
  }
  #entry .secttl > h2 span {
    font-size: 1.4rem;
    font-weight: normal;
    color: #000;
  }
  .entry_inner {
    padding: 0 20px 40px;
  }
  .entry_inner > h3 {
    font-size: 20px;
    top: -30px;
  }
  .entry_block {
    padding: 20px 10px;
  }
  .entry_block .abs_01 {
    position: relative;
    right: -50px;
    top: 0;
    width: 220px;
    height: 150px;
  }
  .entry_block h4 {
    font-size: 2rem;
    padding: 0 20px 10px;
  }
  .entry_block dl {
    flex-direction: column;
  }
  .entry_block dl dt {
    width: 100%;
  }
  .entry_block dl dd {
    width: 100%;
    padding: 20px 20px 20px 40px;
  }
  .entry_block dl dd ul li {
    text-align: left;
    font-size: 1.6rem;
    list-style-type: disc;
  }
  .entry_block .entry_flex {
    flex-direction: column;
    width: 90%;
    padding: 40px 0 0;
    margin: 0 auto;
  }
  .entry_block .guide_flex {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .entry_block .guide_flex .guide_info {
    position: relative;
    width: 100%;
    height: 130px;
  }
  .entry_block .guide_flex .guide_movie {
    position: relative;
    width: 100%;
  }
  .entry_block .guide_flex .guide_movie ul.guide_movie_set {
    margin-top: 50px;
  }
  .entry_block .guide_flex .guide_movie ul.guide_movie_set li {
    list-style-type: none;
  }
  .entry_block .guide_flex .guide_movie ul.guide_movie_set li img {
    width: 100%;
  }
  .entry_block .entry_howto {
    flex-direction: column;
  }
  .entry_block .entry_howto > div {
    width: 90%;
    margin: 0 auto;
  }
  .entry_block .entry_howto > div:last-child {
    margin-top: 30px;
  }
  .entry_block .entry_howto > div.over {
    position: relative;
  }
  .entry_block .entry_note {
    width: 90%;
    margin: 15px auto;
  }
  .entry_schedule > dl {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .entry_schedule > dl > dt {
    width: 100%;
    font-weight: bold;
  }
  .entry_howto > div > h4 {
    font-size: 18px;
  }
  .entry_online > h4 {
    font-size: 18px;
  }
  .entry_online > p {
    font-size: 16px;
  }
  .entry_online > a {
    width: calc(100% - 20px);
  }
}
/*
応募可能なクリエイティブ（著作物）の一例
*/
#creative_sample {
  background-color: #00a99d;
}
#creative_sample .secinner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
#creative_sample .secttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}
#creative_sample .secttl h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 15px;
}
#creative_sample .secttl p {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
#creative_sample .entry_block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#creative_sample .entry_block .exam_set {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 30px 5px;
}
#creative_sample .entry_block .exam_set .cat {
  width: 25%;
  box-sizing: border-box;
  border-right: solid 1px #000;
  font-size: 2rem;
}
#creative_sample .entry_block .exam_set .cat_exp {
  font-size: 1.6rem;
  width: 65%;
  padding: 0 0 0 20px;
}
#creative_sample .entry_block .exam_set .cat_exp ul {
  text-align: left;
}
#creative_sample .entry_block .exam_set .cat_exp ul li {
  display: inline-block;
  list-style-type: none;
}
#creative_sample .entry_block .exam_set .cat_exp ul li::after {
  content: "・";
  display: inline;
}
#creative_sample .entry_block .exam_set .cat_exp ul li:last-child::after {
  content: "";
}
@media screen and (max-width: 600px) {
  #creative_sample .entry_block .exam_set {
    flex-direction: row;
    margin-bottom: 15px;
    width: 100%;
  }
  #creative_sample .entry_block .exam_set .cat {
    width: 35%;
  }
  #creative_sample .entry_block .exam_set .cat_exp {
    width: 60%;
  }
}
#creative_sample .guide_movie {
  position: relative;
  width: 100%;
}
#creative_sample .guide_movie ul.guide_movie_set {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
#creative_sample .guide_movie ul.guide_movie_set li {
  width: 30%;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
#creative_sample .guide_movie ul.guide_movie_set li a {
  display: block;
  position: relative;
  width: 100%;
}
#creative_sample .guide_movie ul.guide_movie_set li a img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
#creative_sample .guide_movie ul.guide_movie_set li a img:last-child {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
#creative_sample .guide_movie ul.guide_movie_set li a:hover img:last-child {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 769px) {
  #creative_sample .guide_movie ul.guide_movie_set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  #creative_sample .guide_movie ul.guide_movie_set li {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  #creative_sample .guide_movie ul.guide_movie_set {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #creative_sample .guide_movie ul.guide_movie_set li {
    width: 80%;
  }
}

#creative_sample .entry_block .ref_heading {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px auto 20px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
#creative_sample .entry_block .ref_heading::before, #creative_sample .entry_block .ref_heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34%;
  border-top: 3px dotted #fff;
}
#creative_sample .entry_block .ref_heading::before {
  left: 0;
}
#creative_sample .entry_block .ref_heading::after {
  right: 0;
}

@media screen and (max-width: 600px) {
  #creative_sample .entry_block .ref_heading {
    width: 90%;
  }
}
#creative_sample .guide_movie ul.guide_movie_set li a img:first-child,
#creative_sample .guide_movie ul.guide_movie_set li a img:last-child {
  position: static;
  width: 100%;
  height: auto;
  z-index: auto;
}

/*
prise
賞について
*/
#prise {
  background: #fbe93b;
}
#prise .secttl {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 80px;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#prise .secttl > h2 {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 20px;
  padding: 0;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  line-height: 0.8;
}
#prise .secttl > h2 span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
}
#prise .prise_online {
  background-color: #fff;
  padding: 30px;
}
#prise .prise_online h3 {
  border-bottom: dashed 1px #111;
  font-size: 30px;
}
#prise .prise_online p {
  font-size: 1.6rem;
  font-weight: 400;
}
#prise .prise_online .prise-benefits {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 30px;
  border: double 4px #ff6b35;
  padding: 20px;
}
#prise .prise_online .prise-benefits h4 {
  display: inline-block;
  width: 130px;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ff6b35;
  text-align: center;
}
#prise .prise_online .prise-benefits ul.prise-benefits-list li {
  list-style-type: none;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}
#prise .prise_online .prise-benefits ul.prise-benefits-list li::before {
  content: "✴︎";
  display: inline;
  color: #ff6b35;
}
#prise .special_benefit {
  padding: 30px 0;
}
#prise .special_benefit h5 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  padding: 10px;
  background-color: #ff6b35;
}
#prise .special_benefit p.special_benefit_intro {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 20px 0;
  color: #000;
  margin-bottom: 20px;
}
#prise .special_benefit .special_benefit_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 0;
  width: 90%;
}
@media screen and (max-width: 600px) {
  #prise .special_benefit .special_benefit_list {
    flex-direction: column;
  }
}
#prise .special_benefit .special_benefit_item {
  background-color: #fff;
  padding: 20px 20px;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 6px 6px 0 #ff6b35;
}
@media screen and (max-width: 600px) {
  #prise .special_benefit .special_benefit_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
#prise .special_benefit .special_benefit_item_img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#prise .special_benefit .special_benefit_item_img img {
  width: 100%;
  height: auto;
}
#prise .special_benefit .special_benefit_item_text h6 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: solid 4px #ff6b35;
  padding: 10px 10px 10px 15px;
}
#prise .special_benefit .special_benefit_item_text p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}
#prise h3 {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
  line-height: 1.6;
  color: #000;
}
#prise .prise_flex_new {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0;
  display: flex;
  height: auto;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  /* 旧スタイル - 新しい .prise_card を使用
  .prise_set {
    box-sizing: border-box;
    height: auto;
    border: solid #ff6414 8px;
    padding: 30px;
    margin-bottom: 3%;
    background-color: #fff;
    display: flex;

    &.prise_grandprix {
      flex-direction: row;
      justify-content: space-around;
      width: 100%;

      .prise_title {
        width: 30%;
        text-align: center;

        h4 {
          color: #ff502b;
          position: relative;
          font-size: 3.6rem;
          padding-top: 35px;

          &::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 35px;
            width: 35px;
            margin: 0 auto;
            background: url(../img/prz_crwn.png) no-repeat 0 0;
            background-size: 35px 35px;
          }
        }

        h5 {
          display: inline-block;
          width: auto;
          font-size: 1.6rem;
          margin-bottom: 15px;
          border: solid 4px #ffbe00;
          padding: 5px 15px;
          border-radius: 50px;
        }

        h6 {
          text-align: left;
          letter-spacing: 0.2px;
          font-size: 1.6rem;
          font-weight: 400;
        }
      }

      .prise_info {
        width: 60%;
        border-left: 1px solid #888;
        padding-left: 40px;

        ul {
          li {
            font-size: 1.6rem;
            line-height: 1.2;
            margin-bottom: 10px;

            span {
              font-size: 1.3rem;
              line-height: 1.2;
            }
          }
        }
      }
    }

    @media screen and (max-width: 900px) {
      &.prise_grandprix {
        flex-direction: column;
        justify-content: center;
        width: 100%;

        h6 {
          margin-bottom: 20px;
        }

        .prise_title {
          width: 100%;
          text-align: center;
        }

        .prise_info {
          width: 100%;
          padding: 20px 0 20px 20px;
          border-left: none;
          border-top: 1px solid #888;
          border-bottom: 1px solid #888;
        }
      }
    }

    &.prise_other {
      width: 48%;
      flex-direction: column;

      h4 {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: solid 4px #ffbe00;
        color: #000;
        font-weight: 300;
        position: relative;
        font-size: 3rem;
        line-height: 1.2;

        span {
          font-size: 1.6rem;
        }
      }

      h5 {
        text-align: center;
        padding: 15px 0;
        font-weight: 300;
        font-size: 1.6rem;
      }
      ul {
        padding: 20px 0 0 20px;
        border-top: #000 solid 1px;

        &.last {
          border-top: none;
        }

        li {
          font-size: 1.6rem;
          line-height: 1.2;
          margin-bottom: 10px;

          span {
            font-size: 1.3rem;
            line-height: 1.2;
          }
        }
      }
    }

    @media screen and (max-width: 600px) {
      &.prise_other {
        width: 100%;
        flex-direction: column;

        h4 {
          text-align: center;
          font-size: 2.2rem;

          span {
            font-size: 1.4rem;
          }
        }

        h5 {
          text-align: left;
          padding: 15px 0;
          font-weight: 300;
          font-size: 1.6rem;

          br.pc {
            display: none;
          }
        }
        ul {
          padding: 20px 0 0 20px;
          border-top: #000 solid 1px;

          &.last {
            border-top: none;
          }

          li {
            font-size: 1.6rem;
            line-height: 1.2;
            margin-bottom: 10px;

            span {
              font-size: 1.3rem;
              line-height: 1.2;
            }
          }
        }
      }
    }
  }
  */
}
#prise .prise_flex_new h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 15px;
}
#prise .prise_flex_new .prise_card {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  height: auto;
  padding: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  border: none;
}
#prise .prise_flex_new .prise_card:first-child {
  border: 6px solid #ff6b35;
}
#prise .prise_flex_new .prise_card .prise_icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  text-align: center;
}
#prise .prise_flex_new .prise_card .prise_icon img {
  width: 80%;
  height: auto;
}
#prise .prise_flex_new .prise_card .prise_content {
  flex: 1;
}
#prise .prise_flex_new .prise_card .prise_content h4 {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.3;
  color: #ff502b;
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: dashed 1px #ff502b;
}
#prise .prise_flex_new .prise_card .prise_content .prise_description {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
#prise .prise_flex_new .prise_card.prise_our_etiquette {
  background: #fff;
  border: 8px solid #ff6b35;
}
#prise .prise_flex_new .prise_card.prise_our_etiquette h4 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #prise .prise_flex_new .prise_card {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 25px 20px;
  }
  #prise .prise_flex_new .prise_card .prise_icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  #prise .prise_flex_new .prise_card .prise_content h4 {
    font-size: 2.4rem;
  }
  #prise .prise_flex_new .prise_card .prise_content .prise_description {
    font-size: 14px;
  }
}
#prise .qualification {
  display: block;
  margin: 80px auto 0;
  background-color: #ff502b;
  padding: 30px;
  width: 90%;
  max-width: 900px;
  height: auto;
  color: #fff;
}
#prise .qualification .title_qualification {
  width: 100%;
  padding-bottom: 0;
  border-bottom: 1px dashed #fff;
}
#prise .qualification .title_qualification h4 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 15px;
}
#prise .qualification .inner_qualification {
  width: 100%;
  padding: 15px 0 0 0;
}
#prise .qualification .inner_qualification p {
  font-size: 1.6rem;
}
#prise .note_block {
  margin: 20px auto 0;
  width: 90%;
  max-width: 900px;
}
#prise .note_block .certificate_notes {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#prise .note_block .certificate_notes li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  word-break: break-all;
  overflow-wrap: break-word;
}
#prise .note_block .certificate_notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-weight: bold;
}
#prise .note_block .certificate_notes li br {
  line-height: 1.6;
}
#prise .note_block .certificate_notes li a {
  color: #ff6b35;
  text-decoration: underline;
}
#prise .note_block .certificate_notes li a:hover {
  color: #e55a2b;
}
@media screen and (max-width: 600px) {
  #prise .note_block {
    margin: 20px auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #prise h3 {
    text-align: left;
  }
  #prise .secttl {
    margin: 0 auto 40px;
  }
  #prise .secttl > h2 {
    font-size: 25px;
    color: #000;
    margin: 0 0;
  }
  #prise .secttl > h2 span {
    font-size: 1.4rem;
    font-weight: normal;
    color: #000;
  }
  #prise .qualification {
    margin: 50px auto 0;
    width: 100%;
    padding: 30px 20px;
    height: auto;
  }
  #prise .qualification .title_qualification {
    width: 100%;
    padding-bottom: 0;
  }
  #prise .qualification .title_qualification h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  #prise .qualification .title_qualification h3 span {
    font-size: 1.4rem;
    font-weight: 400;
  }
  #prise .qualification .inner_qualification {
    width: 100%;
    padding: 15px 0 0 0;
  }
  #prise .qualification .inner_qualification ul {
    padding: 15px 20px;
  }
  #prise .qualification .inner_qualification ul li {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: normal;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  #prise .qualification .inner_qualification ul li a {
    text-decoration: underline;
  }
}
/*
スケジュール
*/
#schedule {
  background-color: #fef9c8;
}
#schedule .secttl {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#schedule .secttl > h2 {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 20px;
  padding: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 0.8;
}
#schedule .secttl > h2 span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
}
#schedule .entry_schedule,
#schedule .qualification {
  display: block;
  background-color: #fff;
  position: relative;
  width: 90%;
  height: auto;
  margin: 20px auto 40px;
  padding: 30px;
  max-width: 980px;
}
#schedule .entry_schedule > dl,
#schedule .qualification > dl {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 20px 0 0 0;
  align-items: flex-start;
  font-size: 18px;
  text-align: left;
  border-top: dashed 1px #000;
}
#schedule .entry_schedule > dl > dt,
#schedule .qualification > dl > dt {
  display: block;
  position: relative;
  width: 200px;
  height: auto;
  margin: 0;
  padding: 0;
  margin-right: 30px;
}
#schedule .entry_online {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
#schedule .entry_online > h4 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  color: #ff0000;
}
#schedule .entry_online > a {
  display: block;
  position: relative;
  width: 70%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  transition: all 0.5s;
}
#schedule .entry_online > a:hover {
  opacity: 0.5;
}
#schedule .entry_online > a > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
#schedule .entry_online > .info {
  border: solid 1px #000;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
#schedule .entry_online > .info:hover {
  background-color: #000;
  color: #fff;
}
#schedule .entry_online > .nittei {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  #schedule .secttl {
    margin: 0 auto 40px;
  }
  #schedule .secttl > h2 {
    margin: 0 10px;
    font-size: 25px;
  }
  #schedule .entry_schedule > dl {
    flex-direction: column;
    width: 100%;
  }
  #schedule .entry_schedule > dl > dt {
    width: 100%;
    margin-right: 30px;
  }
  #schedule .entry_schedule > dl > dd {
    width: 100%;
  }
  #schedule .entry_online > h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #schedule .entry_online > a {
    width: 100%;
    height: auto;
  }
  #schedule .entry_online > a:hover {
    opacity: 0.5;
  }
  #schedule .entry_online > p.info {
    padding: 10px 10px;
    font-size: 16px;
  }
}
/*
審査員
*/
#judge {
  padding: 150px 0 100px;
  background: #0087d4;
}
#judge h2 {
  color: #fff;
  margin-bottom: 30px;
}
#judge .judge_info {
  margin: 0 auto;
  border-top: dashed 1px #fff;
  width: 70%;
  max-width: 1100px;
  border-bottom: dashed 1px #fff;
  padding: 15px 30px;
  text-align: center;
}
#judge .judge_info p {
  color: #fff;
}
@media screen and (max-width: 600px) {
  #judge .judge_info {
    text-align: left;
    width: 100%;
  }
}

.judge_wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 50px 0 0;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.judge_block {
  display: flex;
  position: relative;
  margin: 0 0 80px;
  padding: 0;
  justify-content: space-between;
}
.judge_block.judges {
  width: 33%;
  align-items: center;
  flex-direction: column;
}

.judge_img {
  display: block;
  position: relative;
  width: 70%;
  max-width: 250px;
  height: auto;
  margin: 0;
  padding: 0;
}
.judge_img img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.judge_txt {
  display: block;
  position: relative;
  width: 80%;
  height: auto;
  margin: 20px auto 0;
  padding: 0;
  color: #fff;
}
.judge_txt.represent {
  width: calc(100% - 300px);
}
.judge_txt > p {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto 15px;
  padding: 10px 30px;
  background: #ffec00;
  text-align: center;
  border-radius: 100px;
  line-height: 1.3em;
  letter-spacing: 0;
  color: #000;
}
.judge_txt > p:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  padding: 0;
  top: 100%;
  left: 30px;
  border-style: solid;
  border-color: transparent transparent #ffec00 transparent;
  transform: rotate(90deg);
  border-width: 0 15px 15px 0;
}
.judge_txt > dt {
  font-size: 24px;
  font-weight: normal;
  margin: 0 auto 10px;
}
.judge_txt > dt span.uji {
  font-size: 1.2rem;
  line-height: 1.2;
}
.judge_txt > dd {
  font-size: 16px;
  line-height: 1.6;
}

.judge_point {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 950px;
}
.judge_point > h3 {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: normal;
  position: relative;
  line-height: 0.8;
  color: #ffec00;
}
.judge_point > h3 span {
  font-size: 1.4rem;
  color: #fff;
}
.judge_point > h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 36%;
  height: 1px;
  border-top: solid 2px #ffec00;
  margin-top: 10px;
}
.judge_point > h3::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36%;
  height: 1px;
  border-top: solid 2px #ffec00;
  margin-top: 10px;
}
.judge_point > h4 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.judge_point > dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
}
.judge_point > dl dt {
  box-sizing: border-box;
  vertical-align: middle;
  align-items: center;
  width: 35%;
  height: auto;
  margin: 0 1px 1px 0;
  padding: 10px;
  line-height: 1.5em;
  background-color: #ffec00;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
}
.judge_point > dl dd {
  box-sizing: border-box;
  width: calc(65% - 1px);
  height: auto;
  margin: 0 0 1px 0;
  padding: 15px;
  line-height: 1.5em;
  background-color: #fff;
  color: #000;
}

#judge > img {
  display: block;
  position: absolute;
  height: auto;
  margin: auto;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .judge_wrap {
    width: 85%;
  }
  .judge_back_01 {
    width: 30%;
    top: 5vw;
  }
  .judge_back_02 {
    width: 30%;
    top: 2vw;
  }
  .judge_back_03 {
    width: 30%;
    bottom: 5vw;
  }
  .judge_back_04 {
    width: 30%;
    bottom: 2vw;
  }
  .judge_block {
    display: block;
  }
  .judge_block.judges {
    width: 100%;
  }
  .judge_img {
    margin: 0 auto 20px;
  }
  .judge_img_top {
    width: 100%;
  }
  .judge_img_top img {
    width: 300px;
  }
  .judge_img2 {
    margin: 0 auto 20px 0;
  }
  .judge_txt {
    width: 100%;
  }
  .judge_txt.represent {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #judge {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .judge_block {
    width: 100%;
    margin: 0 auto 0;
  }
  .judge_img {
    margin: 0 auto 20px;
  }
  .judge_txt {
    width: 100%;
    margin-bottom: 40px;
  }
  .judge_txt > dt {
    font-size: 20px;
  }
  .judge_txt > dd {
    font-size: 14px;
  }
  .judge_block:last-child {
    margin-bottom: 0;
  }
  .judge_wrap {
    margin-bottom: 20px;
  }
  .judge_point {
    padding: 20px 20px;
  }
  .judge_point > h3 {
    font-size: 25px;
  }
  .judge_point > h3 span {
    font-size: 1.4rem;
    color: #fff;
  }
  .judge_point > h3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 1px;
    border-top: solid 2px #ffec00;
    margin-top: 10px;
  }
  .judge_point > h3::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 1px;
    border-top: solid 2px #ffec00;
    margin-top: 10px;
  }
  .judge_point > ul > li {
    font-size: 16px;
  }
  .judge_point > dl {
    width: 100%;
    flex-direction: column;
  }
  .judge_point > dl dt {
    box-sizing: border-box;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 10px;
    line-height: 1.5em;
    background-color: #ffec00;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
  }
  .judge_point > dl dd {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 15px;
    line-height: 1.5em;
    background-color: #fff;
    color: #000;
  }
  #judge:after {
    border-bottom: 50px solid #fff;
  }
}
/*
past
*/
#past {
  background: #1b1464;
  padding-top: 100px;
}
#past > .secinner {
  background: #1b1464;
  width: 100%;
  max-width: 1100;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#past .secttl_typ2 {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#past .secttl_typ2 > h2 {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 20px;
  padding: 0;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 0.8;
}
#past .secttl_typ2 > h2 span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}
#past .banner {
  margin: 50px auto 0;
  width: 48%;
}
#past .banner a img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  #past .banner {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  #past {
    padding-top: 60px;
  }
  #past .secttl_typ2 {
    margin: 0 auto 40px;
  }
  #past .secttl_typ2 > h2 {
    font-size: 25px;
  }
  #past .secttl_typ2 > h2 span {
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
  }
}
/*
規約
*/
#term {
  padding-top: 100px;
}
#term h2 {
  margin-bottom: 50px;
}
#term > .secinner > p {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  max-width: 900px;
  line-height: 2;
}
#term > .secinner > ul {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  max-width: 900px;
  line-height: 2;
  padding-left: 20px;
}
#term > .secinner > ul > li > a {
  text-decoration: underline;
}
#term > .secinner > ul li {
  margin-bottom: 20px;
  line-height: 1.6;
}
#term > .secinner > h3 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 40px auto 20px;
  padding: 0;
  max-width: 900px;
}

@media screen and (max-width: 600px) {
  #term {
    padding-top: 50px;
  }
  #term .secttl {
    margin: 0 auto 40px;
  }
  #term .secttl > h2 {
    margin: 0 10px;
    font-size: 20px;
  }
  #term > .secinner > ul > li > a {
    text-decoration: underline;
  }
  #term > .secinner > h3 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 40px auto 20px;
    padding: 0;
    max-width: 900px;
  }
}
header {
  position: fixed;
  z-index: 100;
  padding: 40px 50px;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  transition: top 0.6s ease-in-out, background 0.6s ease-in-out, opacity 2s ease-in-out, padding 0.3s ease-in-out;
}
header.scroll_anima {
  top: -134px;
}
header nav {
  transition: top 0.3s ease-in-out;
}
header nav ul {
  width: 100%;
  list-style: none;
}
header nav ul li {
  /*font-size: 1.4rem;*/
  text-align: center;
  line-height: 1.4;
}
header nav ul li.sngl {
  padding-top: 20px;
}
header nav ul li a {
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
  transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  color: #000;
  text-decoration: none;
}
header.scroll_anima2 {
  background: #fff;
  padding: 40px 50px 60px;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  header nav {
    position: absolute;
    top: 3vh;
    right: 0;
    width: 100%;
  }
  header nav ul {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    line-height: 1em;
  }
  header nav ul li a {
    display: block;
    margin-left: 16px;
  }
  header nav ul li a:hover {
    color: #0040b9;
    border-color: #0040b9;
  }
  .scroll_anima2 nav {
    top: 30px;
  }
  .scroll_anima2 h1 img {
    width: 140px;
  }
}
@media screen and (max-width: 900px) {
  header {
    padding: 12px 16px;
    background: none;
  }
  header h1 {
    position: relative;
    z-index: 1;
  }
  header h1 img {
    width: 110px;
  }
  .scroll_anima2 {
    background: #fff;
    padding: 12px 16px !important;
  }
  header nav {
    position: fixed;
    height: 0;
    width: 100%;
    background: #67cafd;
    background: -moz-linear-gradient(132deg, #67cafd 0%, #2778ff 100%);
    background: -webkit-linear-gradient(132deg, #67cafd 0%, #2778ff 100%);
    background: linear-gradient(132deg, #67cafd 0%, #2778ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#67cafd", endColorstr="#2778ff", GradientType=1);
    top: 0;
    right: 0;
    padding: 30px 40px;
    transition: height 1s step-end, opacity 0.4s ease-in-out;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  header nav.open {
    height: 100%;
    opacity: 1;
    transition: height 1s step-start, opacity 0.4s ease-in-out;
  }
  header nav ul {
    width: 100%;
  }
  header nav li {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
  }
  header nav li:last-child {
    margin-bottom: 0;
  }
  header nav li a {
    display: block;
    z-index: 999;
    border-bottom: none !important;
    color: #ffec00;
  }
  header nav ul {
    display: none;
  }
  header nav.open ul {
    display: block;
  }
  .nav-button {
    display: inline-block;
    transition: all 0.25s;
    box-sizing: border-box;
  }
  .nav-button span {
    display: inline-block;
    transition: all 0.25s;
    box-sizing: border-box;
  }
  .navbtnCont {
    z-index: 20;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
  }
  .nav-button {
    position: relative;
    width: 25px;
    height: 50px;
    margin-top: 5px;
    cursor: pointer;
  }
  .nav-button:focus {
    outline: none;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .nav-button span:nth-of-type(1) {
    top: 40%;
  }
  .nav-button span:nth-of-type(2) {
    bottom: 40%;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  header.scroll_anima2 {
    background: none !important;
  }
}
.whatde_wrap {
  margin: 0 auto;
}

.results_list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 40px;
  column-gap: 0;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
  align-items: center !important;
}
.results_list li {
  text-align: center;
}
.results_list.rank1 li, .results_list.rank2 li {
  width: 50%;
}
.results_list.rank3 li {
  width: 33.33%;
}
.results_list li .name {
  line-height: 1.6;
}
.results_list li .name .school {
  font-size: 0.8em;
  display: block;
}
.results_list li .copy {
  margin-bottom: 15px;
}
.results_list li .copy img {
  max-width: 100%;
  vertical-align: bottom;
}

.results_icon1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: auto;
  transform: translate(0, -110%) rotate(-15deg);
}

.results_icon2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: auto;
  transform: translate(40%, -100%) rotate(15deg);
}

@media screen and (max-width: 900px) {
  .results_list.rank1 li, .results_list.rank2 li {
    width: 80%;
  }
  .results_list.rank3 li {
    width: 50%;
  }
  .results_icon1,
  .results_icon2 {
    width: 35%;
  }
}
@media screen and (max-width: 900px) {
  .results_icon1 {
    width: 45%;
  }
  .results_icon3 {
    width: 35%;
  }
}