/* CSS Document */
/* ================================

================================ */
* {
  box-sizing: border-box;
}

body {
  background-color: #fdf4ec;
  font-family: "Noto Sans JP", sans-serif;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.txtRed {
  color: #d6001d;
}

#header .header_wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;
}
#header .header_txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#sec_mv {
  background-image: url(../img/pc/mv_bg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto;
}
#sec_mv .inner {
  width: 1140px;
  margin: -7px auto 0;
}

.gnav {
  background-color: #ea5514;
}

.gnav.pc_only .inner_wrap {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
.gnav.pc_only .logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 71px;
}
.gnav.pc_only .logo img {
  width: 100%;
}
.gnav.pc_only nav .flex {
  display: flex;
  justify-content: center;
}
.gnav.pc_only nav .flex .f-item {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 20px 20px;
  display: table;
  position: relative;
}
.gnav.pc_only nav .flex .f-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  display: block;
  width: 60px;
  height: 1px;
  transform: rotate(90deg);
  background-color: #fff;
}
.gnav.pc_only nav .flex a {
  color: #fff;
  display: table-cell;
  line-height: 1.5;
  vertical-align: middle;
}
.gnav.pc_only nav .flex a.peNone {
  pointer-events: none;
}
.gnav.pc_only nav .menuSub {
  position: absolute;
  display: none;
  left: 0;
  top: 88px;
  width: 100%;
}
.gnav.pc_only nav .menuSub li a {
  display: block;
  padding: 10px 0 10px;
}
.gnav.pc_only nav .menuSub li a:hover {
  opacity: 0.9;
}

.gnav.pc_only.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.gnav.pc_only.fixed .logo {
  display: block;
}
.gnav.pc_only.fixed nav {
  margin-left: 100px;
}

#sec01 {
  width: 1120px;
  margin: 70px auto 60px;
}
#sec01 .sec_ttl {
  width: 867px;
  margin: 0 auto 10px;
}
#sec01 .days {
  width: 610px;
  margin: 0 auto 20px;
}
#sec01 .count {
  width: 620px;
  margin: 0 auto 40px;
}
#sec01 .sec_awardsCeremony .ac_ttl {
  display: block;
  background-color: #ea5514;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 0.4em 0 0.4em;
  margin-bottom: 30px;
}
#sec01 .sec_awardsCeremony .ac_ttl .x-small {
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
}
#sec01 .sec_awardsCeremony .ac_img {
  width: 960px;
  margin: 0 auto 10px;
}
#sec01 .sec_awardsCeremony .ac_caption {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#sec01 .ttl_judge {
  display: block;
  background-color: #ea5514;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 0.4em 0 0.4em;
  margin-bottom: 30px;
}
#sec01 .director_judge {
  color: #571e00;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
#sec01 .name_judge {
  color: #571e00;
  font-size: 18px;
}
#sec01 .name_judge .title {
  color: #571e00;
  font-size: 14px;
}
#sec01 .txt_judge {
  color: #571e00;
  font-size: 14px;
  line-height: 1.3;
}
#sec01 .list_judge {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}
#sec01 .list_judge li {
  max-width: 200px;
  width: 18.519%;
}
#sec01 .list_judge li img {
  margin-bottom: 15px;
}

#sec_GP {
  width: 1120px;
  margin: 0 auto 60px;
}
#sec_GP .inner {
  background-color: #fff;
  padding: 40px 40px 20px;
  margin-bottom: 50px;
}
#sec_GP .cnt_gp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#sec_GP .cnt_gp .icn_gp {
  margin-right: 40px;
}
#sec_GP .cnt_gp .cnt_txtArea {
  z-index: 2;
}
#sec_GP .cnt_gp .cnt_txtArea .cnt_name {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px 5px;
  margin-bottom: 20px;
  border-bottom: solid 5px #ccc155;
}
#sec_GP .cnt_gp .cnt_txtArea .cnt_name .x-small {
  font-size: 0.5em;
  font-weight: 600;
}
#sec_GP .cnt_gp .cnt_txtArea .cnt_txt01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
#sec_GP .cnt_gp .cnt_txtArea .cnt_txt02 {
  font-size: 18px;
  line-height: 1.4;
}
#sec_GP .cnt_gp .cnt_imgArea {
  text-align: right;
}
#sec_GP .cnt_gp .cnt_imgArea .cnt_station {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  border: 2px #000 solid;
  display: inline-block;
  padding: 10px 15px 10px;
  z-index: 2;
}
#sec_GP .awardWinners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#sec_GP .awardWinners .awardWinners_ttl {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#sec_GP .awardWinners .awardWinners_txt {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  padding: 0 10px 0;
}
#sec_GP .commentary {
  background-color: #fff;
  border: 3px #ea5514 solid;
  display: flex;
  margin-bottom: 20px;
}
#sec_GP .commentary .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  writing-mode: vertical-rl;
  background-color: #ea5514;
  vertical-align: middle;
  padding: 0 20px 0;
}
#sec_GP .commentary .txt {
  font-size: 18px;
  line-height: 1.5;
  padding: 30px 40px 30px;
}
#sec_GP .commentary .txt .x-large {
  font-size: 1.1em;
  font-weight: bold;
}
#sec_GP .innerGP01 .cnt_txtArea {
  width: 59%;
}
#sec_GP .innerGP01 .cnt_txtArea .cnt_name {
  border-bottom: solid 5px #ccc155;
}
#sec_GP .innerGP01 .cnt_img {
  width: 115%;
  margin-left: -5%;
}
#sec_GP .innerGP01 .cnt_img img {
  width: 100%;
}
#sec_GP .innerGP01 .awardWinners .awardWinners_cnt {
  background-color: #fcf9e0;
  padding: 20px 10px 0;
  width: 610px;
}
#sec_GP .innerGP01 .awardWinners .awardWinners_img {
  width: 400px;
}
#sec_GP .innerGP01 .awardWinners .awardWinners_ttl {
  border-bottom: 4px solid #ab7901;
  color: #ab7901;
}
#sec_GP .innerGP02.corner_tri02 .cnt_txtArea {
  width: 65%;
}
#sec_GP .innerGP02.corner_tri02 .cnt_station {
  font-size: 20px;
}
#sec_GP .innerGP02.corner_tri02 .cnt_img {
  width: 140%;
  margin-left: -30%;
}
#sec_GP .innerGP02.corner_tri02 .cnt_img img {
  width: 100%;
}
#sec_GP .innerGP02.corner_tri03 .cnt_txtArea {
  width: 67%;
}
#sec_GP .innerGP02.corner_tri03 .cnt_img {
  width: 120%;
  margin-left: -10%;
}
#sec_GP .innerGP02.corner_tri03 .cnt_img img {
  width: 100%;
}
#sec_GP .innerGP02 .cnt_txtArea {
  font-weight: bold;
}
#sec_GP .innerGP02 .cnt_txtArea .cnt_name {
  border-bottom: solid 5px #a7a9a8;
}
#sec_GP .innerGP02 .awardWinners .awardWinners_cnt {
  background-color: #efefef;
  padding: 20px 10px 0;
  width: 610px;
}
#sec_GP .innerGP02 .awardWinners .awardWinners_img {
  width: 400px;
}
#sec_GP .innerGP02 .awardWinners .awardWinners_ttl {
  border-bottom: 4px solid #666666;
  color: #666666;
}
#sec_GP .innerGP03.corner_tri04 .cnt_txtArea {
  width: 110%;
  font-weight: bold;
}
#sec_GP .innerGP03.corner_tri04 .cnt_txtArea .cnt_name00 {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sec_GP .innerGP03.corner_tri04 .cnt_txtArea .cnt_name01 {
  border-bottom: solid 5px #a9806a;
  line-height: 0.5;
}
#sec_GP .innerGP03.corner_tri04 .cnt_img {
  width: 160%;
  margin-top: 10%;
  margin-left: -45%;
}
#sec_GP .innerGP03.corner_tri04 .cnt_img img {
  width: 100%;
}
#sec_GP .innerGP03.corner_tri05 .cnt_txtArea {
  width: 100%;
  font-weight: bold;
}
#sec_GP .innerGP03.corner_tri05 .cnt_txtArea .cnt_name {
  border-bottom: solid 5px #a9806a;
}
#sec_GP .innerGP03.corner_tri05 .cnt_img {
  width: 160%;
  margin-left: -50%;
}
#sec_GP .innerGP03.corner_tri05 .cnt_img img {
  width: 100%;
}
#sec_GP .innerGP03 .awardWinners {
  background-color: #ffefe7;
  padding: 20px 10px 20px 20px;
}
#sec_GP .innerGP03 .awardWinners .awardWinners_img {
  width: 300px;
}
#sec_GP .innerGP03 .awardWinners .awardWinners_cnt {
  width: 690px;
}
#sec_GP .innerGP03 .awardWinners .awardWinners_ttl {
  border-bottom: 4px solid #a9806a;
  color: #a9806a;
}
#sec_GP .innerGP04 > .ttl {
  border-bottom: 4px solid #666666;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#sec_GP .innerGP04 .award {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sec_GP .innerGP04 .award .awards_item {
  max-width: 540px;
  width: 48.21%;
  background-color: #fff;
  padding: 25px 20px 25px;
  margin-bottom: 50px;
}
#sec_GP .innerGP04 .award .awards_item .awards_midashi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec_GP .innerGP04 .award .awards_item .awards_midashi .cnt_name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
#sec_GP .innerGP04 .award .awards_item .awards_midashi .cnt_station {
  font-size: 20px;
  line-height: 1.5;
  border: 2px #000 solid;
  padding: 5px 15px 5px;
}
#sec_GP .innerGP04 .award .awards_item .awards_img {
  width: 80%;
  margin: 0 auto;
}
#sec_GP .innerGP04 .award .awards_item .awards_img img {
  width: 100%;
}
#sec_GP .innerGP04 .award .awards_item .txt_explanation {
  font-size: 21px;
  margin-bottom: 20px;
}
#sec_GP .innerGP04 .award .awards_item .awards_commentary {
  background-color: #fff;
  border: 2px solid #ea5514;
  display: flex;
  margin-bottom: 20px;
}
#sec_GP .innerGP04 .award .awards_item .awards_commentary .awards_commentary_ttl {
  font-size: 20px;
  color: #fff;
  text-align: center;
  writing-mode: vertical-rl;
  background-color: #ea5514;
  vertical-align: middle;
  padding: 0 15px 0;
}
#sec_GP .innerGP04 .award .awards_item .awards_commentary .awards_commentary_txt {
  font-size: 18px;
  line-height: 1.5;
  padding: 15px 20px 15px;
}
#sec_GP .innerGP04 .award .awards_item .txt_store {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#sec_GP .innerGP04 .award .awards_item .txt_price {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#bnr_archive .bnr_archive {
  width: 820px;
  margin: 0 auto 50px;
}

#sec02 {
  width: 1120px;
  margin: 0 auto 80px;
}
#sec02 .sec_inner {
  width: 1080px;
  margin: 0 auto;
}
#sec02 .ttl {
  color: #fff;
  background-color: #c9151e;
  border-radius: 50px;
  font-size: 24px;
  text-align: center;
  padding: 0.5em 0;
}
#sec02 .inner {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 80px;
}
#sec02 .sec02_img01 {
  width: 1080px;
  margin: 0 auto 0;
}
#sec02 .notes {
  width: 920px;
  margin: 0 auto;
}
#sec02 .notes li {
  font-size: 16px;
  line-height: 1.5;
}

#sec03 {
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#sec03 .ttl {
  width: 978px;
  margin: 0 auto 10px;
}
#sec03 .viewPoint {
  margin-bottom: 40px;
}
#sec03 .viewPoint .sec_inner .ttl_viewPoint {
  color: #fff;
  font-size: 24px;
  text-align: center;
  background-color: #ea5514;
  padding: 0.5em 0;
}
#sec03 .viewPoint .sec_inner .inner {
  background-color: #fff;
  padding: 40px 40px 40px;
}
#sec03 .viewPoint .sec_inner .sec_mark {
  margin-bottom: 30px;
}
#sec03 .viewPoint .sec_inner .sec_mark p {
  font-size: 20px;
}
#sec03 .viewPoint .sec_inner .sec_mark .txtMain {
  font-weight: bold;
  margin-bottom: 10px;
}
#sec03 .viewPoint .sec_inner .sec_mark .txt {
  font-size: 0.9em;
  line-height: 1.5;
}
#sec03 .viewPoint .sec_inner .sec_mark .icnImg {
  width: 60px;
  margin-right: 20px;
}
#sec03 .viewPoint .sec_inner .sec_mark01 {
  display: flex;
  justify-content: space-between;
}
#sec03 .viewPoint .sec_inner .sec_mark01 .f-item1 {
  display: flex;
  align-items: center;
}
#sec03 .viewPoint .sec_inner .sec_mark01 .f-item2 {
  display: flex;
  align-items: center;
}
#sec03 .viewPoint .sec_inner .sec_mark01 .f-item3 {
  display: flex;
  align-items: center;
}
#sec03 .viewPoint .sec_inner .sec_mark01 p {
  display: inline;
  align-self: center;
}
#sec03 .viewPoint .sec_inner .sec_mark02 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#sec03 .viewPoint .sec_inner .sec_mark02 .txtRed {
  font-size: 0.7em;
}
#sec03 .viewPoint .sec_inner .sec_mark02 + .txt {
  margin-bottom: 40px;
}
#sec03 .viewPoint .sec_inner .sec_mark02 + .txt .txt01 {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 80px;
  margin-bottom: 20px;
}
#sec03 .viewPoint .sec_inner .sec_mark02 + .txt .txt02 {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 80px;
}
#sec03 .viewPoint .sec_inner .sec_mark04 {
  display: flex;
}
#sec03 .viewPoint .sec_inner .sec_mark04 .icnImg2 {
  width: 170px;
  margin-right: 20px;
}
#sec03 .viewPoint .sec_inner .sec_mark04 .icnImg2 img {
  width: 100%;
}
#sec03 .viewPoint .sec_inner .sec_mark04 .sec_txt {
  line-height: 1.5;
}
#sec03 .viewPoint .sec_inner .sec_mark04 .sec_txt .txtMain {
  line-height: 1.5;
}
#sec03 .viewPoint .sec_inner .sec_mark04 .sec_txt .txtMain sup {
  font-size: 0.7em;
}
#sec03 .sec_anchor {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#sec03 .sec_anchor li {
  width: 25%;
  text-align: center;
  display: table;
  position: relative;
}
#sec03 .sec_anchor li a {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  display: block;
  height: 48px;
  padding: 0.2em 0;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#sec03 .sec_anchor li a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
#sec03 .sec_anchor li a.bgC01 {
  background-color: rgb(237, 109, 52);
}
#sec03 .sec_anchor li a.bgC02 {
  background-color: rgb(213, 178, 0);
}
#sec03 .sec_anchor li a.bgC03 {
  background-color: rgb(118, 163, 46);
}
#sec03 .sec_anchor li a.bgC04 {
  background-color: rgb(69, 160, 174);
}
#sec03 .sec_anchor li a.bgC05 {
  background-color: rgb(146, 95, 143);
}
#sec03 .sec_anchor li a.bgC06 {
  background-color: rgb(220, 107, 142);
}
#sec03 .sec_anchor li a.bgC07 {
  background-color: rgb(148, 127, 41);
}
#sec03 .sec_area h3 {
  position: relative;
  margin-bottom: 40px;
}
#sec03 .sec_area h3::after {
  content: "";
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#sec03 .sec_area h3 .areaTtl {
  position: relative;
  width: 250px;
  z-index: 2;
}
#sec03 .sec_area .list_ekiben {
  display: flex;
  flex-wrap: wrap;
}
#sec03 .sec_area .list_ekiben li {
  width: 360px;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 0 0 40px;
}
#sec03 .sec_area .list_ekiben li:not(:nth-child(3n)) {
  margin-right: 20px;
}
#sec03 .sec_area .list_ekiben li .ekibenName {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
  border-style: solid;
  border-width: 2px;
}
#sec03 .sec_area .list_ekiben li .ekibenName .icn_no {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
#sec03 .sec_area .list_ekiben li .ekibenName h4 {
  display: table;
}
#sec03 .sec_area .list_ekiben li .ekibenName h4 span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  align-self: center;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
#sec03 .sec_area .list_ekiben li .txt_station {
  padding: 0 20px;
}
#sec03 .sec_area .list_ekiben li .txt_station .txt_station_name {
  font-size: 18px;
  font-weight: bold;
  padding: 0.25em 0.5em 0.25em;
  border: solid 2px #000;
  align-self: center;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
#sec03 .sec_area .list_ekiben li .txt_station .txt_station_name.txt_station_name01 {
  line-height: 1.2;
}
#sec03 .sec_area .list_ekiben li .txt_station .fR {
  float: right;
}
#sec03 .sec_area .list_ekiben li .txt_station .fR p {
  margin-top: 10px;
}
#sec03 .sec_area .list_ekiben li .txt_station .icn_img {
  display: inline-block;
  margin-left: 10px;
}
#sec03 .sec_area .list_ekiben li .txt_station .icn_img img {
  width: 50px;
}
#sec03 .sec_area .list_ekiben li .img_ekiben img {
  width: 100%;
}
#sec03 .sec_area .list_ekiben li .txt01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 20px;
  margin-bottom: 20px;
}
#sec03 .sec_area .list_ekiben li .txt02 {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  font-weight: bol;
  padding: 0 20px;
  margin-bottom: 35px;
}
#sec03 .sec_area .list_ekiben li .txt_price {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  padding: 0 20px;
  margin-bottom: 10px;
}
#sec03 .sec_area .list_ekiben li .txt_company {
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px;
  margin-bottom: 30px;
}
#sec03 .sec_area .list_ekiben li .txt_store_ttl {
  text-align: center;
  font-size: 20px;
  padding: 0 20px;
  margin-bottom: 10px;
}
#sec03 .sec_area .list_ekiben li .txt_store {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 20px;
}
#sec03 .sec_area .list_ekiben li .btn_reserve {
  width: 320px;
  margin: 0 auto;
}
#sec03 .sec_area .list_ekiben li .sec_quick {
  display: flex;
  padding: 0 0 0 20px;
  margin-top: 20px;
}
#sec03 .sec_area .list_ekiben li .sec_quick .icn_quick {
  align-self: center;
  width: 25%;
  margin-right: 10px;
}
#sec03 .sec_area .list_ekiben li .sec_quick .icn_quick img {
  width: 100%;
}
#sec03 .sec_area .list_ekiben li .sec_quick p {
  font-size: 13px;
  line-height: 1.2;
  align-self: center;
}
#sec03 #fukuoka h3::after {
  border-color: rgb(237, 109, 52);
}
#sec03 #fukuoka .list_ekiben li .ekibenName {
  background-color: #ffe0d2;
  border-color: rgb(237, 109, 52);
}
#sec03 #fukuoka .list_ekiben li .ekibenName .icn_no {
  background-image: url(../img/icn_fukuoka.png);
}
#sec03 #saga h3::after {
  border-color: rgb(213, 178, 0);
}
#sec03 #saga .list_ekiben li .ekibenName {
  background-color: #fae996;
  border-color: rgb(213, 178, 0);
}
#sec03 #saga .list_ekiben li .ekibenName .icn_no {
  background-image: url(../img/icn_saga.png);
}
#sec03 #nagasaki h3::after {
  border-color: rgb(118, 163, 46);
}
#sec03 #nagasaki .list_ekiben .txt02 {
  letter-spacing: -0.05em;
}
#sec03 #nagasaki .list_ekiben li .ekibenName {
  background-color: #c7e793;
  border-color: rgb(118, 163, 46);
}
#sec03 #nagasaki .list_ekiben li .ekibenName .icn_no {
  background-image: url(../img/icn_nagasaki.png);
}
#sec03 #oita h3::after {
  border-color: rgb(69, 160, 174);
}
#sec03 #oita .list_ekiben li .ekibenName {
  background-color: #c9f1f7;
  border-color: rgb(69, 160, 174);
}
#sec03 #oita .list_ekiben li .ekibenName .icn_no {
  background-image: url(../img/icn_oita.png);
}
#sec03 #kumamoto h3::after {
  border-color: rgb(146, 95, 143);
}
#sec03 #kumamoto .list_ekiben li .ekibenName {
  background-color: #f7d0f4;
  border-color: rgb(146, 95, 143);
}
#sec03 #kumamoto .list_ekiben li .ekibenName .icn_no {
  background-image: url(../img/icn_kumamoto.png);
}
#sec03 #kagoshima h3::after {
  border-color: rgb(220, 107, 142);
}
#sec03 #kagoshima .list_ekiben li .ekibenName {
  background-color: #fad7e2;
  border-color: rgb(220, 107, 142);
}
#sec03 #kagoshima .list_ekiben li .ekibenName .icn_no {
  background-image: url(../img/icn_kagoshima.png);
}
#sec03 #miyazaki h3::after {
  border-color: rgb(148, 127, 41);
}
#sec03 #miyazaki .list_ekiben li .ekibenName {
  background-color: #f3eac6;
  border-color: rgb(148, 127, 41);
}
#sec03 #miyazaki .list_ekiben li .ekibenName .icn_no {
  background-image: url(../img/icn_miyazaki.png);
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #header .header_wrap {
    width: 97.33vw;
  }
  #header .logo_jr {
    width: 9.47%;
  }
  #header .header_txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #sec_mv {
    background-image: none;
  }
  #sec_mv .inner {
    width: 100%;
    margin: -20% auto 0;
  }
  #sec01 {
    width: 100%;
    margin: 0 auto 8%;
    padding-top: 6.67%;
  }
  #sec01 .sec_ttl {
    width: 90vw;
    margin-bottom: 2%;
  }
  #sec01 .days {
    width: 62vw;
    margin: 0 auto 2%;
  }
  #sec01 .count {
    width: 62vw;
    margin: 0 auto 4%;
  }
  #sec01 .sec_awardsCeremony {
    width: 89.333%;
    margin: 0 auto;
  }
  #sec01 .sec_awardsCeremony .ac_ttl {
    font-size: 3.467vw;
    margin-bottom: 2.667vw;
  }
  #sec01 .sec_awardsCeremony .ac_img {
    width: 100%;
    margin: 0 auto 1%;
  }
  #sec01 .sec_awardsCeremony .ac_caption {
    font-size: 2.6vw;
    line-height: 1.5;
    margin-bottom: 5%;
  }
  #sec01 .ttl_judge {
    width: 89.333%;
    margin: 0 auto 4%;
    font-size: 4.8vw;
  }
  #sec01 .director_judge {
    font-size: 2.667vw;
    font-weight: bold;
  }
  #sec01 .director_judge.director_judge01 {
    width: 58.5vw;
  }
  #sec01 .name_judge {
    font-size: 4vw;
    font-weight: bold;
  }
  #sec01 .name_judge .title {
    font-size: 3.2vw;
  }
  #sec01 .txt_judge {
    font-size: 2.4vw;
  }
  #sec01 .list_judge {
    gap: 0;
    width: 89.333%;
    margin: 0 auto 6.67%;
  }
  #sec01 .list_judge li {
    max-width: none;
    width: 100%;
    display: flex;
  }
  #sec01 .list_judge li img {
    width: 30%;
    margin-right: 4vw;
  }
  #sec_GP {
    width: 100%;
    margin-bottom: 0;
  }
  #sec_GP .sec_inner {
    width: 89.333%;
    margin: 0 auto;
  }
  #sec_GP .inner {
    margin-bottom: 8%;
    padding: 4% 4% 4%;
  }
  #sec_GP .cnt_gp {
    display: block;
    justify-content: space-between;
  }
  #sec_GP .cnt_gp .icn_gp.icn_gp01 {
    width: 32vw;
    margin: 0 auto 4%;
  }
  #sec_GP .cnt_gp .icn_gp.icn_gp02 {
    width: 32vw;
    margin: 0 auto 5.333%;
  }
  #sec_GP .cnt_gp .icn_gp.icn_gp03 {
    width: 32vw;
    margin: 0 auto 5.333%;
  }
  #sec_GP .cnt_gp .cnt_txtArea .flex_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #sec_GP .cnt_gp .cnt_txtArea .cnt_name {
    display: inline-block;
    font-size: 5.333vw;
    padding: 5px 5px 5px;
    margin-bottom: 0;
  }
  #sec_GP .cnt_gp .cnt_txtArea .cnt_name + .cnt_station {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.4;
    border: 2px #000 solid;
    display: inline-block;
    padding: 0.4em 0.5em 0em;
  }
  #sec_GP .cnt_gp .cnt_txtArea .cnt_txt01 {
    font-size: 3.733vw;
    margin-bottom: 0;
  }
  #sec_GP .cnt_gp .cnt_txtArea .cnt_txt02 {
    font-size: 3.2vw;
    margin-bottom: 5.333%;
  }
  #sec_GP .cnt_gp .cnt_imgArea .cnt_station {
    display: none;
  }
  #sec_GP .awardWinners .awardWinners_ttl {
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
  #sec_GP .awardWinners .awardWinners_cnt {
    display: block;
  }
  #sec_GP .awardWinners .awardWinners_imgArea {
    float: left;
    width: 40%;
    padding-right: 10%;
    padding-bottom: 5%;
  }
  #sec_GP .awardWinners .awardWinners_img {
    margin-bottom: 10px;
    float: left;
  }
  #sec_GP .awardWinners .awardWinners_name {
    font-size: 4vw;
  }
  #sec_GP .awardWinners .awardWinners_txt {
    font-size: 3.2vw;
    padding: 0 4% 0;
  }
  #sec_GP .commentary {
    display: block;
  }
  #sec_GP .commentary .ttl {
    font-size: 4.8vw;
    writing-mode: initial;
    padding: 2.667% 0 2.667%;
  }
  #sec_GP .commentary .txt {
    font-size: 3.2vw;
    padding: 4% 4% 4%;
  }
  #sec_GP .innerGP01 .cnt_txtArea {
    width: 100%;
  }
  #sec_GP .innerGP01 .cnt_img {
    width: 100%;
    margin-left: auto;
  }
  #sec_GP .innerGP01 .cnt_img img {
    margin-right: 0;
  }
  #sec_GP .innerGP01 .awardWinners .awardWinners_img {
    width: 100%;
  }
  #sec_GP .innerGP01 .awardWinners .awardWinners_cnt {
    width: 100%;
    padding: 4% 4% 4%;
  }
  #sec_GP .innerGP02.corner_tri02 .cnt_gp .cnt_txtArea {
    width: 100%;
  }
  #sec_GP .innerGP02.corner_tri02 .cnt_gp .cnt_station {
    padding: 0.2em 0.5em 0.2em;
    margin-left: 25vw;
  }
  #sec_GP .innerGP02.corner_tri02 .cnt_gp .cnt_img {
    width: 100%;
    margin-left: auto;
  }
  #sec_GP .innerGP02.corner_tri02 .cnt_gp .cnt_img img {
    width: 100%;
  }
  #sec_GP .innerGP02.corner_tri03 .cnt_gp .cnt_txtArea {
    width: 100%;
  }
  #sec_GP .innerGP02.corner_tri03 .cnt_gp .cnt_station {
    padding: 0.3em 0.5em 0.2em;
    margin-left: 60vw;
  }
  #sec_GP .innerGP02.corner_tri03 .cnt_gp .cnt_img {
    width: 100%;
    margin-left: auto;
  }
  #sec_GP .innerGP02.corner_tri03 .cnt_gp .cnt_img img {
    width: 100%;
  }
  #sec_GP .innerGP02 .cnt_txtArea .cnt_station {
    margin-top: 20px;
  }
  #sec_GP .innerGP02 .awardWinners .awardWinners_img {
    width: 100%;
  }
  #sec_GP .innerGP02 .awardWinners .awardWinners_cnt {
    width: 100%;
    padding: 4% 4% 4%;
  }
  #sec_GP .innerGP03.corner_tri04 .cnt_gp .cnt_txtArea {
    width: 100%;
  }
  #sec_GP .innerGP03.corner_tri04 .cnt_gp .cnt_txtArea .cnt_name01 {
    margin-bottom: 4%;
  }
  #sec_GP .innerGP03.corner_tri04 .cnt_gp .cnt_txtArea .cnt_name01 .x-small {
    font-size: 0.55em;
  }
  #sec_GP .innerGP03.corner_tri04 .cnt_gp .cnt_station {
    padding: 0.3em 0.5em 0.2em;
    margin-left: 64vw;
  }
  #sec_GP .innerGP03.corner_tri04 .cnt_gp .cnt_img {
    width: 100%;
    margin-top: auto;
    margin-left: auto;
  }
  #sec_GP .innerGP03.corner_tri05 .cnt_img {
    width: 100%;
    margin-left: auto;
  }
  #sec_GP .innerGP03 .awardWinners {
    padding: 3% 3% 3%;
  }
  #sec_GP .innerGP03 .awardWinners .awardWinners_img {
    width: 100%;
  }
  #sec_GP .innerGP03 .awardWinners .awardWinners_cnt {
    width: 100%;
    padding: 4% 4% 4%;
  }
  #sec_GP .innerGP03 .awardWinners .awardWinners_ttl {
    color: #a9806a;
  }
  #sec_GP .innerGP04 > .ttl {
    width: 22vw;
    margin: 0 auto 2.667%;
  }
  #sec_GP .innerGP04 .award .awards_item {
    max-width: none;
    width: 100%;
  }
  #sec_GP .innerGP04 .award .awards_item .awards_midashi {
    white-space: nowrap;
  }
  #sec_GP .innerGP04 .award .awards_item .awards_midashi .cnt_name {
    font-size: 4vw;
  }
  #sec_GP .innerGP04 .award .awards_item .awards_midashi .cnt_station {
    font-size: 4vw;
    padding: 2% 3% 2%;
  }
  #sec_GP .innerGP04 .award .awards_item .txt_explanation {
    font-size: 3.2vw;
    margin-bottom: 5%;
  }
  #sec_GP .innerGP04 .award .awards_item .awards_commentary {
    margin-bottom: 5.333%;
  }
  #sec_GP .innerGP04 .award .awards_item .awards_commentary .awards_commentary_ttl {
    font-size: 2.667vw;
    padding: 0 3% 0;
  }
  #sec_GP .innerGP04 .award .awards_item .awards_commentary .awards_commentary_txt {
    font-size: 2.667vw;
    padding: 3% 3% 3%;
  }
  #sec_GP .innerGP04 .award .awards_item .txt_price {
    font-size: 2.667vw;
    margin-bottom: 4%;
  }
  #sec_GP .innerGP04 .award .awards_item .txt_store_ttl {
    font-size: 3.2vw;
    margin-bottom: 2.667%;
  }
  #sec_GP .innerGP04 .award .awards_item .txt_store {
    font-size: 2.667vw;
  }
  #sec_GP .innerGP04 .award .awards_item.awards_item05 .awards_midashi .cnt_station {
    font-size: 3vw;
  }
  #bnr_archive .bnr_archive {
    width: 94.667vw;
    margin: 0 auto 6.67%;
  }
  #sec02 {
    width: 100%;
    margin: 0 auto 13%;
  }
  #sec02 .sec_inner {
    width: 89.333%;
  }
  #sec02 .ttl {
    font-size: 4.8vw;
    padding: 0.75em 0;
  }
  #sec02 .inner {
    padding: 4% 6% 8%;
  }
  #sec02 .sec02_img01 {
    width: 79.73vw;
  }
  #sec02 .notes {
    width: 100%;
  }
  #sec02 .notes li {
    font-size: 2.4vw;
  }
  #sec03 {
    width: 100%;
    margin: 0 auto;
  }
  #sec03 .ttl {
    width: 67.33vw;
    margin: 0 auto 4%;
  }
  #sec03 .viewPoint {
    width: 89.333%;
    margin: 0 auto 5.33%;
  }
  #sec03 .viewPoint .sec_inner .ttl_viewPoint {
    font-size: 4vw;
    padding: 0.5em 0;
  }
  #sec03 .viewPoint .sec_inner .inner {
    padding: 4% 4vw 4%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark {
    margin-bottom: 0;
  }
  #sec03 .viewPoint .sec_inner .sec_mark p {
    font-size: 3.2vw;
  }
  #sec03 .viewPoint .sec_inner .sec_mark .txtMain {
    margin-bottom: 2%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark .txt {
    font-size: 2.4vw;
  }
  #sec03 .viewPoint .sec_inner .sec_mark .icnImg {
    margin-right: 10px;
  }
  #sec03 .viewPoint .sec_inner .sec_mark01 {
    display: block;
  }
  #sec03 .viewPoint .sec_inner .sec_mark01 .f-item1 {
    width: 100%;
    margin-bottom: 3%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark01 .f-item2 {
    width: 100%;
    margin-bottom: 3%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark01 .f-item3 {
    width: 100%;
    margin-bottom: 3%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark01 .icnImg {
    width: 15%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark01 .icnImg + p {
    width: 100%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark02 .icnImg {
    width: 15%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark02 .icnImg + div {
    width: 100%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark02 .txtMain {
    line-height: 1.5;
  }
  #sec03 .viewPoint .sec_inner .sec_mark02 + .txt {
    margin-bottom: 40px;
  }
  #sec03 .viewPoint .sec_inner .sec_mark02 + .txt .txt01 {
    font-size: 2.667vw;
    padding-left: 16%;
    margin-bottom: 2.667%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark02 + .txt .txt01 span {
    font-size: 2.667vw;
  }
  #sec03 .viewPoint .sec_inner .sec_mark02 + .txt .txt02 {
    font-size: 2.667vw;
    padding-left: 16%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark02 + .txt .txt02 span {
    font-size: 2.667vw;
  }
  #sec03 .viewPoint .sec_inner .sec_mark03 .icnImg {
    width: 15%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark03 .icnImg + div {
    width: 100%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark03 p.txt span {
    font-size: 3.2vw;
  }
  #sec03 .viewPoint .sec_inner .sec_mark04 {
    display: block;
  }
  #sec03 .viewPoint .sec_inner .sec_mark04 .icnImg2 {
    width: 30%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark04 .icnImg2 img {
    width: 100%;
  }
  #sec03 .viewPoint .sec_inner .sec_mark04 .sec_txt {
    width: 84%;
    padding-left: 16%;
  }
  #sec03 .sec_anchor {
    width: 89.333%;
    margin: 0 auto 12%;
  }
  #sec03 .sec_anchor li {
    width: 50%;
    text-align: center;
  }
  #sec03 .sec_anchor li a {
    font-size: 4vw;
    height: 10vw;
    padding: 0.2em 0;
  }
  #sec03 .sec_anchor li a::after {
    right: 20px;
  }
  #sec03 .sec_area {
    width: 89.33vw;
    margin: 0 auto;
  }
  #sec03 .sec_area h3 {
    margin-bottom: 5.33%;
  }
  #sec03 .sec_area h3 .areaTtl {
    width: 37.33vw;
  }
  #sec03 .sec_area .list_ekiben {
    display: block;
  }
  #sec03 .sec_area .list_ekiben li {
    width: 72vw;
    margin: 0 auto 50px;
    padding: 0 0 8%;
  }
  #sec03 .sec_area .list_ekiben li:not(:nth-child(3n)) {
    margin-right: auto;
  }
  #sec03 .sec_area .list_ekiben li .ekibenName {
    margin-bottom: 3%;
    padding: 2.667vw 0 2.667vw 2.667vw;
  }
  #sec03 .sec_area .list_ekiben li .ekibenName .icn_no {
    font-size: 5.6vw;
    height: 9.333vw;
    width: 9.333vw;
    line-height: 9.333vw;
  }
  #sec03 .sec_area .list_ekiben li .ekibenName h4 span {
    font-size: 4vw;
    padding-left: 0.5em;
  }
  #sec03 .sec_area .list_ekiben li .txt_station {
    padding: 0 3.704vw;
  }
  #sec03 .sec_area .list_ekiben li .txt_station .txt_station_name {
    font-size: 3vw;
    padding: 0.25em 0.5em 0.25em;
    border: solid 1.5px #000;
    margin-top: 0;
  }
  #sec03 .sec_area .list_ekiben li .txt_station .txt_station_name.txt_station_name01 span {
    font-size: 3vw;
  }
  #sec03 .sec_area .list_ekiben li .icn_img img {
    width: 9.333vw;
  }
  #sec03 .sec_area .list_ekiben li .txt01 {
    font-size: 4vw;
    padding: 0 3.704vw;
    margin-bottom: 3%;
  }
  #sec03 .sec_area .list_ekiben li .txt02 {
    font-size: 3.333vw;
    padding: 0 3.704vw;
    margin-bottom: 10%;
  }
  #sec03 .sec_area .list_ekiben li .txt_price {
    font-size: 3.2vw;
    padding: 0 3.704vw;
    margin-bottom: 2%;
  }
  #sec03 .sec_area .list_ekiben li .txt_company {
    font-size: 3.2vw;
    padding: 0 3.704vw;
    margin-bottom: 10%;
  }
  #sec03 .sec_area .list_ekiben li .txt_store_ttl {
    font-size: 3.733vw;
    padding: 0 3.704vw;
    margin-bottom: 5%;
  }
  #sec03 .sec_area .list_ekiben li .txt_store {
    font-size: 3.2vw;
    padding: 0 3.704vw;
  }
  #sec03 .sec_area .list_ekiben li .btn_reserve {
    width: 90%;
    margin: 0 auto;
  }
  #sec03 .sec_area .list_ekiben li .sec_quick {
    padding: 0 3.704vw 0 3.704vw;
    margin-top: 20px;
  }
  #sec03 .sec_area .list_ekiben li .sec_quick .icn_quick {
    align-self: start;
    width: 40%;
    margin-right: 10px;
  }
  #sec03 .sec_area .list_ekiben li .sec_quick p {
    font-size: 3.2vw;
    line-height: 1.5;
    align-self: start;
  }
}/*# sourceMappingURL=style.css.map */