@import url("https://fonts.googleapis.com/css?family=Lora:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(to bottom, #555 0%, #000 100%);
  border-radius: 4px;
  font-size: 1.25em;
  color: #fff;
  padding: 0.5em 0.75em;
  margin-bottom: 0.75em;
}

.title_area_25 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#dc0000));
  background-image: linear-gradient(to bottom, #f00 0%, #dc0000 100%);
  padding: 3.5vw 0;
  margin-bottom: 4em;
}
@media screen and (max-width: 1024px) {
  .title_area_25 {
    padding: 3vw 0;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 559px) {
  .title_area_25 {
    padding: 5vw 0;
    margin-bottom: 2em;
  }
}
.title_area_25 .wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
}
.title_area_25 .wrap3 .v1 {
  background-image: url(../award_img/title_l.png);
}
.title_area_25 .wrap3 .v2 {
  background-image: url(../award_img/title_r.png);
}
.title_area_25 .wrap3 .v1,
.title_area_25 .wrap3 .v2 {
  width: 28%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.title_area_25 .wrap3 .main {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .title_area_25 .wrap3 .v1,
  .title_area_25 .wrap3 .v2 {
    width: 0%;
    background: none;
  }
  .title_area_25 .wrap3 .main {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 559px) {
  .title_area_25 .wrap3 .main {
    width: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .title_area_25 .title_smp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .title_area_25 .title_smp {
    display: block;
    background-image: url(../award_img/title_smp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 70%;
    margin: 1.25em auto 0;
    aspect-ratio: 1740/580;
  }
}
@media screen and (max-width: 1024px) and (max-width: 559px) {
  .title_area_25 .title_smp {
    width: 100%;
  }
}
.title_area_25 .center_titlebase {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title_area_25 .center_titlebase img {
  width: 100%;
}
.title_area_25 .center_titlebase h1 {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title_area_25 .center_titlebase h1 {
    width: 100%;
  }
}
.title_area_25 .center_titlebase .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title_area_25 .center_titlebase .circle .ins {
  width: 21%;
  margin-left: -4%;
  border-radius: 100vmax;
  background-color: #fff;
  overflow: hidden;
  padding: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title_area_25 .center_titlebase .circle .ins img {
  width: 100%;
}
.title_area_25 ul.pnl {
  margin: 1vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 559px) {
  .title_area_25 ul.pnl {
    margin-top: 1em;
  }
}
.title_area_25 ul.pnl li {
  font-size: 1.2vw;
  font-size: clamp(0.8125em, 1.2vw, 1rem);
}
.title_area_25 ul.pnl li a {
  color: #fff;
  display: block;
  border: 1px solid white;
  padding: 0.75em 1.25em;
  margin: 0 3px;
}
@media screen and (max-width: 559px) {
  .title_area_25 ul.pnl li a {
    padding: 0.75em 1em;
    margin: 2px;
  }
}
@media screen and (max-width: 349px) {
  .title_area_25 ul.pnl li a {
    padding: 0.675em;
    margin: 2px;
  }
}
.title_area_25 .bg_pattern {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.title_area_25 .bg_pattern.bg1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url(../award_img/bg1.jpg);
}
.title_area_25 .bg_pattern.bg2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url(../award_img/bg2.jpg);
}
.title_area_25 .bg_pattern .ins {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .title_area_25 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .title_area_25 .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    min-width: auto;
    padding: 10vw;
  }
  .title_area_25 .bg_pattern {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50vw;
    height: 30vw;
    background-position: center 0;
  }
  .title_area_25 .bg1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .title_area_25 .bg2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.theme p {
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .theme p {
    font-size: 1em;
    line-height: 1.75;
  }
}
.theme p + P {
  margin-top: 0.75em;
}

.map {
  margin: 3em auto 0;
}
@media screen and (max-width: 559px) {
  .map {
    margin: 2em auto 0;
  }
}
.map .map_title {
  margin-bottom: 10px;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.map .award_map {
  margin: 0 auto;
}
.map .award_map img {
  width: 100%;
}

.column_pack.golden_bg {
  padding: 50px 0;
  margin-bottom: 75px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-attachment: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fde23a), color-stop(10%, #f6d365), to(#7d5c26));
  background-image: linear-gradient(180deg, #fde23a 0%, #f6d365 10%, #7d5c26 100%);
}
@media screen and (max-width: 559px) {
  .column_pack.golden_bg {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 559px) {
  .column_pack.golden_bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fde23a), color-stop(25%, #f6d365), to(#7d5c26));
    background-image: linear-gradient(180deg, #fde23a 0%, #f6d365 25%, #7d5c26 100%);
  }
}

.winners_head {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 559px) {
  .winners_head {
    display: block;
  }
}
.winners_head .circle {
  width: 21%;
  margin-right: 1.5em;
  background: #fff;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 100vmax;
  padding: 20px;
}
.winners_head .circle img {
  width: 100%;
}
@media screen and (max-width: 1059px) {
  .winners_head .circle {
    width: 28%;
  }
}
@media screen and (max-width: 559px) {
  .winners_head .circle {
    width: 50%;
    max-width: 200px;
    margin: 0 auto 20px;
  }
}
.winners_head .head_title_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 559px) {
  .winners_head .head_title_txt {
    text-align: center;
  }
}
.winners_head .head_title_txt .t01 {
  font-family: "Lora", serif;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .winners_head .head_title_txt .t01 {
    font-size: 24px;
  }
}
@media screen and (max-width: 559px) {
  .winners_head .head_title_txt .t01 {
    font-size: 18px;
    line-height: 1.25;
  }
}
.winners_head .head_title_txt .t02 {
  margin: 6px 0 10px;
  font-family: "Sawarabi Mincho";
  font-size: 78px;
}
@media screen and (max-width: 767px) {
  .winners_head .head_title_txt .t02 {
    font-size: 56px;
  }
}
.winners_head .head_title_txt .t03 {
  font-size: 1.25em;
  line-height: 1.5;
}
@media screen and (max-width: 1059px) {
  .winners_head .head_title_txt .t03 {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  .winners_head .head_title_txt .t03 {
    font-size: 1em;
  }
}
@media screen and (max-width: 559px) {
  .winners_head .head_title_txt .t03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 459px) {
  .winners_head .head_title_txt .t03 {
    display: block;
    text-align: left;
  }
}

ul.winners_list.ver2025 li {
  margin: 25px 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 40px 40px;
}
ul.winners_list.ver2025 li:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 559px) {
  ul.winners_list.ver2025 li {
    padding: 20px 20px;
  }
}
ul.winners_list.ver2025 li .wrap_tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -15px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 559px) {
  ul.winners_list.ver2025 li .wrap_tt {
    display: block;
    margin-top: -5px;
  }
}
ul.winners_list.ver2025 li .wrap_tt .mark {
  width: 135px;
  margin-left: -20px;
  margin-right: 0.75em;
}
ul.winners_list.ver2025 li .wrap_tt .mark img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  ul.winners_list.ver2025 li .wrap_tt .mark {
    position: absolute;
    top: 0;
    left: 15px;
    width: 54px;
  }
}
ul.winners_list.ver2025 li .wrap_tt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
ul.winners_list.ver2025 li .wrap_tt .txt p.prize {
  font-size: 1.25em;
}
@media screen and (max-width: 559px) {
  ul.winners_list.ver2025 li .wrap_tt .txt p.prize {
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 55px;
  }
}
ul.winners_list.ver2025 li .wrap_tt .txt .company {
  border-top: 2px solid rgba(0, 0, 0, 0.75);
  padding-top: 5px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(1.125em, 2vw, 1.3125em);
}
@media screen and (max-width: 559px) {
  ul.winners_list.ver2025 li .wrap_tt .txt .company {
    border-top: 1px solid rgba(0, 0, 0, 0.75);
    padding-top: 10px;
    margin-top: 5px;
  }
}
ul.winners_list.ver2025 li .wrap_tt .txt .company p.booth {
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  font-size: 65%;
  margin-right: 0.5em;
}
ul.winners_list.ver2025 li .wrap_tt .txt .company p.name {
  padding: 0.25em 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 100%;
}
ul.winners_list.ver2025 li .wrap_tt p.product {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 5px;
  font-size: clamp(1.5em, 3vw, 1.75em);
}
@media screen and (max-width: 559px) {
  ul.winners_list.ver2025 li .wrap_tt p.product {
    margin-top: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
    padding-bottom: 5px;
  }
}
ul.winners_list.ver2025 .detail .img_box {
  margin: 2em auto 0;
  width: 90%;
  max-width: 720px;
}
ul.winners_list.ver2025 .detail .img_box.tt {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  ul.winners_list.ver2025 .detail .img_box {
    margin: 1.5em auto 0;
  }
}
ul.winners_list.ver2025 .detail img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
ul.winners_list.ver2025 .detail p.copy {
  color: #891515;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.3125em;
}
@media screen and (max-width: 559px) {
  ul.winners_list.ver2025 .detail p.copy {
    font-size: 1.125em;
    margin-bottom: 0.5em;
  }
}
ul.winners_list.ver2025 .detail .summary p,
ul.winners_list.ver2025 .detail .commentary p {
  font-size: 1em;
  line-height: 1.75;
}
ul.winners_list.ver2025 .detail .summary p.min,
ul.winners_list.ver2025 .detail .commentary p.min {
  font-size: 0.9125em;
  margin-top: 0.75em;
}
ul.winners_list.ver2025 .detail .summary .k,
ul.winners_list.ver2025 .detail .commentary .k {
  margin-top: 0.3125em;
  float: left;
  background: #666;
  border-radius: 4px;
  color: #fff;
  width: 4em;
  height: 2.75em;
  margin-right: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.winners_list.ver2025 .detail .summary .k span,
ul.winners_list.ver2025 .detail .commentary .k span {
  font-size: 1em;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  ul.winners_list.ver2025 .detail .summary p,
  ul.winners_list.ver2025 .detail .commentary p {
    font-size: 0.9125em;
    line-height: 1.5;
  }
  ul.winners_list.ver2025 .detail .summary .k,
  ul.winners_list.ver2025 .detail .commentary .k {
    margin-top: 0.25em;
    width: 3.5em;
    height: 2.125em;
  }
  ul.winners_list.ver2025 .detail .summary .k span,
  ul.winners_list.ver2025 .detail .commentary .k span {
    font-size: 0.875em;
  }
}
ul.winners_list.ver2025 .detail .commentary {
  border-top: 1px dotted #000;
  margin-top: 1.25em;
  padding-top: 1em;
}
ul.winners_list.ver2025.en li {
  padding: 20px 40px;
}
@media screen and (max-width: 559px) {
  ul.winners_list.ver2025.en li {
    padding: 15px 20px;
  }
}
ul.winners_list.ver2025.en li .wrap_tt {
  margin-top: 0;
  margin-bottom: 0;
}
ul.winners_list.ver2025.en li p.copy,
ul.winners_list.ver2025.en li .summary,
ul.winners_list.ver2025.en li .commentary {
  display: none;
}

.special_pitch {
  margin-bottom: 3em;
}
.special_pitch p {
  line-height: 1.75;
}
.special_pitch .pitch_info {
  margin-top: 1em;
  border: solid rgba(0, 0, 0, 0.75);
  border-width: 1px 0;
}
.special_pitch .pitch_info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
  padding: 1em;
}
@media screen and (max-width: 559px) {
  .special_pitch .pitch_info a {
    padding: 1em 0;
  }
}
.special_pitch .pitch_info a:hover {
  background: #eee;
}
.special_pitch .pitch_info a .num {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  margin-right: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 559px) {
  .special_pitch .pitch_info a .num {
    margin-right: 0.5em;
  }
}
.special_pitch .pitch_info a .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.special_pitch .pitch_info a .data p {
  line-height: 1.5;
}
.special_pitch .pitch_info a .data p.dayTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.special_pitch .pitch_info a .data p.dayTime span {
  margin-right: 0.25em;
}
.special_pitch .pitch_info a .data p.theme {
  margin-top: 0.25em;
  font-weight: bold;
}
.special_pitch .pitch_info a .data p.company {
  font-size: 1.125em;
  margin-top: 1.5em;
  font-weight: bold;
}
.special_pitch .pitch_info a .data dl {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.special_pitch .pitch_info a .data dl > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0.5em 0;
  font-size: 0.9125em;
}
.special_pitch .pitch_info a .data dl > div dt {
  font-weight: bold;
}
.special_pitch .pitch_info a .data dl > div dd {
  margin-top: 0.25em;
}
.special_pitch .pitch_info a .data dl > div:last-child {
  border: 0;
}
@media screen and (min-width: 1025px) {
  .special_pitch .pitch_info a .data dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75em 0;
  }
  .special_pitch .pitch_info a .data dl > div dt {
    font-weight: bold;
    width: 21em;
  }
  .special_pitch .pitch_info a .data dl > div dd {
    margin-top: 0;
  }
}

ul.award_judge li {
  font-size: 1em;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0.5em;
}
ul.award_judge li p {
  line-height: 1.5;
}
ul.award_judge li p.post {
  width: 8em;
}
ul.award_judge li p.name {
  width: 6.5em;
}
ul.award_judge li p.co {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 559px) {
  ul.award_judge li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.award_judge li p.post, ul.award_judge li p.name {
    width: auto;
    margin-right: 0.75em;
    font-weight: bold;
    font-size: 110%;
  }
  ul.award_judge li p.co {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
ul.award_judge.en li p {
  font-size: 0.875em;
}
ul.award_judge.en li p.post {
  width: 14em;
}
ul.award_judge.en li p.name {
  width: 12em;
}
@media screen and (max-width: 559px) {
  ul.award_judge.en li p.post, ul.award_judge.en li p.name {
    width: 100%;
  }
  ul.award_judge.en li p.name {
    font-size: 110%;
  }
}

.award_title_bg {
  background-color: #444;
  background-image: url(../award_img/DSC04463.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.award_title_bg .ins {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}
.award_title_bg .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5em 0;
}
@media screen and (max-width: 999px) {
  .award_title_bg .cons {
    padding: 3em 0;
  }
}
@media screen and (max-width: 599px) {
  .award_title_bg .cons {
    width: calc(100% - 1em);
    margin: 0 auto;
  }
}
.award_title_bg .cons .card_block {
  background: rgba(255, 51, 51, 0.7);
  padding: 8px;
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons .card_block {
    padding: 4px;
  }
}
.award_title_bg .cons .card_block .in_border {
  border: 1px solid #fff;
  padding: 1.5em 2em;
}
@media screen and (max-width: 449px) {
  .award_title_bg .cons .card_block .in_border {
    padding: 1em;
  }
}
.award_title_bg .cons p.head_copy {
  padding: 0 1em;
  font-size: 1.125em;
  line-height: 1.5;
}
@media screen and (max-width: 449px) {
  .award_title_bg .cons p.head_copy {
    font-size: 1em;
  }
  .award_title_bg .cons p.head_copy br {
    display: none;
  }
}
.award_title_bg .cons h1.title {
  margin: 15px 0;
  border: 1px solid white;
  border-width: 1px 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  padding: 10px 0.25em 5px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.5em;
  font-weight: 700;
}
@media screen and (max-width: 1059px) {
  .award_title_bg .cons h1.title {
    font-size: 3em;
  }
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons h1.title {
    font-size: 2.75em;
  }
}
.award_title_bg .cons h1.title span {
  display: block;
  line-height: 1;
}
.award_title_bg .cons h1.title span.t3 {
  font-size: 150%;
  margin-top: 7px;
}
@media screen and (max-width: 1059px) {
  .award_title_bg .cons h1.title span.t3 {
    font-size: 120%;
  }
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons h1.title span.t3 {
    font-size: 100%;
  }
}
.award_title_bg .cons .sub_info {
  font-size: 1.375em;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons .sub_info {
    font-size: 1.125em;
  }
}
.award_title_bg .cons .sub_info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award_title_bg .cons .sub_info p.link a {
  padding: 0.125em 0.5em;
  display: block;
  background: #fff;
  margin-top: 10px;
  border-radius: 5px;
  color: #000;
}
.award_title_bg .cons .sub_info p.link a:hover {
  background: #ccc;
}
.award_title_bg .cons .spPicth_info {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  padding: 15px 0;
  color: #000;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons .spPicth_info {
    padding: 15px;
    font-size: 0.9125em;
  }
}
.award_title_bg .cons .spPicth_info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award_title_bg .cons .spPicth_info p.t {
  font-size: 1.3125em;
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons .spPicth_info p.t {
    font-size: 1.25em;
  }
}
.award_title_bg .cons .spPicth_info p.min {
  font-size: 0.875em;
  margin-top: 3px;
  font-weight: normal;
}
.award_title_bg .cons .spPicth_info p.link a {
  font-size: 1.3125em;
  margin-top: 0.5em;
  padding: 0.5em 1.25em;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background-image: linear-gradient(180deg, #555 0%, #000 100%);
  border-radius: 6px;
  color: #fff;
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons .spPicth_info p.link a {
    font-size: 1.125em;
  }
}
.award_title_bg .cons .spPicth_info p.link a:hover {
  opacity: 0.75;
}
.award_title_bg .cons .to_ins_page {
  margin: 1.5em 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0 0 1px;
}
.award_title_bg .cons .to_ins_page a {
  width: 50%;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 0 1px 1px 0;
  display: block;
  color: #fff;
  padding: 0.75em 0.5em;
}
.award_title_bg .cons .to_ins_page a:hover {
  opacity: 0.7;
}
.award_title_bg .cons .to_ins_page.only1 {
  border-width: 1px;
}
.award_title_bg .cons .to_ins_page.only1 a {
  border: 0;
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons .to_ins_page {
    margin: 1.5em 0 0;
    font-size: 90%;
  }
}
.award_title_bg .cons .anc_set {
  margin-top: 1.25em;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.award_title_bg .cons .anc_set a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  min-width: calc(25% - 0px);
  border-right: 1px solid rgba(255, 0, 0, 0.85);
  padding: 0.75em;
  font-size: 0.875em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award_title_bg .cons .anc_set a:last-child {
  border-right: 0;
}
.award_title_bg .cons .anc_set a:hover {
  background: white;
}
@media screen and (max-width: 599px) {
  .award_title_bg .cons .anc_set {
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .award_title_bg .cons .anc_set a {
    width: calc(100% - 0px);
    border-bottom: 1px solid rgba(255, 0, 0, 0.5);
    padding: 0.75em 0;
    font-size: 0.9125em;
  }
  .award_title_bg .cons .anc_set a:last-child {
    border-bottom: 0;
  }
}
.award_title_bg .cons .award_ceremony_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (max-width: 449px) {
  .award_title_bg .cons .award_ceremony_day {
    font-size: 1.125em;
  }
}
.award_title_bg .cons .award_ceremony_day .day span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 190%;
}
.award_title_bg .cons .award_ceremony_day .time {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 120%;
}
.award_title_bg .cons .award_ceremony_day.en > div {
  margin: 0 3px;
}

.prizewinner_bg {
  padding: 50px 0;
  background: #fde23a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6d365), to(#7d5c26));
  background-image: linear-gradient(180deg, #f6d365 0%, #7d5c26 100%);
  background-attachment: fixed;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg {
    padding: 15px 0;
  }
}
.prizewinner_bg .prizewinner_ins {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 60px;
}
@media screen and (max-width: 1059px) {
  .prizewinner_bg .prizewinner_ins {
    padding: 40px;
  }
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .prizewinner_ins {
    padding: 15px;
  }
}
.prizewinner_bg .intro .theme {
  margin-bottom: 2em;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .intro .theme {
    margin-bottom: 0em;
  }
}
.prizewinner_bg .intro .theme p {
  font-size: 1em;
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .intro .theme p {
    font-size: 1em;
  }
}
.prizewinner_bg .intro .theme p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .intro .theme {
    padding: 0.5em;
    padding-bottom: 0;
  }
}
.prizewinner_bg .intro.en .theme p {
  font-size: 1.125em;
}
.prizewinner_bg .intro .map {
  margin: 3em auto;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .intro .map {
    margin: 2em auto 0;
  }
}
.prizewinner_bg .intro .map .map_title {
  margin-bottom: 10px;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.prizewinner_bg .intro .map .award_map {
  margin: 0 auto;
}
.prizewinner_bg .intro .map .award_map img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prizewinner_bg .intro .award_logo {
    margin: 0 auto 1em;
    max-width: 150px;
  }
}
.prizewinner_bg .wrap_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prizewinner_bg .wrap_intro.en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizewinner_bg .wrap_intro .award_logo {
  margin-right: 2em;
  max-width: 250px;
}
.prizewinner_bg .wrap_intro .award_logo img {
  width: 100%;
}
.prizewinner_bg .wrap_intro .theme {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.prizewinner_bg .wrap_intro .theme p {
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .wrap_intro .theme p {
    font-size: 1em;
  }
}
.prizewinner_bg .wrap_intro .theme p + p {
  margin-top: 0.5em;
}
.prizewinner_bg .wrap_intro.en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizewinner_bg .wrap_intro.en .theme p {
  font-size: 1.125em;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .wrap_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prizewinner_bg .wrap_intro .award_logo {
    margin: 0 auto 1em;
    max-width: 150px;
  }
}

.end_plus_padding_bottom {
  padding-bottom: 5em;
}
@media screen and (max-width: 559px) {
  .end_plus_padding_bottom {
    padding-bottom: 3em;
  }
}

.specialpitch_area p.intro_spp {
  line-height: 1.75;
}
.specialpitch_area .area_spp {
  margin: 1em 0 2em;
  font-size: 1.125em;
  font-weight: bold;
}
.specialpitch_area .area_spp a {
  color: #000;
}
.specialpitch_area .area_spp i {
  margin-left: 0.75em;
  font-size: 85%;
}

h3.spp_h3 {
  margin-top: 1.5em;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.3125em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  h3.spp_h3 {
    margin-top: 0;
    background: rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
    padding: 0.5em;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
}

ul.spp {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
ul.spp li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 0.9125em;
}
ul.spp li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
ul.spp li a:hover {
  background: #f2f2f2;
}
ul.spp li:first-child {
  background: #cecece;
}
ul.spp li:first-child p {
  text-align: center;
  font-weight: bold;
}
ul.spp li p {
  padding: 0.75em 0.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
ul.spp li p.session {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  width: 8em;
  text-align: center;
}
ul.spp li p.time {
  width: 8em;
  text-align: center;
}
ul.spp li p.product {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.spp li p.product span.award_spp {
  display: block;
  font-size: 80%;
  margin-right: 10px;
  padding: 2px 0.5em;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
ul.spp li p.company {
  width: 18em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  ul.spp li {
    font-size: 1em;
  }
  ul.spp li:last-child {
    border-bottom: 0;
    padding-bottom: 1em;
  }
  ul.spp li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5em 0.25em;
  }
  ul.spp li a p {
    border: 0;
    padding: 0.25em 0;
    border: none;
    margin-right: 1em;
  }
  ul.spp li a p.session {
    border: none;
    width: auto;
    text-align: left;
    font-weight: bold;
  }
  ul.spp li a p.time {
    width: auto;
    text-align: left;
  }
  ul.spp li a p.product {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    display: block;
    font-weight: bold;
  }
  ul.spp li a p.product span.award_spp {
    margin-bottom: 3px;
    padding: 0;
    background: rgba(0, 0, 0, 0);
  }
  ul.spp li a p.company {
    width: auto;
    margin-left: 0;
  }
  ul.spp li:first-child {
    display: none;
  }
}

ul.com1st li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.com1st li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
ul.com1st a {
  display: block;
  padding: 0.75em 0.5em;
  color: #333;
}
ul.com1st a:hover {
  background: #eee;
}
ul.com1st a.nolink {
  pointer-events: none;
}
ul.com1st p {
  line-height: 1.25;
  margin: 0;
}
ul.com1st .com_info {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.com1st .com_info span.num {
  background: #888;
  color: #fff;
  padding: 2px 0.75em;
  font-size: 80%;
  margin-right: 0.5em;
  border-radius: 3px;
}
ul.com1st .com_info span.comName {
  font-size: 1.125em;
  font-weight: bold;
}
ul.com1st .com_info span.pavi {
  border: 1px solid #888;
  padding: 2px 0.75em;
  font-size: 80%;
  margin-right: 0.5em;
  border-radius: 3px;
}
ul.com1st .proName {
  font-size: 1em;
  font-weight: bold;
}
ul.com1st .guide {
  margin-top: 3px;
  font-size: 0.9125em;
}
ul.com1st .guide + .proName {
  margin-top: 0.75em;
}

.prizewinner_body {
  padding: 2em;
}
@media screen and (max-width: 599px) {
  .prizewinner_body {
    padding: 1em;
  }
}
.prizewinner_body h3 {
  margin: 0 0 1em;
  background: #7f7777;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background-image: linear-gradient(to bottom, #555 0%, #000 100%);
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.5em 0.75em;
  border-radius: 3px;
}
.prizewinner_body .one {
  margin: 0 1em;
}
@media screen and (max-width: 599px) {
  .prizewinner_body .one {
    margin: 0 0.25em;
  }
}
.prizewinner_body .one .head {
  margin-bottom: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizewinner_body .one .head .prize {
  margin-right: 1em;
  width: 100px;
}
@media screen and (max-width: 599px) {
  .prizewinner_body .one .head .prize {
    width: 74px;
  }
}
.prizewinner_body .one .head .prize img {
  width: 100%;
}
.prizewinner_body .one .head .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  line-height: 1.25;
}
.prizewinner_body .one .head .txt .name {
  font-size: 1.5em;
}
.prizewinner_body .one .head .txt .title {
  font-size: 1.25em;
  margin: 0.3125em 0;
}
@media screen and (max-width: 599px) {
  .prizewinner_body .one .head .txt .name {
    font-size: 1.3125em;
  }
  .prizewinner_body .one .head .txt .title {
    font-size: 1em;
    line-height: 1.3125;
  }
}
.prizewinner_body .one .comments {
  line-height: 1.75;
}
.prizewinner_body .one + h3 {
  margin-top: 3em;
}
.prizewinner_body .img_1set {
  margin: 1.5em 1em 0;
  text-align: center;
}
.prizewinner_body .img_1set img {
  width: 100%;
  max-width: 840px;
}
@media screen and (max-width: 559px) {
  .prizewinner_body .img_1set {
    margin: 1.5em 0 0;
  }
}
.prizewinner_body .img_2set {
  margin: 1.5em 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prizewinner_body .img_2set > div {
  width: 50%;
}
.prizewinner_body .img_2set img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .prizewinner_body .img_2set {
    margin: 1.5em 0 0;
  }
  .prizewinner_body .img_2set > div {
    width: 100%;
  }
}