@charset "UTF-8";
/*
Theme Name: name
Description:name
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
html {
  overflow-y: scroll;
  font-size: 62.5%;
  color: #000;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
    -webkit-overflow-scrolling: touch;
  }
}

body {
  overflow-x: hidden;
  color: #666666;
  background-color: #fff;
  /*ゴシック*/
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*明朝*/
  /*明朝*/
  /*font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vpc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vsp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.add-bnr {
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .add-bnr {
    margin: 50px auto 0;
  }
}

.youtube-area {
  width: 960px;
  margin: 55px auto 0;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .youtube-area {
    margin: 35px auto 0;
  }
}
.youtube-area iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .youtube-area {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .youtube-area.last {
    margin-bottom: 100px;
  }
}

.txt {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.top-bnr-flex {
  display: flex;
  margin: 100px auto 0;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .top-bnr-flex {
    width: 80%;
    flex-direction: column;
    margin-top: 40px;
    row-gap: 15px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .top-bnr-flex a {
    width: 308px;
  }
}
@media screen and (max-width: 767px) {
  .top-bnr-flex a {
    width: 100%;
  }
}
.top-bnr-flex.top {
  justify-content: center;
}
.top-bnr-flex:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-bnr-flex:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

.history_list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .history_list {
    width: 95%;
    margin: 50px auto 0;
    row-gap: 20px;
  }
}
.history_list li {
  width: 48.4%;
}
@media screen and (max-width: 767px) {
  .history_list li {
    width: 100%;
  }
}
.history_list li:nth-child(odd) {
  float: left;
}
@media screen and (max-width: 767px) {
  .history_list li:nth-child(odd) {
    float: none;
  }
}
.history_list li:nth-child(even) {
  float: right;
}
@media screen and (max-width: 767px) {
  .history_list li:nth-child(even) {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .s01 .wrapper.gallery {
    padding: 0 5% 0;
  }
}
.s01 .wrapper.gallery .list-wrapper {
  margin: 70px 0 72px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 767px) {
  .s01 .wrapper.gallery .list-wrapper {
    row-gap: 10px;
    margin: 70px 0 30px;
  }
}
.s01 .wrapper.gallery .list-wrapper .gallery_list {
  display: grid;
  row-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (max-width: 767px) {
  .s01 .wrapper.gallery .list-wrapper .gallery_list {
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.s01 .wrapper.gallery .list-wrapper .gallery_list.column3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .s01 .wrapper.gallery .list-wrapper .gallery_list.column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.s01 .wrapper.gallery .list-wrapper .gallery_list.column4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .s01 .wrapper.gallery .list-wrapper .gallery_list.column4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s01 .wrapper.gallery .gallery_fb_btn {
  text-align: center;
}

.flow_table {
  margin: 70px auto;
}
@media screen and (max-width: 767px) {
  .flow_table {
    margin: 20px auto 40px;
  }
}
.flow_table .ttl {
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px 0;
  margin-top: 30px;
}
.flow_table table {
  width: 100%;
}
.flow_table table tr th {
  padding: 20px;
  background: #683382;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 22%;
  border: 1px solid #ccc;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .flow_table table tr th {
    width: 100%;
    display: block;
  }
}
.flow_table table tr td {
  padding: 20px;
  width: 78%;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .flow_table table tr td {
    width: 100%;
    display: block;
  }
}
.flow_table table tr:nth-child(even) td {
  background: #f8f8f8;
}
.flow_table .gimu_txt {
  font-size: 1.4rem;
  margin: 10px auto;
}
.flow_table .btn {
  max-width: 300px;
  width: 95%;
  height: 43px;
  display: block;
  margin-top: 10px;
  background-image: url(./img/btn_entry01.png);
  background-size: 100% 100%;
  line-height: 16px;
  padding-top: 14px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.flow_table .btn.right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .flow_table .btn.right {
    margin: 20px auto;
  }
}

.model_wrap dl {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .model_wrap dl {
    margin-top: 30px;
  }
}
.model_wrap dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 45px;
  border-left: 4px solid #683382;
  padding: 7px 5px 7px 20px;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .model_wrap dt {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.model_wrap dd.square .list_detail {
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .model_wrap dd.square .list_detail {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.model_wrap dd.square .list_detail:nth-child(2) {
  float: right;
}
@media screen and (max-width: 767px) {
  .model_wrap dd.square .list_detail:nth-child(2) {
    float: none;
  }
}
.model_wrap dd h3 {
  margin-bottom: 15px;
}
.model_wrap dd h3 span {
  display: inline-block;
  background: #683382;
  padding: 10px 23px;
  line-height: 1;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .model_wrap dd h3 span {
    padding: 5px 23px;
  }
}
.model_wrap dd .ppl_txt {
  font-weight: bold;
  font-size: 1.6rem;
  color: #683382;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .model_wrap dd .ppl_txt {
    margin: 15px auto;
  }
}
.model_wrap dd .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.model_wrap dd.list {
  margin-bottom: 40px;
}
.model_wrap dd.list.exp {
  margin-bottom: 5px;
}
.model_wrap dd.list .thum {
  float: left;
  width: 21%;
}
@media screen and (max-width: 767px) {
  .model_wrap dd.list .thum {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.model_wrap dd.list .list_detail {
  float: right;
  width: 75%;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .model_wrap dd.list .list_detail {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.model_wrap dd table {
  margin-bottom: 20px;
}
.model_wrap dd table tr th {
  font-size: 1.4rem;
  padding-right: 20px;
}
.model_wrap dd table tr td {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
}
.model_wrap dd table tr td:before {
  position: absolute;
  left: 0;
  content: ":";
}
.model_wrap p {
  font-size: 1.4rem;
}

.bg_gray {
  background: #f8f8f8;
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bg_gray {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}

.overwrap .left {
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .overwrap .left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.overwrap .right {
  float: right;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .overwrap .right {
    float: none;
    width: 100%;
  }
}

.rule_txt {
  font-size: 1.4rem;
  max-width: 1200px;
  width: 95%;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .rule_txt {
    margin: 30px auto;
  }
}

.rule_list {
  counter-reset: number;
  margin: 60px auto !important;
}
@media screen and (max-width: 767px) {
  .rule_list {
    margin: 30px auto !important;
  }
}
.rule_list li {
  font-size: 1.6rem;
  color: #000;
  padding: 10px 5px 10px 60px;
  position: relative;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rule_list li {
    padding: 10px 5px 10px 40px;
  }
}
.rule_list li:before {
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  padding: 10px;
  background: #683382;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .rule_list li:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
}

/*フォーム系*/
.contact_table {
  width: 100%;
  margin: 60px auto;
}
.contact_table dl {
  width: 100%;
  margin-top: 35px;
}
.contact_table dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.contact_table dl dt span.required {
  background: #ff0000;
  padding: 3px 15px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  margin-left: 35px;
}
.contact_table dl dd {
  font-size: 1.8rem;
}
.contact_table dl dd input[type=text] {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
}
.contact_table dl dd textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  min-height: 300px;
}
.contact_table dl dd .mwform-radio-field {
  /* ラジオボタン */
}
.contact_table dl dd .mwform-radio-field input[type=radio] {
  display: none;
}
.contact_table dl dd .mwform-radio-field input[type=radio] + span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact_table dl dd .mwform-radio-field input[type=radio] + span {
    display: block;
    padding: 5px 20px;
    text-align: left;
  }
}
.contact_table dl dd .mwform-radio-field input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 22px;
  height: 22px;
  content: "";
  margin-top: -13px;
  border: 2px solid #ccc;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact_table dl dd .mwform-radio-field input[type=radio] + span::before {
    width: 15px;
    height: 15px;
    margin-top: -10px;
  }
}
.contact_table dl dd .mwform-radio-field input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #939393;
}
@media screen and (max-width: 767px) {
  .contact_table dl dd .mwform-radio-field input[type=radio]:checked + span::after {
    width: 7px;
    height: 7px;
    margin-top: -4px;
  }
}
.contact_table dl dd .mwform-radio-field input[type=radio] + span::before,
.contact_table dl dd .mwform-radio-field input[type=radio]:checked + span::after {
  border-radius: 50%;
}

/*フォト部門入稿フォーム*/
.photo_table {
  width: 100%;
  margin: 60px auto;
}
.photo_table h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 75px;
  margin-bottom: 45px;
  border-left: 4px solid #683382;
  padding: 7px 5px 7px 20px;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .photo_table h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.photo_table dl {
  width: 100%;
  margin-top: 35px;
}
.photo_table dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.photo_table dl dt span.required {
  background: #ff0000;
  padding: 3px 15px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  margin-left: 35px;
}
.photo_table dl dd {
  font-size: 1.8rem;
}
.photo_table dl dd input[type=text] {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
}
.photo_table dl dd textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  min-height: 120px;
}
.photo_table .txt {
  margin: 55px auto;
  font-size: 1.4rem;
}
.photo_table input[type=checkbox] {
  display: none;
}
.photo_table input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.photo_table input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  content: "";
  margin-top: -10px;
  border: 1px solid #ccc;
  background: #ededed;
}
.photo_table input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #683382;
  border-bottom: 3px solid #683382;
  transform: rotate(45deg);
}
.photo_table .add_txt {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8em;
  margin-top: 20px;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .photo_table .add_txt {
    padding-left: 0;
  }
}

.mw_wp_form_input .input_none {
  display: none !important;
}

.mw_wp_form_confirm .confirm_none {
  display: none !important;
}

/*フォーム共通*/
.tac_txt {
  text-align: center;
  margin-top: 30px;
  font-size: 1.4rem;
}

.btnWrap {
  text-align: center;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btnWrap {
    display: block;
  }
}
.btnWrap .send_btn {
  display: block;
  max-width: 380px;
  width: 100%;
  margin: 0 30px;
  padding: 15px;
  background: #683382;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btnWrap .send_btn {
    margin: 0px auto;
  }
}
.btnWrap .btn.back {
  display: block;
  max-width: 380px;
  width: 100%;
  margin: 0 30px;
  padding: 15px;
  background: #a377b9;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btnWrap .btn.back {
    margin: 0px auto;
  }
}
.btnWrap .reset_btn {
  display: block;
  max-width: 380px;
  width: 100%;
  margin: 0 30px;
  padding: 15px;
  background: #8b8b8b;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btnWrap .reset_btn {
    margin: 0px auto;
  }
}

.mw_wp_form_confirm .btnWrap .reset_btn,
.mw_wp_form_complete .btnWrap .reset_btn {
  display: none !important;
}

/*大会申し込み*/
.competition_form .txt {
  margin: 60px auto;
  font-size: 1.6rem;
  line-height: 1.8em;
}

.competition_box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .competition_box {
    overflow-x: scroll;
  }
}
.competition_box .table01 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .competition_box .table01 {
    width: 1140px;
  }
}
.competition_box .table01 tr td {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.2rem;
  line-height: 170%;
  padding: 15px 0;
  width: 11.1111111111%;
}
.competition_box .table01 tr td.slash {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.competition_box .table01 tr td label .competition_check {
  padding: 10px 12px;
}
.competition_box .table01 tr td label .competition_check .competition_check_txt {
  line-height: 1.4;
}
.competition_box .table01 tr td label .label-text {
  font-size: 14px;
  font-weight: bold;
  margin-right: 40px;
}
.competition_box .table01 tr td.title {
  font-size: 1.4rem;
  font-weight: bold;
}
.competition_box .table01 tr td .total_price_txt {
  font-size: 1.6rem;
}
.competition_box .table01 tr:first-child td {
  background-color: #683382;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 130%;
}
.competition_box .table01.price-table tr:nth-child(2) td {
  padding: 5px 0;
  background-color: #f9f9f9;
  font-weight: bold;
}
.competition_box .t03 {
  font-size: 1.4rem;
  line-height: 170%;
  color: #fe0000;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 70px;
}
.competition_box .competition_check {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .competition_box .competition_check {
    margin-top: 30px;
    margin-left: 0;
  }
}
.competition_box .competition_check::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  content: "";
  margin-top: -10px;
  border: 1px solid #ccc;
  background: #ededed;
}
@media screen and (max-width: 767px) {
  .competition_box .competition_check::before {
    left: calc((100% - 17px) / 2);
    top: -10px;
  }
}
.competition_box .competition_check input[type=checkbox] {
  display: none;
}
.competition_box .competition_check input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #683382;
  border-bottom: 3px solid #683382;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .competition_box .competition_check input[type=checkbox]:checked + span::after {
    left: calc((100% - 10px) / 2);
    top: -10px;
  }
}

.competition_table {
  margin: 60px auto;
}
.competition_table h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 75px;
  margin-bottom: 45px;
  border-left: 4px solid #683382;
  padding: 7px 5px 7px 20px;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .competition_table h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.competition_table .choices input[type=checkbox] {
  display: none;
}
.competition_table .name12 input {
  display: inline-block;
  max-width: 45%;
  margin-right: 1rem;
}
.competition_table .name12 input::-moz-placeholder {
  color: #ccc;
}
.competition_table .name12 input::placeholder {
  color: #ccc;
}
.competition_table dl {
  width: 100%;
  margin-top: 35px;
}
.competition_table dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.competition_table dl dt span.required {
  background: #ff0000;
  padding: 3px 15px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  margin-left: 35px;
}
.competition_table dl dd {
  font-size: 1.8rem;
}
.competition_table dl dd input[type=text] {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
}
.competition_table dl dd input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #683382;
  border-bottom: 3px solid #683382;
  transform: rotate(45deg);
}
.competition_table dl dd .cp_ipselect {
  border: 1px solid #ccc;
  max-width: 480px;
  width: 100%;
  position: relative;
}
.competition_table dl dd .cp_ipselect:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  padding: 0;
  content: "";
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  pointer-events: none;
}
.competition_table dl dd .cp_ipselect select {
  border: none;
  background: #fff;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
}
.competition_table dl dd textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  min-height: 120px;
}
.competition_table dl dd.address_form {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.competition_table dl dd.address_form span.hyphen {
  max-width: 2rem;
  text-align: center;
}
.competition_table dl dd.address_form span {
  width: 45px;
  text-align: right;
}
.competition_table dl dd.address_form input[type=text] {
  max-width: 450px;
  width: 100%;
  margin-left: 20px;
}
.competition_table dl dd.address_form input[name=zip] {
  min-width: 8rem;
  width: 30%;
}
.competition_table dl dd.address_form input[name=zip2] {
  min-width: 10rem;
  width: 40%;
  margin-left: 0;
}
.competition_table dl dd.address_form2 {
  display: flex;
  align-items: center;
}
.competition_table dl dd.address_form2 span {
  width: 45px;
  min-width: 45px;
  text-align: right;
}
.competition_table dl dd.address_form2 input[type=text] {
  max-width: 950px;
  width: 100%;
  margin-left: 20px;
}
.competition_table dl dd.know input {
  margin: 0 10px 0 30px;
}
.competition_table dl dd.know input:nth-child(1) {
  margin: 0 10px 0 0;
}
.competition_table .consent {
  text-align: center;
  margin: 60px auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .competition_table .consent {
    margin: 30px auto;
  }
}
.competition_table .consent_check {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.competition_table .consent_check::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  content: "";
  margin-top: -10px;
  border: 1px solid #ccc;
  background: #ededed;
}
.competition_table .consent input[type=checkbox] {
  display: none;
}
.competition_table .consent input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #683382;
  border-bottom: 3px solid #683382;
  transform: rotate(45deg);
}

.terms_box {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
}
.terms_box .inner {
  padding: 20px 10px;
  height: 230px;
  overflow-y: scroll;
}
.terms_box p {
  font-size: 1.6rem;
}

/*ボランティア申し込み*/
.volunteer_txt {
  margin: 60px auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.volunteer_conditions {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.volunteer_conditions dl {
  width: 49%;
  float: left;
}
@media screen and (max-width: 767px) {
  .volunteer_conditions dl {
    width: 100%;
    float: none;
  }
}
.volunteer_conditions dl:nth-child(even) {
  float: right;
}
@media screen and (max-width: 767px) {
  .volunteer_conditions dl:nth-child(even) {
    float: none;
  }
}
.volunteer_conditions dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 140%;
  padding-left: 16px;
  border-left: 4px solid #683382;
}
@media screen and (max-width: 767px) {
  .volunteer_conditions dl dt {
    font-size: 1.8rem;
    padding-left: 10px;
    border-left: 2px solid #683382;
  }
}
.volunteer_conditions dl dd {
  font-size: 1.6rem;
  margin: 35px auto;
}
@media screen and (max-width: 767px) {
  .volunteer_conditions dl dd {
    margin: 15px auto 30px;
  }
}

.volunteer_table dl {
  width: 100%;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .volunteer_table dl {
    margin-top: 15px;
  }
}
.volunteer_table dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.volunteer_table dl dt span.required {
  background: #ff0000;
  padding: 3px 15px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  margin-left: 35px;
}
.volunteer_table dl dd {
  font-size: 1.8rem;
}
.volunteer_table dl dd input[type=text] {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
}
.volunteer_table dl dd textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  min-height: 120px;
}
.volunteer_table input[type=checkbox] {
  display: none;
}
.volunteer_table input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.volunteer_table input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  content: "";
  margin-top: -10px;
  border: 1px solid #ccc;
  background: #ededed;
}
.volunteer_table input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #683382;
  border-bottom: 3px solid #683382;
  transform: rotate(45deg);
}
.volunteer_table .cp_ipselect {
  border: 1px solid #ccc;
  max-width: 480px;
  width: 100%;
  position: relative;
}
.volunteer_table .cp_ipselect:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  padding: 0;
  content: "";
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  pointer-events: none;
}
.volunteer_table .cp_ipselect select {
  border: none;
  background: #fff;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
}
.volunteer_table .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 20px auto;
}
.volunteer_table h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 140%;
  padding-left: 16px;
  border-left: 4px solid #683382;
  margin: 75px auto 30px;
}
@media screen and (max-width: 767px) {
  .volunteer_table h3 {
    font-size: 1.8rem;
    padding-left: 10px;
    border-left: 2px solid #683382;
  }
}
.volunteer_table .center {
  text-align: center;
  margin: 50px auto 75px;
}

.mw_wp_form_confirm .volunteer_table .cp_ipselect {
  border: none !important;
}
.mw_wp_form_confirm .volunteer_table .cp_ipselect:before {
  display: none !important;
}

/*提供製品登録フォーム*/
.products_txt {
  margin: 60px auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.products_table dl {
  width: 100%;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .products_table dl {
    margin-top: 15px;
  }
}
.products_table dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.products_table dl dt span.required {
  background: #ff0000;
  padding: 3px 15px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  margin-left: 35px;
}
.products_table dl dd {
  font-size: 1.8rem;
}
.products_table dl dd input[type=text] {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
}
.products_table dl dd textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  min-height: 120px;
}
.products_table dl dd.presenter {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .products_table dl dd.presenter {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .products_table dl dd.presenter span {
    display: block;
  }
}
.products_table dl dd.presenter input {
  max-width: 310px;
  width: 100%;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .products_table dl dd.presenter input {
    max-width: none;
    margin: 10px 0;
  }
}
.products_table input[type=checkbox] {
  display: none;
}
.products_table input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.products_table input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  content: "";
  margin-top: -10px;
  border: 1px solid #ccc;
  background: #ededed;
}
.products_table input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #683382;
  border-bottom: 3px solid #683382;
  transform: rotate(45deg);
}
.products_table .cp_ipselect {
  border: 1px solid #ccc;
  max-width: 480px;
  width: 100%;
  position: relative;
}
.products_table .cp_ipselect:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  padding: 0;
  content: "";
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  pointer-events: none;
}
.products_table .cp_ipselect select {
  border: none;
  background: #fff;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
}
.products_table .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 20px auto;
}
.products_table h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 140%;
  padding-left: 16px;
  border-left: 4px solid #683382;
  margin: 75px auto 30px;
}
@media screen and (max-width: 767px) {
  .products_table h3 {
    font-size: 1.8rem;
    padding-left: 10px;
    border-left: 2px solid #683382;
  }
}
.products_table .center {
  text-align: center;
  margin: 50px auto 75px;
}
@media screen and (max-width: 767px) {
  .products_table .center {
    margin: 25px auto 35px;
  }
}

/*協賛フォーム*/
.sponsor_txt {
  margin: 60px auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.sponsor_table {
  margin-bottom: 60px;
}
.sponsor_table dl {
  width: 100%;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl {
    margin-top: 15px;
  }
}
.sponsor_table dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.sponsor_table dl dt span.required {
  background: #ff0000;
  padding: 3px 15px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  margin-left: 35px;
}
.sponsor_table dl dd {
  font-size: 1.8rem;
}
.sponsor_table dl dd.other_name {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.other_name {
    display: block;
  }
}
.sponsor_table dl dd.other_name span {
  margin-right: 10px;
  width: 16.6666666667%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.other_name span {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.sponsor_table dl dd.other_name input[type=text] {
  margin-right: 10px;
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.other_name input[type=text] {
    max-width: none;
    margin-bottom: 30px;
  }
}
.sponsor_table dl dd.unit-yen input[type=text] {
  width: calc(100% - 2em);
}
.sponsor_table dl dd.unit-yen:after {
  content: "円";
}
.sponsor_table dl dd.address_form {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.address_form {
    display: block;
  }
}
.sponsor_table dl dd.address_form span {
  width: 230px;
  text-align: right;
  display: block;
}
.sponsor_table dl dd.address_form span.hyphen {
  display: inline-block;
  max-width: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.address_form span.hyphen {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.address_form span {
    display: block;
    text-align: left;
    max-width: none;
    margin: 10px 5px;
    width: 48%;
  }
}
.sponsor_table dl dd.address_form .price_radio input[type=radio] {
  font-size: 1.5rem;
}
.sponsor_table dl dd.address_form input[type=text] {
  width: calc(100% - 250px);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.address_form input[type=text] {
    width: 100%;
    margin-left: 0;
  }
}
.sponsor_table dl dd.address_form input[name=郵便番号] {
  min-width: 8rem;
  width: 30%;
  margin-left: 1rem;
}
.sponsor_table dl dd.address_form input[name=郵便番号2] {
  min-width: 10rem;
  width: 40%;
  margin-left: 0;
}
.sponsor_table dl dd.address_form:has(.error) {
  margin-bottom: 2em;
}
.sponsor_table dl dd.address_form .error {
  position: absolute;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sponsor_table dl dd.address_form .error {
    margin-top: 4em;
  }
}
.sponsor_table dl dd.address_form input ~ input + .error {
  position: absolute;
  margin-left: calc(40% - 150px);
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.address_form input ~ input + .error {
    margin-left: 48%;
  }
}
.sponsor_table dl dd.add_txt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sponsor_table dl dd.add_txt span {
  width: 115px;
}
.sponsor_table dl dd.add_txt input[type=text] {
  max-width: 950px;
  width: 100%;
  margin-left: 20px;
}
.sponsor_table dl dd.introduce {
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 1.6rem;
}
.sponsor_table dl dd.introduce input[type=text] {
  max-width: 490px;
  width: 100%;
  margin-left: 10px;
}
.sponsor_table dl dd input[type=text] {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
}
.sponsor_table dl dd textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  min-height: 120px;
}
.sponsor_table dl dd.sns_box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.sns_box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.sns_box span {
    display: block;
  }
}
.sponsor_table dl dd.sns_box input {
  max-width: 570px;
  width: 48%;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.sns_box input {
    max-width: none;
    margin: 10px 0;
    width: 100%;
  }
}
.sponsor_table dl dd.kuti input[type=number] {
  font-size: 1.8rem;
  padding: 10px;
  max-width: 100px;
  border: 1px solid #ccc;
  text-align: right;
}
.sponsor_table dl dd.kuti input[type=text] {
  max-width: 200px;
  margin: 0 10px;
}
.sponsor_table dl dd.name12 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sponsor_table dl dd.name12 input {
  max-width: 570px;
  width: 48%;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.name12 input {
    max-width: none;
    margin: 10px 10px 10px 0;
    width: 48%;
  }
}
.sponsor_table dl dd.name12 input::-moz-placeholder {
  color: #ccc;
}
.sponsor_table dl dd.name12 input::placeholder {
  color: #ccc;
}
.sponsor_table dl dd.name12:has(.error) {
  margin-bottom: 3em;
}
.sponsor_table dl dd.name12 .error {
  position: absolute;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.name12 .error {
    margin-top: 5em;
  }
}
.sponsor_table dl dd.name12 input ~ input + .error {
  position: absolute;
  margin-left: calc(48% - 90px);
}
@media screen and (max-width: 767px) {
  .sponsor_table dl dd.name12 input ~ input + .error {
    margin-left: 48%;
  }
}
.sponsor_table dl dd.address_form:has(.error) {
  margin-bottom: 2em;
}
.sponsor_table dl dd.address_form .error {
  position: absolute;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sponsor_table dl dd.address_form .error {
    margin-top: 4em;
  }
}
.sponsor_table dl.gokuchi dd b {
  display: inline-block;
  width: 160px;
}
.sponsor_table dl.gokuchi dd b + .mwform-radio-field {
  display: inline-block;
  width: 100px;
}
.sponsor_table input[type=checkbox] {
  display: none;
}
.sponsor_table .pamphlet {
  max-width: 110px;
  width: 100%;
  font-size: 1rem;
  padding: 10px;
}
.sponsor_table input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.sponsor_table input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  content: "";
  margin-top: -10px;
  border: 1px solid #ccc;
  background: #ededed;
}
.sponsor_table input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #683382;
  border-bottom: 3px solid #683382;
  transform: rotate(45deg);
}
.sponsor_table .cp_ipselect {
  border: 1px solid #ccc;
  max-width: 480px;
  width: 100%;
  position: relative;
}
.sponsor_table .cp_ipselect.mw180 {
  max-width: 180px;
}
.sponsor_table .cp_ipselect.mw180 select {
  height: 35px;
  font-size: 1.4rem;
}
.sponsor_table .cp_ipselect.mw290 {
  max-width: 290px;
}
.sponsor_table .cp_ipselect.mw290 select {
  height: 35px;
  font-size: 1.4rem;
}
.sponsor_table .cp_ipselect:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  padding: 0;
  content: "";
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  pointer-events: none;
}
.sponsor_table .cp_ipselect select {
  border: none;
  background: #fff;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
}
.sponsor_table .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 20px auto;
}
.sponsor_table .txt.about_concent {
  margin-left: 2rem;
  margin-top: 0;
  font-weight: 600;
}
.sponsor_table .txt.about_concent_title {
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 600;
}
.sponsor_table h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 140%;
  padding-left: 16px;
  border-left: 4px solid #683382;
  margin: 75px auto 30px;
}
@media screen and (max-width: 767px) {
  .sponsor_table h3 {
    font-size: 1.8rem;
    padding-left: 10px;
    border-left: 2px solid #683382;
  }
}
.sponsor_table .center {
  text-align: center;
  margin: 50px auto 75px;
}
@media screen and (max-width: 767px) {
  .sponsor_table .center {
    margin: 25px auto 35px;
  }
}
.sponsor_table .table-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 100px 0;
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .sponsor_table .table-wrapper {
    margin: 50px 0;
  }
}
.sponsor_table .table-wrapper table {
  position: relative;
  border: 1px solid #ddd;
  border-collapse: separate;
  width: 100%;
}
.sponsor_table .table-wrapper table th {
  width: 14.2857142857%;
  white-space: nowrap;
  border: 1px solid #ddd;
  color: #fff;
  padding: 15px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #683382;
  position: sticky;
  top: -1px;
  z-index: 2;
  font-weight: bold;
  width: 10%;
}
.sponsor_table .table-wrapper table th:first-of-type {
  left: 0;
  z-index: 3;
}
.sponsor_table .table-wrapper table th span {
  display: block;
  font-size: 1.2em;
}
.sponsor_table .table-wrapper table td {
  white-space: nowrap;
  border: 1px solid #ddd;
  padding: 20px 10px;
  text-align: center;
  font-size: 1.4rem;
  background-color: #fff;
  position: sticky;
  min-width: 8.5rem;
}
.sponsor_table .table-wrapper table td input[type=file] {
  margin-left: 10px;
}
.sponsor_table .table-wrapper table td:first-of-type {
  left: 0;
  z-index: 3;
  background-color: #f9f9f9;
  font-weight: bold;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding: 16px !important;
}
.sponsor_table .table-wrapper table td .auditor {
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.sponsor_table .table-wrapper table td .auditor input[type=text] {
  max-width: 480px;
  width: 100%;
  margin-left: 10px;
  font-size: 1.4rem;
  padding: 10px;
}
.sponsor_table .table-wrapper table td.mini input[type=text] {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  font-size: 1.4rem;
  padding: 10px;
}
.sponsor_table .table-wrapper table td p {
  margin-top: 10px;
  font-size: 1.4rem;
}
.sponsor_table .table-wrapper table td .mwform-radio-field-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .sponsor_table .table-wrapper table td {
    padding: 5px !important;
  }
}
.mw_wp_form_confirm .sponsor_table .cp_ipselect {
  border: none;
}
.mw_wp_form_confirm .sponsor_table .cp_ipselect:before {
  display: none;
}
.mw_wp_form_confirm .sponsor_table .table-wrapper table td .cp_ipselect {
  font-weight: bold;
  font-size: 1.6rem;
}

.neec_method dl {
  margin-bottom: 30px;
}
.neec_method dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 140%;
  padding-left: 16px;
  border-left: 4px solid #683382;
  margin: 75px auto 30px;
}
.neec_method dl dd {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.news_contents {
  margin-top: 60px;
}
.news_contents .wrapper {
  max-width: 1200px;
  width: 95%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .news_contents .wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .news_contents .wrapper.inner {
    width: 95% !important;
  }
}
.news_contents .wrapper .left {
  width: 75%;
  float: left;
}
@media screen and (max-width: 767px) {
  .news_contents .wrapper .left {
    width: 100%;
    float: none;
  }
}
.news_contents .wrapper .left .main_img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_contents .wrapper .left iframe {
    max-width: 100%;
  }
}
.news_contents .wrapper .right {
  width: 20%;
  float: right;
}
@media screen and (max-width: 767px) {
  .news_contents .wrapper .right {
    width: 100%;
    float: none;
  }
}
.news_contents .wrapper .right .sidebar_content {
  margin-bottom: 60px;
}
.news_contents .wrapper .right .sidebar_content h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  letter-spacing: 4px;
  margin: 0;
  font-weight: bold;
  font-size: 1.7rem;
}
.news_contents .wrapper .right .sidebar_content li {
  margin: 20px 0;
  font-size: 1.5rem;
}
.news_contents .wrapper .right .sidebar_content .left {
  width: 25%;
  float: left;
  margin-right: 10px;
}
.news_contents .wrapper .right .sidebar_content .right {
  width: 68%;
  float: left;
  font-size: 1.3rem;
}
.news_contents .wrapper .news_tlt {
  font-size: 2rem;
  margin-top: 40px;
  position: relative;
  background: #000;
  color: #fff;
  padding: 10px 0 10px 30px;
}
.news_contents .wrapper .news_tlt:before {
  position: absolute;
  top: 0;
  left: 10px;
  width: 10px;
  height: 50px;
  background: #fff;
  content: "";
}
.news_contents .wrapper .news_detail {
  margin: 20px 0;
  line-height: 1.6;
}
.news_contents .wrapper .news_detail h1 {
  font-size: 2.4rem;
}
.news_contents .wrapper .news_detail h2 {
  font-size: 2.2rem;
}
.news_contents .wrapper .news_detail h3 {
  font-size: 2rem;
}
.news_contents .wrapper .news_detail h4 {
  font-size: 1.8rem;
}
.news_contents .wrapper .news_detail h5 {
  font-size: 1.6rem;
}
.news_contents .wrapper .news_detail p {
  font-size: 1.5rem;
}

.news_archive {
  margin-top: 50px;
}
.news_archive .wrapper {
  max-width: 1200px;
  width: 95%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .news_archive .wrapper {
    width: 95%;
  }
}
.news_archive .wrapper ul {
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.news_archive .wrapper li {
  float: left;
  width: 25%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_archive .wrapper li {
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.news_archive .wrapper li .main_img {
  max-height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_archive .wrapper li .main_img {
    max-height: 100px;
  }
}
.news_archive .wrapper li .tlt {
  font-size: 1.7rem;
  margin: 10px 0;
  font-weight: bold;
}
.news_archive .wrapper li .detail {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 10px;
}
.news_archive .pagenation {
  margin: 50px 0;
}

#prev_next #prev,
#prev_next #next {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  flex: 1;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
#prev_next #prev p,
#prev_next #next p {
  margin-bottom: 5px;
  width: calc(100% - 85px);
  color: #666;
  font-size: 1.5rem;
  padding: 10px 0;
}
#prev_next #prev img,
#prev_next #next img {
  width: auto;
  height: 85px;
}

#prev_next {
  margin: 80px 0;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #prev_next {
    width: 100%;
    display: block;
  }
}
#prev_next #prev {
  display: flex;
  padding-left: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #prev_next #prev {
    display: block;
    margin-right: 0px;
    margin-bottom: 25px;
  }
}
#prev_next #prev img {
  margin-right: 15px;
}
#prev_next #next {
  display: flex;
  padding-right: 0;
}
#prev_next #next img {
  margin-left: 15px;
}

.complete_txt {
  margin: 60px auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.colona_attention {
  text-align: center;
  margin: 40px auto;
  max-width: 1000px;
  width: 95%;
}

@keyframes r2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .judge_list.container {
    width: 100%;
  }
}

.judge_list,
.teacher_list {
  margin: 30px auto 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .judge_list,
  .teacher_list {
    margin: 30px auto 50px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    -moz-column-gap: 7.1px;
         column-gap: 7.1px;
  }
}
.judge_list li figure,
.teacher_list li figure {
  margin-bottom: 20px;
}
.judge_list li .hidden_box,
.teacher_list li .hidden_box {
  display: none;
  margin-bottom: 25px;
}
.judge_list li .hidden_box .txt,
.teacher_list li .hidden_box .txt {
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #000;
}
.judge_list li .hidden_box h3,
.teacher_list li .hidden_box h3 {
  margin: 10px auto;
  font-size: 1.4rem;
  color: #000;
}
.judge_list li .hidden_box table th,
.teacher_list li .hidden_box table th {
  width: 60px;
  font-size: 1.4rem;
  color: #000;
  vertical-align: top;
}
.judge_list li .hidden_box table td,
.teacher_list li .hidden_box table td {
  width: calc(100% - 60px);
  font-size: 1.4rem;
  color: #000;
}
.judge_list li .hidden_box .messege,
.teacher_list li .hidden_box .messege {
  margin-top: 10px;
  font-size: 1.4rem;
  position: relative;
  color: #000;
}
.judge_list li .hidden_box .messege span,
.teacher_list li .hidden_box .messege span {
  display: block;
  margin-bottom: 5px;
}
.judge_list li .hidden_box .insta,
.teacher_list li .hidden_box .insta {
  margin-top: 10px;
}
.judge_list li .hidden_box .insta a,
.teacher_list li .hidden_box .insta a {
  font-size: 1.4rem;
  text-decoration: underline;
  padding-left: 30px;
  display: block;
  color: #683382;
  background: url(./img/icon_sns0204.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 15px 0 15px 60px;
}
.judge_list li .more,
.teacher_list li .more {
  width: 300px;
  height: 43px;
  background-image: url(./img/btn_entry01.png);
  background-size: 100% 100%;
  line-height: 16px;
  padding-top: 14px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .judge_list li .more,
  .teacher_list li .more {
    width: 100%;
  }
}

.sponsor_list {
  display: grid;
  margin: 65px auto 100px;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 29px;
       column-gap: 29px;
  row-gap: 31px;
}
@media screen and (max-width: 767px) {
  .sponsor_list {
    margin: 30px auto 50px;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 7.1px;
         column-gap: 7.1px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sponsor_list.container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sponsor_list li.lani {
    padding: 50px 0;
  }
}

.schedule-img {
  text-align: center;
  margin: 40px auto 100px;
}
@media screen and (max-width: 767px) {
  .schedule-img {
    margin: 30px auto;
  }
}

.schedule-wrap {
  position: relative;
  margin-bottom: 100px;
}
.schedule-wrap:before {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #683382;
  content: "";
  right: 50%;
  top: 0;
  margin-right: -1px;
}
@media screen and (max-width: 767px) {
  .schedule-wrap:before {
    display: none;
  }
}
.schedule-wrap .schedule-list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .schedule-wrap .schedule-list {
    width: 100%;
  }
}
.schedule-wrap .schedule-list.fl {
  float: left;
  padding-right: 100px;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-wrap .schedule-list.fl {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.schedule-wrap .schedule-list.fl.clear {
  clear: both;
}
.schedule-wrap .schedule-list.fl:before {
  position: absolute;
  width: 90px;
  height: 2px;
  background: #683382;
  content: "";
  right: 0;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .schedule-wrap .schedule-list.fl:before {
    display: none;
  }
}
.schedule-wrap .schedule-list.fl .label {
  position: absolute;
  right: -40px;
  top: -20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .schedule-wrap .schedule-list.fl .label {
    display: none;
  }
}
.schedule-wrap .schedule-list.fr {
  float: right;
  padding-left: 100px;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-wrap .schedule-list.fr {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.schedule-wrap .schedule-list.fr.clear {
  clear: both;
}
.schedule-wrap .schedule-list.fr:before {
  position: absolute;
  width: 90px;
  height: 2px;
  background: #683382;
  content: "";
  left: 0;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .schedule-wrap .schedule-list.fr:before {
    display: none;
  }
}
.schedule-wrap .schedule-list.fr .label {
  position: absolute;
  left: -40px;
  top: -20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .schedule-wrap .schedule-list.fr .label {
    display: none;
  }
}
.schedule-wrap .schedule-list .time {
  font-size: 1.4rem;
  color: #683382;
  margin-bottom: 10px;
  font-weight: bold;
}
.schedule-wrap .schedule-list h3 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: bold;
}
.schedule-wrap .schedule-list .schedule-flex {
  margin: 10px auto;
  display: flex;
  align-items: center;
}
.schedule-wrap .schedule-list .schedule-flex figure {
  width: 90px;
  margin-right: 10px;
}
.schedule-wrap .schedule-list .schedule-flex .detail .speaker {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 20px;
}
.schedule-wrap .schedule-list .schedule-flex .detail h2 {
  font-size: 2.4rem;
  color: #000;
}
.schedule-wrap .schedule-list .schedule-flex .detail h2 span {
  font-size: 1.6rem;
  margin-left: 10px;
}
.schedule-wrap .schedule-list .messege {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.8em;
}
.schedule-wrap .schedule-list.list02 {
  margin-top: 340px;
}
@media screen and (max-width: 767px) {
  .schedule-wrap .schedule-list.list02 {
    margin-top: 0;
  }
}
.schedule-wrap .schedule-list.list07 {
  margin-bottom: 0;
}
.schedule-wrap .schedule-list.list07:after {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  content: "";
  right: 0;
  top: 0;
  margin-right: -1px;
}

.ttlbox01.line {
  position: relative;
}
.ttlbox01.line:before {
  position: absolute;
  left: 0;
  top: 38%;
  margin-top: -5px;
  width: calc(50% - 308px);
  height: 10px;
  background: url(./img/ttl-before.png);
  background-size: contain;
  content: "";
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ttlbox01.line:before {
    display: none;
  }
}
.ttlbox01.line:after {
  position: absolute;
  right: 0;
  top: 38%;
  margin-top: -5px;
  width: calc(50% - 308px);
  height: 10px;
  background: url(./img/ttl-after.png);
  background-size: contain;
  background-position: left;
  content: "";
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ttlbox01.line:after {
    display: none;
  }
}

.ttlbox01.line2 {
  position: relative;
}
.ttlbox01.line2:before {
  position: absolute;
  left: 0;
  top: 38%;
  margin-top: -5px;
  width: calc(50% - 190px);
  height: 10px;
  background: url(./img/ttl-before.png);
  background-size: contain;
  content: "";
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ttlbox01.line2:before {
    display: none;
  }
}
.ttlbox01.line2:after {
  position: absolute;
  right: 0;
  top: 38%;
  margin-top: -5px;
  width: calc(50% - 190px);
  height: 10px;
  background: url(./img/ttl-after.png);
  background-size: contain;
  background-position: left;
  content: "";
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ttlbox01.line2:after {
    display: none;
  }
}

.cooperation_list {
  margin: 65px auto 100px;
}
@media screen and (max-width: 767px) {
  .cooperation_list {
    margin: 30px auto 50px;
  }
}
.cooperation_list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #333;
}

main .s01 .wrapper {
  max-width: 1200px;
  width: 95%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0 !important;
}

main .s01 .wrapper .t01 {
  font-size: 1.4rem;
  line-height: 210%;
  letter-spacing: 3.5px;
  color: #000;
}
main .s01 .wrapper .t01 .bold {
  font-weight: bold;
  font-size: 2rem;
}
main .s01 .wrapper .t01 .space01 {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  main .s01 .wrapper .t01 .space01 {
    margin-right: 23px;
  }
}
main .s01 .wrapper .t01 .space {
  margin-right: 105px;
}
@media screen and (max-width: 767px) {
  main .s01 .wrapper .t01 .space {
    margin-right: 70px;
  }
}
main .s01 .wrapper .t01 .space-indent {
  margin-left: 95px;
}

.ttlbox01 {
  margin-bottom: 80px;
}

.award_wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .award_wrap {
    margin-bottom: 80px;
  }
}
.award_wrap h2 {
  font-size: 2.4rem;
  color: #000;
  font-weight: bold;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .award_wrap h2 {
    padding: 0 0 10px 8px;
  }
}
.award_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.award_wrap ul li {
  width: 32%;
  float: left;
}
.award_wrap ul li:nth-child(3n+2) {
  margin: 0 2%;
}
.award_wrap ul li:nth-child(n+4) {
  margin-top: 60px;
}
.award_wrap ul li .rank {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  line-height: 1;
}
.award_wrap ul li .rank .gold {
  color: #cbb876;
}
.award_wrap ul li .rank .silver {
  color: #a6a6a6;
}
.award_wrap ul li .rank .bronze {
  color: #c59f6e;
}
.award_wrap ul li .rank .big {
  font-size: 4.8rem;
  font-family: "DIN Condensed Bold" !important;
  margin-left: 10px;
}
.award_wrap ul li .special {
  font-size: 2.4rem;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.award_wrap ul li .special .small {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
}
.award_wrap ul li .special.last {
  margin-top: 35px;
}
.award_wrap ul li .name {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
  margin: 0px auto 40px;
  line-height: 1;
}
.award_wrap ul li .name .school-name {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 1.4rem;
}
.award_wrap ul li .name.special {
  margin: 4px auto 40px;
  font-weight: normal;
}
.award_wrap ul li h3 {
  text-align: center;
  padding: 22px 0 15px;
  font-weight: bold;
  color: #000;
  font-size: 2.2rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.award_wrap ul li h3.border-b-none {
  border-bottom: none;
}
.award_wrap ul li .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #000;
}
.award_wrap ul li .award_sub_ttl {
  text-align: center;
  margin: 20px 0 0;
  font-weight: bold;
  color: #000;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .ttlbox01 {
    margin-bottom: 50px;
  }
  main .s01 .wrapper {
    width: 100%;
    padding: 0 0px 50px;
  }
  main .s01 .wrapper .t01 {
    font-size: 1.4rem;
    line-height: 210%;
    letter-spacing: 1.5px;
  }
  .award_wrap h2 {
    margin-bottom: 40px;
  }
  .award_wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .award_wrap ul li {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .award_wrap ul li:nth-child(3n+2) {
    margin: 0 0 30px;
  }
  .award_wrap ul li:nth-child(n+4) {
    margin: 0 0 30px;
  }
  .award_wrap ul li .name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .samplebox {
    width: 95%;
    margin: auto;
  }
}
.samplebox h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  border-left: 4px solid #683382;
  padding: 7px 5px 7px 20px;
  color: #000;
  line-height: 1;
}
.samplebox .h4ttl {
  font-size: 1.8rem;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}
.samplebox ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .samplebox ul {
    margin-bottom: 30px;
    justify-content: space-between;
  }
}
.samplebox ul li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .samplebox ul li {
    width: 49%;
    margin: 0 0 20px;
  }
}
.samplebox ul li:nth-child(4n) {
  margin-right: 0;
}
.samplebox ul li h4 {
  font-size: 1.8rem;
  text-align: center;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .samplebox ul li h4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.samplebox ul li h4.em {
  min-height: 3em;
}
@media screen and (max-width: 767px) {
  .samplebox ul li h4.em {
    min-height: auto;
  }
}
.samplebox ul li h4 .dib {
  display: inline-block;
}
.samplebox p {
  font-size: 1.6rem;
  color: #666;
}

#top-news-area {
  max-width: 750px;
  width: 100%;
  background: #ac87be;
  padding: 30px 33px;
  margin-top: -50px;
  position: relative;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  #top-news-area {
    margin-top: 0;
    padding: 0 5% 10px;
  }
}
#top-news-area .flexStyle01 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
#top-news-area .flexStyle01 .leftFlexTxt {
  display: flex;
  color: #fff;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top-news-area .flexStyle01 .leftFlexTxt {
    flex-direction: column;
    align-items: flex-start;
  }
}
#top-news-area .flexStyle01 .leftFlexTxt .ttl02 {
  font-size: 1.4rem;
  border: 1px solid #fff;
  padding: 6px 14px;
  letter-spacing: 1px;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  #top-news-area .flexStyle01 .leftFlexTxt .ttl02 {
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 1px 14px;
  }
}
#top-news-area .flexStyle01 .leftFlexTxt time {
  font-size: 1.4rem;
  margin-right: 26px;
  letter-spacing: 1px;
}
#top-news-area .flexStyle01 .leftFlexTxt .txtStyle02 {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #top-news-area .flexStyle01 .leftFlexTxt .txtStyle02 {
    padding: 7px 0;
    font-weight: normal;
  }
}
#top-news-area .flexStyle01 .rightTxt {
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  padding-bottom: 4px;
}
#top-news-area .flexStyle01 .rightTxt .linkStyle01 {
  color: #fff;
}

.top-link-btn {
  text-align: center;
  margin-top: 20px;
}
.top-link-btn a {
  display: inline-block;
  padding: 20px 50px;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top-link-btn a {
    padding: 10px 30px;
  }
}
.top-link-btn.entry a {
  background: url(./img/btn_entry01.png);
  background-size: contain;
  padding: 20px 120px;
}
@media screen and (max-width: 767px) {
  .top-link-btn.entry a {
    width: 100%;
  }
}

.about-wrap .s01 {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .about-wrap .s01 {
    padding-top: 80px;
  }
}
.about-wrap .ttlbox01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about-wrap .ttlbox01 {
    margin-bottom: 20px;
  }
}
.about-wrap .list_detail .txt .sub-ttl {
  font-size: 1.6rem;
}
.about-wrap .sns-flex {
  display: flex;
}
.about-wrap .sns-flex a {
  width: 210px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .about-wrap .list.clearfix.mt-110 {
    margin-top: -100px;
  }
}

.photo-link-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .photo-link-contents {
    flex-direction: column;
    align-items: center;
  }
}
.photo-link-contents .photo-des {
  font-size: 1.6rem;
}
.photo-link-contents .download-btn.contact-btn {
  margin: 0;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .photo-link-contents .download-btn.contact-btn {
    width: 100%;
  }
}
.photo-link-contents .download-btn.contact-btn a.photo-link {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .photo-link-contents .download-btn.contact-btn a.photo-link {
    width: 100%;
    max-width: initial;
  }
}

.download-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 60px;
}
.download-btn a {
  display: grid;
  place-content: center;
  max-width: 380px;
  width: 100%;
  padding: 15px;
  background: #683382;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}
.download-btn a.link-none {
  pointer-events: none;
}
.download-btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(img/blank_icon.png);
  width: 19px;
  height: 19px;
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .download-btn a::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .download-btn.info {
    width: 60%;
  }
}
.download-btn.col2 {
  justify-content: space-between;
}
.download-btn.col2 a {
  max-width: 100%;
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .download-btn.col2 a {
    margin-bottom: 10px;
    width: 100%;
  }
}
.download-btn.col3 {
  justify-content: space-between;
}
.download-btn.col3 a {
  max-width: 100%;
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 767px) {
  .download-btn.col3 a {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .download-btn {
    margin-top: 10px;
    display: block;
  }
  .download-btn.col3 a {
    width: 100%;
    margin-bottom: 10px;
  }
  .download-btn.col3 a:last-of-type {
    margin-bottom: 0;
  }
}

.day-block .day-flex {
  display: flex;
}
.day-block .day-flex p {
  color: #000;
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .day-block .day-flex p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.day-block .day-flex .item {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .day-block .day-flex .item {
    width: 110px;
  }
}

.info-dl .dl01 dd {
  padding-left: 135px;
}
@media screen and (max-width: 767px) {
  .info-dl .dl01 dd {
    padding-left: 15px;
  }
}

.info-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .info-flex {
    display: block;
  }
}
.info-flex .wrap {
  margin-left: 40px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .info-flex .wrap {
    width: 100%;
    margin-left: 0;
  }
}
.info-flex .w35 {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .info-flex .w35 {
    margin-left: 0;
  }
}

.info-img-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.info-img-flex.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .info-img-flex.mt50 {
    margin-top: 20px;
  }
}
.info-img-flex .img {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .info-img-flex {
    gap: 10px;
  }
  .info-img-flex .img {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 768px) {
  .info-img-flex.f4 .img {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .info-img-flex.in-c {
    width: 75%;
    margin: 0 0 0 auto;
    justify-content: flex-start;
  }
}

.t01.mb0 {
  margin-bottom: 0;
}
.t01.ml90 {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .t01.ml90 {
    margin-left: 20px;
  }
}

.w60 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .w60 {
    width: 100%;
  }
}

.w50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .w50 {
    width: 100%;
  }
}

.w35 {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .w35 {
    width: 100%;
  }
}

.tablebox-info {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .tablebox-info.day {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .tablebox-info.day .table-info {
    width: 100%;
  }
}
.tablebox-info .table-info {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .tablebox-info .table-info {
    width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .tablebox-info {
    margin-top: 20px;
    overflow-x: scroll;
  }
}
.tablebox-info tr,
.tablebox-info td {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.4rem;
  line-height: 170%;
  padding: 15px 0;
}
.tablebox-info tr:first-child td {
  background-color: #683382;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 130%;
  width: 10%;
}
.tablebox-info td {
  padding: 10px 0 !important;
}
.tablebox-info td:first-child {
  background-color: #f9f9f9;
  font-weight: bold;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 16px !important;
}
@media screen and (max-width: 767px) {
  .tablebox-info td:first-child {
    padding: 5px !important;
  }
}
.tablebox-info.day td {
  width: 160px !important;
}

.award_table_wrap {
  margin-bottom: 140px;
}
.award_table_wrap table {
  border-collapse: collapse;
  width: 100%;
}
.award_table_wrap .ttl {
  background: #000;
  color: #fff;
}
.award_table_wrap .purple {
  background: #683382;
  color: #fff;
}
.award_table_wrap .gray {
  background: #999;
  color: #fff;
}
.award_table_wrap th,
.award_table_wrap td {
  border: 1px solid #ccc;
  padding: 25px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.award_table_wrap th {
  background: #000;
  color: #fff;
}
.award_table_wrap td {
  font-size: 1.6rem;
}
.award_table_wrap td span {
  font-weight: normal;
}
.award_table_wrap td.rank {
  background-color: #683382;
  color: #fff;
  width: 20%;
  font-size: 2rem;
}
.award_table_wrap td.rank span {
  font-size: 1.6rem;
  font-weight: bold;
}

.year-2023 .award_wrap ul li h3 {
  border-bottom: none;
}
.year-2023 .award_wrap ul li .name.special {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .year-2023 .award_wrap ul li .name.special {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .year-2023 .award_wrap ul li .name.special {
    margin: 4px auto 10px;
  }
}
.year-2023 .judge_list li .hidden_box p a {
  color: #683382;
}
.year-2023 .cooperation_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.year-2023 .cooperation_list li {
  width: 48%;
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .year-2023 .cooperation_list li {
    width: 100%;
  }
}
.year-2023 .cooperation_list li .item_ttl {
  color: #fff;
  background: #683382;
  font-weight: bold;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .year-2023 .cooperation_list li:nth-child(1) {
    order: 1;
  }
  .year-2023 .cooperation_list li:nth-child(2) {
    order: 3;
  }
  .year-2023 .cooperation_list li:nth-child(3) {
    order: 5;
  }
  .year-2023 .cooperation_list li:nth-child(4) {
    order: 7;
  }
  .year-2023 .cooperation_list li:nth-child(5) {
    order: 2;
  }
  .year-2023 .cooperation_list li:nth-child(6) {
    order: 4;
  }
  .year-2023 .cooperation_list li:nth-child(7) {
    order: 6;
  }
}

.year-2024 .year-2024-allwrap .sponsored-ads-area {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .wrapper {
    padding: 0 15px;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .section-gap {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .section-gap {
    margin: 40px 0 0;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 40px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl {
    margin: 0 0 30px;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.mark-on {
  padding: 10px 20px 10px 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.mark-on {
    padding: 10px 20px 10px 70px;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.mark-on::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.mark-on::before {
    scale: 0.7;
    left: 0;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.star {
  background-color: #faf4dc;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.star::before {
  background-image: url(./img/2024/icon_star.png);
  width: 72px;
  height: 59px;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.daiamond {
  background-color: #e3f5f4;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.daiamond::before {
  background-image: url(./img/2024/icon_diamond.png);
  width: 73px;
  height: 47px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.daiamond::before {
    left: 0;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.platinum {
  background-color: #f0f0f0;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.platinum::before {
  background-image: url(./img/2024/icon_platinum.png);
  width: 50px;
  height: 46px;
  left: 45px;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.platinum::before {
    left: 10px;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.gold {
  background-color: #fffbec;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.silver {
  background-color: #f6f6f6;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.bronze {
  background-color: #f7f1e9;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-bar-ttl.cooperated {
  background-color: #f9f1fd;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-img-cap {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .sponsored-ads-img-cap {
    margin: 15px 0 0;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .img-list {
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .img-list {
    row-gap: 30px;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .star-container .img-wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .daiamond-container .img-wrap {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .platinum-container .img-list {
  -moz-column-gap: 3.3%;
       column-gap: 3.3%;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .platinum-container .img-list li {
  width: 48.35%;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .gold-container .img-list {
  -moz-column-gap: 3.3%;
       column-gap: 3.3%;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .gold-container .img-list li {
  width: 48.35%;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex {
  display: flex;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex {
    flex-direction: column;
    row-gap: 40px;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex .silver-container {
  width: 73.3%;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex .silver-container {
    width: 100%;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex .silver-container .img-list {
  -moz-column-gap: 2.2%;
       column-gap: 2.2%;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex .silver-container .img-list li {
  width: 31.8666666667%;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex .silver-container .img-list li {
    width: 48.9%;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex .bronze-container {
  width: 21.2%;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex .bronze-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex .bronze-container .img-list {
    -moz-column-gap: 2.2%;
         column-gap: 2.2%;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex .bronze-container .img-list li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .container-flex .bronze-container .img-list li {
    width: 48.9%;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .cooperated-container .img-list {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 30px;
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .cooperated-container .img-list li {
  width: 18.4%;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .sponsored-ads-area .cooperated-container .img-list li {
    width: 49%;
  }
}
.year-2024 .year-2024-allwrap .sponsored-ads-area .cooperated-container .img-list li .sponsored-ads-img-cap {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .cooperation-area .wrapper {
    padding: 0 15px;
  }
}
.year-2024 .year-2024-allwrap .cooperation-area .coope-logo-container {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .cooperation-area .coope-logo-container {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.year-2024 .year-2024-allwrap .cooperation-area .coope-logo-container .coope-logo-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .year-2024 .year-2024-allwrap .cooperation-area .coope-logo-container .coope-logo-list {
    display: contents;
  }
}
.year-2024 .year-2024-allwrap .cooperation-area .coope-logo-container .coope-logo-item {
  width: calc((100% - 20px) / 2);
  text-align: center;
}

.txt_c {
  text-align: center;
}

main .s03 .wrapper .t03.big {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  main .s03 .wrapper .t03.big {
    font-size: 1.4rem;
  }
}
main .s03 .wrapper .t03 a {
  text-decoration: underline;
}

main .s02 .btn01.about-flow-btn {
  height: initial;
  display: grid;
  place-content: center;
  height: initial;
  height: initial;
  padding: 20px;
  line-height: 1.4;
}
main .s02 .btn01.link-none {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */