@charset "UTF-8";
/* CSS Document */

#mainVisual {
  background-image: url("../../img/mv_bg.webp");
  background-position: center bottom;
  background-size: 100% auto;
  padding: 0 30px 50px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-repeat: no-repeat;
}
#mainVisual #title {
  text-align: center;
  margin: 0 auto;
  width: 320px;
}
#mainVisual p.img_5th {
  position: absolute;
  top: 420px;
  width: 360px;
}

.sponser {
  margin-bottom: 80px;
}
.sponser h3.title {
  color: #0a3e6f;
  font-weight: 900;
}
.sponser .flexBox {
  justify-content: center;
  align-items: flex-start;
}
.sponser .flexBox .item {
  margin: 0 25px 20px;
  width: fit-content;
}
.sponser .flexBox .item .title {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.8em;
}
.sponser .flexBox .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.sponser .flexBox .item a:hover {
  opacity: 0.6;
}

.youtube_bnr {
  text-align: center;
  margin: 0 auto;
}
.youtube_bnr a {
  display: block;
  width: 420px;
  max-width: 100%;
  margin: 0 auto 80px;
}

.youtube_bnr a img {
  filter: drop-shadow(0 5px 0 hsla(0, 0%, 0%, 0.2));
  transition: all 0.5s;
}
.youtube_bnr a img:hover {
  transform: translateY(5px);
  filter: drop-shadow(0 0 0 hsla(0, 0%, 0%, 0.2));
}

.top_mov {
  width: 600px;
  margin: 80px auto 0;
  max-width: 100%;
}
.top_mov.result {
  width: 840px;
}

#top_about {
  background-image: url("../../img/about_bg.webp");
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: 1420px auto;
  margin: 100px auto 100px;
}
#top_about .inner {
  width: 840px;
  max-width: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
  border: 1px solid #0a3e6f;
  margin: 0 auto;
  padding: 50px 20px;
}
#top_about #information {
  text-align: center;
  margin: 0 auto 80px;
}
#top_about #information h3 {
  font-size: 3rem;
  width: 660px;
  max-width: 100%;
}
#top_about #information .sub_tit {
  font-weight: 700;
  font-size: 120%;
}
#top_about #information .big {
  font-size: 140%;
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.5;
}
#top_about #information .big span.bold {
  font-size: 130%;
  font-weight: 700;
}
#top_about #information .big span.bold span.b {
  font-size: 150%;
  display: inline-block;
  transform: translateY(0.04em);
}
#top_about #information .big span.bold span.b2 {
  font-size: 120%;
  display: inline-block;
  transform: translateY(0.06em);
}
#top_about #information .end_txt {
  font-weight: 700;
  color: #fff;
  margin: 0 auto 20px;
  line-height: 1.4;
  font-size: 2.2rem;
  background-color: #c00;
  width: 660px;
  max-width: 100%;
  padding: 8px 5px;
}

#top_about #information p {
  font-size: 1.7rem;
}
#top_about .about_con {
  text-align: center;
  width: 100%;
  margin: 0 auto 60px;
  font-size: 1.6rem;
}
#top_about .about_con:nth-last-of-type(1) {
  margin-bottom: 0;
}
#top_about .about_con h3 {
  color: #0a3e6f;
  width: 460px;
  border-bottom-color: #0a3e6f;
  font-size: 150%;
}

.kijun ol {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
}
.kijun ol li {
  margin-bottom: 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.4;
}
.kijun ol > li::before {
  content: counter(list-count) ".";
  counter-increment: list-count;
  margin-left: 0;
  margin-right: 0.1em;
  font-size: 150%;
  font-style: italic;
}

#list {
  margin: 100px auto 100px;
}
#list .commonContent {
  width: 1200px;
  margin: 0 auto;
}
#list h3 {
  margin-bottom: 30px;
  width: 700px;
  max-width: 100%;
  border-bottom: none;
  padding-bottom: 0;
}

#list .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
#list .txt p {
  margin-bottom: 2em;
}
#list .txt .discTxt {
  text-align: left;
  margin-bottom: 2em;
}
#list .txt .discTxt li:before {
  color: #0a3e6f;
}
#list .search_con {
  margin-top: 40px;
}
.bnr_entry {
  width: 700px;
  max-width: 100%;
  margin: 80px auto 0;
}
.bnr_entry a:hover {
  opacity: 0.6;
}
#list .mov_list .item p.name {
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: 400;
}
#schedule {
  margin: 100px auto 100px;
}
#schedule h3 {
  font-size: 3rem;
  width: 660px;
  max-width: 100%;
}
#schedule .img {
  width: fit-content;
  margin: 80px auto 0;
}

#reviewer {
  background-image: url("../../img/bg02.webp");
  background-repeat: repeat;
  background-position: center top;
  padding: 100px 0 20px;
}
#reviewer .flexBox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
#reviewer .flexBox .item {
  width: 47%;
  margin-bottom: 80px;
}
#reviewer .flexBox .item.w100 {
  width: 100%;
}
#reviewer .item .img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
#reviewer .item .img .mark {
  position: absolute;
  top: -20px;
  left: -20px;
  max-width: 25%;
}
#reviewer .txt .name {
  color: #0a3e6f;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 15px;
}
#reviewer .txt .name .big {
  font-size: 130%;
}
#reviewer .txt p {
  line-height: 2;
}
#reviewer .flexBox .item.w100 .txt .name {
  text-align: center;
}

#award {
  padding: 100px 0 0;
  margin-bottom: 100px;
}
#award .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 100px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#award .item {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 70px;
}
#award .item p.title {
  width: 600px;
  height: 60px;
  max-width: 100%;
  background-image: url("../../img/award_title_bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px 0 10px;
  flex-wrap: wrap;
}
#award .item p.title .adjust {
  font-size: 1.8rem;
  line-height: 1.2;
}
#award .item.w100 p.title {
  font-size: 2.4rem;
}
#award .item p.title .sub {
  font-size: 85%;
}
#award .item dl {
  margin: 30px auto 0;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.7rem;
}
#award .item dt {
  background-image: url("../../img/award_tokuten_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#award .item dt:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#award .item dd {
  line-height: 1.5;
  max-width: calc(100% - 100px);
}
#award .flexBox.lower {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  justify-content: space-between;
}
#award .flexBox.lower .item {
  width: 47%;
}
#award .flexBox.lower .item dl {
  width: calc(100% - 18px);
}
#award .flexBox.lower .item dt {
  width: 70px;
  height: 70px;
}
#award .flexBox.lower .item dd {
  max-width: calc(100% - 90px);
}

#requirements {
  padding: 0;
  margin-bottom: 100px;
}
#requirements .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#requirements .caption12 {
  display: inline-block;
}
#requirements .tit_gray {
  pointer-events: none;
  position: relative;
}
#requirements .oubo_btn {
  margin: 80px auto;
  text-align: center;
}

#entry1 .oubo_btn {
  margin: 80px auto 40px;
  text-align: center;
}
#entry1 .entry_box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 100px;
  text-align: center;
}
#entry1 .reception_period {
  color: #0a3e6f;
  font-size: 200%;
  font-weight: 600;
}
#entry2 .oubo_btn {
  margin: 80px auto;
  text-align: center;
}
#entry2 .entry_box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

#archive2024 {
  margin: 100px auto 0;
  max-width: calc(100% - 100px);
  width: 1060px;
}
#archive2024 h3 {
  font-size: 3rem;
  width: 660px;
  max-width: 100%;
}
#archive2024 .item {
  text-align: center;
}
#archive2024 .item .name {
  margin: 10px 0 0;
  font-size: 1.8rem;
  font-weight: 600;
}
#archive2024 .flexBox {
  justify-content: center;
  margin-top: 80px;
}
#archive2024 .flexBox .item {
  width: 48%;
  margin-bottom: 40px;
}
#archive2024 .flexBox .item:nth-of-type(even)/*:last-child*/ {
  margin-left: auto;
}
/* #archive2024 .flexBox .item:first-child{ width: 48%; margin: 0 26% 40px;} */

#archive2223 {
  margin: 100px auto 0;
  max-width: calc(100% - 100px);
  width: 1060px;
}
#archive2223 h3 {
  font-size: 3rem;
  width: 660px;
  max-width: 100%;
}
#archive2223 .item {
  text-align: center;
}
#archive2223 .item .name {
  margin: 10px 0 0;
  font-size: 1.8rem;
  font-weight: 600;
}
#archive2223 .flexBox {
  justify-content: center;
  margin-top: 80px;
}
#archive2223 .flexBox .item {
  width: 48%;
  margin-bottom: 40px;
}
#archive2223 .flexBox .item:nth-of-type(even)/*:last-child*/ {
  margin-left: auto;
}
/* #archive2024 .flexBox .item:first-child{ width: 48%; margin: 0 26% 40px;} */

#contact {
  background-color: #ebe8e8;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
  margin: 60px auto 0;
}
#contact .concact_btn {
  margin-bottom: 60px;
}
#contact p.txt {
  font-size: 1.4rem;
}
#contact .sponser {
  margin-bottom: 40px;
}
#contact p.outline {
  margin-bottom: 10px;
}
#contact p.outline a {
  color: #333;
  padding: 0 10px;
  position: relative;
  display: inline-block;
}
#contact p.outline a:after {
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #333;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
}
#contact p.outline a:nth-last-of-type(1):after {
  display: none;
}

/*231102 結果発表*/
#result {
  padding: 100px 0 0;
  margin-bottom: 100px;
}
#result .commonContent {
  width: 1200px;
  margin: 0 auto;
}
/*#result h3{ background-image:url("../../img/award_img_01.webp"); background-size: 100%; width: 852px; padding-top: 299px; position: relative; background-repeat: no-repeat; margin-bottom: 0;}
#result h3 span{ position: absolute; top: 40%; left: 50%; text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff; transform: translate(-50%, -60%); padding: 10px 20px; border-radius: 30px;}*/
/*#result p.winner_title{ width: 350px; height: 60px; max-width: 100%; background-image: url("../../img/award_title_bg.webp"); background-size: 100% 100%; background-repeat: no-repeat; background-position: center; text-align: center; font-weight: 600; color: #fff; font-size: 2rem; display: flex; justify-content: center; align-items: center; padding: 0 18px 0 10px; flex-wrap: wrap; margin: 0 auto;}*/
#result h3 {
  margin-bottom: 0;
}
#result p.winner_title {
  width: 450px;
  margin: 0 auto;
  max-width: 85%;
  position: relative;
}
#result p.winner_title_2_3 {
  width: 300px;
  margin: 0 auto 18px;
  max-width: 70%;
  position: relative;
}
#result p.winner_title_s {
  text-align: center;
  margin: 0 auto 29px;
  position: relative;
}
#result p.winner_title_s img {
  width: 160px;
  max-width: 28%;
}
#result p.winner_title_txt {
  width: 223px;
  height: 60px;
  max-width: 70%;
  background-image: url("../../img/award_title_bg_s.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 20px;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#result p.winner_title_each {
  width: 280px;
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
}
#result .youtube {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
#result .mov_list {
  justify-content: center;
  margin-top: 25px;
}
#result .mov_list .item {
  width: calc((100% - 120px) / 3);
  margin: 0 20px 50px;
  text-align: center;
}
#result .mov_list .item .youtube {
  width: 100%;
}
#result .mov_list.few .item {
  width: calc((100% - 80px) / 2);
}
#result .mov_list.few.even {
  width: 732px;
  max-width: 100%;
  margin: 25px auto 0;
}

#winner01 {
  margin-bottom: 80px;
}
#winner01 p.winner_title {
  font-size: 2.4rem;
}
#winner01 .mov_list {
  margin-top: 0;
}
#winner01 .mov_list .item {
  width: 780px;
  margin: 0;
  max-width: 100%;
}
#winner02 .mov_list {
  margin-top: 0;
}
#winner02 .mov_list .item {
  width: calc((100% - 120px) / 3);
  margin: 0 20px 50px;
}
#winner02 .mov_list .item.winner_2_3 {
  width: calc((100% - 160px) / 2);
  margin: 0 40px 80px;
}
#winner02 .mov_list.list_winner_3 {
  margin: 0 -100px 0;
}
#winner02 .mov_list .item.winner_3{
  width: calc((100% - 120px) / 3);
  margin: 0 20px 80px;
}
#winner02 .mov_list .item.winner_3 p.winner_title_2_3 {
  width: 300px;
  margin: 0 auto 22px;
  max-width: 70%;
  position: relative;
}
#winner02,
#winner03,
#winner04,
#winner05,
#winner06,
#winner07,
#winner08,
#winner09,
#winner10,
#winner11,
#winner12 {
  margin-bottom: 20px;
}

#download {
  margin: 80px auto;
}
#download .btn:first-child {
  margin-bottom: 30px;
}

/*過去大会*/
.inner.archives {
  width: 840px;
  max-width: 100%; /*background-color: hsla(0,0%,100%,0.9); border: 1px solid #0a3e6f;*/
  margin: 0 auto 80px;
  padding: 0 20px;
}
.inner.archives .about_con {
  text-align: center;
  width: 100%;
  margin: 0 auto 60px;
  font-size: 1.6rem;
}
.inner.archives .about_con:nth-last-of-type(1) {
  margin-bottom: 0;
}
.inner.archives .about_con h3 {
  color: #0a3e6f;
  width: 460px;
  border-bottom-color: #0a3e6f;
  font-size: 150%;
}
#top_about.archives {
  margin-top: 80px;
  margin-bottom: 0;
}
#top_about.archives .local_navi {
  margin-top: 80px;
}

/*審査員賞*/
.prize_reviewer {
  background-color: #0a3e6f;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 0 2px;
  font-weight: bold;
  border-radius: 30px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 27px);
}
.prize_reviewer:before,
.prize_reviewer:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.prize_reviewer:before {
  background-image: url("../../img/icon_reviewer_l.webp");
  margin: 0 4px 0 0;
}
.prize_reviewer:after {
  background-image: url("../../img/icon_reviewer_r.webp");
  margin: 0 0 0 4px;
}
#result p.winner_title .prize_reviewer {
  transform: translate(-50%, -10px);
}
#result p.winner_title_2_3 .prize_reviewer {
  transform: translate(-50%, 15px);
}
#result .item.winner_3 p.winner_title_2_3 .prize_reviewer {
  transform: translate(-50%, 18px);
}

@media screen and (max-width: 1900px) {
  #mainVisual {
    background-size: 1900px auto;
  }
}

@media screen and (max-width: 1350px) {
  .sponser .flexBox {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1300px) {
  #winner02 .mov_list.list_winner_3 {
    margin: 0 -50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .sponser .flexBox .item {
    margin: 0 2.5% 10px;
    width: 20%;
  }
  .sponser .flexBox .item.logo01 a {
    width: 100%;
  }
  .sponser .flexBox .item.logo02 a {
    width: 96.5%;
  }
  .sponser .flexBox .item.logo03 a {
    width: 75.5%;
  }
  .sponser .flexBox .item.logo04 a {
    width: 50%;
  }
  .sponser .flexBox .item.logo05 a {
    width: 78.5%;
  }
  .sponser .flexBox .item.logo06 a {
    width: 80%;
  }
}
@media screen and (max-width: 952px) {
  #result h3 {
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  #mainVisual #title {
    width: 300px;
    max-width: 80%;
  }
  #mainVisual p.img_5th {
    top: 380px;
    width: 340px;
  }

  .sponser {
    margin-bottom: 40px;
  }
  .sponser .flexBox {
    max-width: 500px;
    margin: 0 auto;
    width: 88%;
  }
  .sponser .flexBox .item {
    margin: 0 6.5% 20px;
    width: 37%;
  }

  .youtube_bnr {
    margin: 10px auto 0;
    max-width: 80%;
  }

  .top_mov {
    margin: 60px auto 0;
  }
  #top_about {
    background-image: url("../../img/about_bg_sp.webp");
    background-size: 100%;
    background-position: center top;
    margin: 60px auto 60px;
  }
  #top_about .inner {
    padding: 30px 20px;
  }
  #top_about #information {
    margin: 0 auto 40px;
  }
  #top_about #information .big {
    font-size: 120%;
  }
  #top_about .about_con {
    margin-bottom: 40px;
  }
  #top_about .about_con h3 {
    font-size: 110%;
  }
  .kijun ol {
    font-size: 1.8rem;
  }

  .bnr_entry {
    margin: 60px auto 0;
  }

  #reviewer .txt .name {
    font-size: 2.5rem;
  }

  #award .flexBox.lower .item {
    width: 100%;
    margin: 0 auto 60px;
  }
  #award .flexBox.lower .item dl {
    width: 505px;
    max-width: 100%;
  }
  #award .flexBox.lower .item br {
    display: none;
  }
  #award .item.w100 p.title {
    font-size: 1.8rem;
  }

  #requirements .tit_gray {
    pointer-events: all;
    padding-right: 50px;
  }
  #requirements .tit_gray:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  #requirements .tit_gray.open:after {
    content: "\f00d";
  }
  #requirements .accordion_item {
    display: none;
  }
  #requirements .oubo_btn {
    margin: 60px auto;
  }

  #entry1 .oubo_btn {
    margin: 20px auto 30px;
    text-align: center;
  }
  #entry1 .entry_box {
    padding: 0 20px;
    margin: 0 auto 60px;
  }
  #entry1 .reception_period {
    color: #0a3e6f;
    font-size: 140%;
    font-weight: 600;
  }
  #entry2 .oubo_btn {
    margin: 20px auto 60px;
    text-align: center;
  }
  #entry2 .entry_box {
    padding: 0 20px;
  }

  #archive {
    margin: 60px auto 0;
    max-width: calc(100% - 80px);
  }

  #contact {
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    margin: 0px auto 0;
  }
  #contact .concact_btn {
    margin-bottom: 40px;
  }

  #winner01 .mov_list .item {
    width: 100% !important;
  }

  #winner02 .mov_list.list_winner_3 {
    margin: 0;
  }
  #winner02 .mov_list .item {
    width: calc((100% - 40px) / 2);
    margin: 0 10px 50px;
  }
  #winner02 .mov_list .item.winner_2_3 {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  #winner02 .mov_list .item.winner_2_3:nth-of-type(2) {
    margin: 0 auto 80px;
  }
  #winner02 .mov_list .item.winner_3 {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 80px;
  }

  #result .mov_list .item {
    width: calc((100% - 40px) / 2);
    margin: 0 10px 50px;
  }

  #download {
    margin: 40px auto;
  }

  /*過去大会*/
  .inner.archives .about_con h3 {
    font-size: 110%;
  }
}

@media screen and (max-width: 600px) {
  #mainVisual {
    background-image: url("../../img/mv_bg_sp.webp");
    background-size: cover;
    align-items: center;
  }
  #mainVisual #title {
    margin: -10% auto 0;
  }
  #mainVisual p.img_5th {
    top: 390px;
    width: 340px;
  }

  #list {
    margin: 60px auto 60px;
  }

  #schedule {
    margin: 60px auto 60px;
  }
  #schedule .img {
    margin: 30px auto 0;
  }

  #reviewer {
    padding: 60px 0 0;
  }
  #reviewer .flexBox .item {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 60px;
  }
  #reviewer .flexBox .item.w100 .txt .name {
    text-align: left;
  }
  #reviewer .txt .name {
    font-size: 2rem;
  }

  #award {
    padding: 60px 0 0;
    margin-bottom: 60px;
  }

  #requirements {
    margin-bottom: 60px;
  }

  #archive2024 {
    padding: 0 40px;
    width: 100%;
    max-width: 100%;
  }
  #archive .flexBox {
    flex-direction: column;
    margin: 30px auto 0;
  }
  #archive .flexBox .item {
    width: 100%;
  }
  #archive .flexBox .item:first-child {
    width: 100%;
    margin: 0 auto 40px;
  }

  #top_about.archives {
    margin-top: 40px;
    margin-bottom: 0;
  }
  #top_about.archives .local_navi {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  #mainVisual {
    height: 120vw;
    background-size: auto 100%;
  }
  #mainVisual #title {
    margin: -22% auto 0;
  }
  #mainVisual p.img_5th {
    top: 94vw;
    width: 340px;
    max-width: 73%;
  }

  #top_about #information h3 {
    font-size: 2.2rem;
  }
  #top_about #information p .ib {
    display: inline;
  }
  #top_about #information .end_txt .ib {
    display: inline-block;
  }

  #list h3 {
    font-size: 2.2rem;
  }
  #list .txt .caption12 {
    text-align: left;
  }

  #schedule h3 {
    font-size: 2.2rem;
  }

  #archive {
    margin: 60px auto 0;
    max-width: 100%;
  }
  #archive h3 {
    max-width: calc(100% - 40px);
    font-size: 2.2rem;
  }

  #contact p.outline {
    text-align: left;
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  #contact p.outline a {
    text-indent: 0;
  }

  #winner01 {
    margin-bottom: 0;
  }
  #winner02 .mov_list .item.winner_2_3 {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 40px;
  }
  #winner02 .mov_list .item.winner_2_3:nth-of-type(2) {
    margin: 0 auto 50px;
  }
  #winner02 .mov_list .item.winner_3{
    width: 600px;
    max-width: 100%;
    margin: 0 auto 50px;
  }

  #result .mov_list .item {
    width: 100%;
    margin: 0 0 50px;
  }
  #result .mov_list.few .item {
    width: 100%;
    margin: 0 0 50px;
  }

  #result p.winner_title .prize_reviewer {
    transform: translate(-50%, -8px);
  }
  #result p.winner_title_2_3 {
    margin: 0 auto 22px;
  }
  #result p.winner_title_2_3 .prize_reviewer {
    transform: translate(-50%, 18px);
  }
}
