@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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5em;
}
@media screen and (max-width: 1059px) {
  .title_area {
    margin-bottom: 3em;
  }
}
.title_area .title {
  width: 50%;
  min-width: 600px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#dc0000));
  background-image: linear-gradient(to bottom, #f00 0%, #dc0000 100%);
  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;
  padding: 5vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .title_area .title {
    padding: 7.5vw;
  }
}
.title_area .title .ins {
  width: 100%;
}
.title_area .title .ins img {
  width: 100%;
}
.title_area .title h1 {
  position: relative;
  z-index: 10;
}
.title_area .title ul.pnl {
  margin-top: 3vw;
  margin-bottom: -1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 559px) {
  .title_area .title ul.pnl {
    margin-top: 3vh;
  }
}
.title_area .title ul.pnl li {
  font-size: 1em;
}
.title_area .title ul.pnl li a {
  color: #fff;
  display: block;
  border: 1px solid white;
  padding: 0.5em 1em;
  margin: 0 3px;
}
@media screen and (max-width: 559px) {
  .title_area .title ul.pnl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .title_area .title ul.pnl li {
    width: 47%;
  }
  .title_area .title ul.pnl li a {
    font-size: 0.875em;
    text-align: center;
    padding: 0.5em;
    margin: 1.5%;
  }
}
.title_area .title .circle {
  position: absolute;
  top: calc(50% - 120px);
  left: -50px;
  width: 10vw;
  height: 10vw;
  min-width: 150px;
  min-height: 150px;
  border-radius: 100vmax;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  -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 .title .circle img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .title_area .title .circle {
    top: calc(50% - 14vw);
    left: 5vw;
    width: 18vw;
    height: 18vw;
    min-width: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 559px) {
  .title_area .title .circle {
    top: calc(50% - 18vw);
    left: 5vw;
  }
}
@media screen and (max-width: 449px) {
  .title_area .title .circle {
    top: calc(50% - 20vw);
  }
}
@media screen and (max-width: 399px) {
  .title_area .title .circle {
    top: calc(50% - 22vw);
  }
}
.title_area .bg_pattern {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.title_area .bg_pattern.bg1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url(../award_img/bg1.jpg);
}
.title_area .bg_pattern.bg2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url(../award_img/bg2.jpg);
}
.title_area .bg_pattern .ins {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .title_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .title_area .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    min-width: auto;
    padding: 10vw;
  }
  .title_area .bg_pattern {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50vw;
    height: 30vw;
    background-position: center 0;
  }
  .title_area .bg1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .title_area .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;
  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;
  }
}

.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: 22.5%;
  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 li {
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 30px 40px;
}
@media screen and (max-width: 559px) {
  ul.winners_list li {
    padding: 20px 20px;
  }
}
ul.winners_list li .wrap_tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 559px) {
  ul.winners_list li .wrap_tt {
    margin-bottom: 20px;
  }
}
ul.winners_list li .wrap_tt .mark {
  width: 130px;
  margin-left: -15px;
  margin-right: 0.75em;
}
ul.winners_list li .wrap_tt .mark img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  ul.winners_list li .wrap_tt .mark {
    width: 25%;
    min-width: 75px;
  }
}
ul.winners_list li .wrap_tt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
ul.winners_list li .wrap_tt .txt .prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.winners_list li .wrap_tt .txt .prize p {
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 0.875em;
  padding: 0.25em 0.5em;
}
ul.winners_list li .wrap_tt .txt p.company {
  margin-top: 12px;
  font-size: 1.25em;
}
ul.winners_list li .wrap_tt .txt p.product {
  margin-top: 4px;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  ul.winners_list li .wrap_tt .txt p.company {
    margin-top: 10px;
    font-size: 1em;
  }
  ul.winners_list li .wrap_tt .txt p.product {
    margin-top: 4px;
    font-size: 1.25em;
  }
}
ul.winners_list li p.copy {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 559px) {
  ul.winners_list li p.copy {
    font-size: 1.125em;
    margin-bottom: 0.5em;
  }
}
ul.winners_list li .summary p,
ul.winners_list li .commentary p {
  font-size: 1em;
  line-height: 1.75;
}
ul.winners_list li .summary p.plus,
ul.winners_list li .commentary p.plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 90%;
}
ul.winners_list li .summary p.plus span,
ul.winners_list li .commentary p.plus span {
  display: block;
}
ul.winners_list li .summary p.plus.up,
ul.winners_list li .commentary p.plus.up {
  margin-top: 0.75em;
}
ul.winners_list li .summary .k,
ul.winners_list li .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 li .summary .k span,
ul.winners_list li .commentary .k span {
  font-size: 1em;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  ul.winners_list li .summary p,
  ul.winners_list li .commentary p {
    font-size: 0.9125em;
    line-height: 1.5;
  }
  ul.winners_list li .summary .k,
  ul.winners_list li .commentary .k {
    margin-top: 0.25em;
    width: 3.5em;
    height: 2.125em;
  }
  ul.winners_list li .summary .k span,
  ul.winners_list li .commentary .k span {
    font-size: 0.875em;
  }
}
ul.winners_list li .commentary {
  border-top: 1px dotted #000;
  margin-top: 1.25em;
  padding-top: 1em;
}
ul.winners_list li .wrap_tt {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 559px) {
  ul.winners_list li .wrap_tt {
    margin-bottom: 0;
  }
}
ul.winners_list li .product_image {
  margin: 1.5em auto 0;
  width: auto;
  max-width: 750px;
  text-align: center;
}
ul.winners_list li .product_image img {
  max-width: 100%;
}
ul.winners_list.en li p.copy,
ul.winners_list.en li .summary,
ul.winners_list.en li .commentary {
  display: none;
}

p.specialPitch_guide {
  line-height: 1.75;
}

ul.conf_list {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  ul.conf_list {
    margin-top: 1em;
  }
}
ul.conf_list li {
  width: 100%;
  margin: 0 auto 1em;
}
ul.conf_list li .summary {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px;
}
ul.conf_list li .summary .ins {
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background-image: linear-gradient(180deg, #fdfbfb 0%, #ebedee 100%);
  position: relative;
}
ul.conf_list .num_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
ul.conf_list .num_date .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #888;
  border-radius: 3px;
  color: #fff;
  padding: 0.25em 0.75em;
  font-size: 0.875em;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1.5;
}
ul.conf_list .num_date .date {
  font-size: 1em;
  line-height: 1.375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.conf_list .num_date .date span {
  display: block;
  margin-right: 1em;
}
ul.conf_list .title_set {
  margin: 1em 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
ul.conf_list .title_set .category {
  font-size: 1em;
  margin-bottom: 0.25em;
}
ul.conf_list .title_set .title {
  font-size: 1.25em;
  line-height: 1.3125;
}
ul.conf_list .title_set .title a {
  color: #000;
}
ul.conf_list .title_set .title a:hover {
  color: #666;
}
ul.conf_list .title_set .sponcer {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.conf_list .title_set .sponcer span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0.5em;
  border: 1px solid #000;
  background: #fff;
  border-radius: 3px;
  margin-right: 0.5em;
  font-size: 13px;
}
@media screen and (max-width: 559px) {
  ul.conf_list .title_set {
    padding: 0.5em 0;
  }
  ul.conf_list .title_set .category {
    margin-bottom: 0.25em;
  }
}
ul.conf_list .personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
ul.conf_list .personal .ph {
  width: 120px;
  background: #eee;
  margin-right: 10px;
  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;
  border: 1px solid #ccc;
}
ul.conf_list .personal .ph img {
  width: 100%;
}
ul.conf_list .personal .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0em;
}
ul.conf_list .personal .data p + p {
  margin-top: 0.25em;
}
ul.conf_list .personal .data p {
  line-height: 1.375;
}
ul.conf_list .personal .data p.com {
  font-size: 1em;
}
ul.conf_list .personal .data p.post {
  font-size: 1em;
}
ul.conf_list .personal .data p.name {
  font-weight: bold;
  font-size: 1.125em;
  margin-top: 0.375em;
}
ul.conf_list .personal .data ul {
  margin-top: 0.5em;
  list-style-type: disc;
  margin-left: 1.25em;
}
ul.conf_list .personal .data ul li {
  margin: 0;
  padding: 0.25em 0;
}
@media screen and (max-width: 559px) {
  ul.conf_list .personal .ph {
    width: 100px;
  }
  ul.conf_list .personal .data {
    padding: 0;
  }
}
ul.conf_list .personal + .personal {
  margin-top: 10px;
}
ul.conf_list .guest {
  margin-top: 1.5em;
}
ul.conf_list .guest p {
  font-weight: bold;
}
ul.conf_list .guest ul {
  margin-top: 0.5em;
  margin-left: 1.25em;
  list-style-type: disc;
}
ul.conf_list .guest ul li {
  margin-bottom: 0;
  padding: 0.125em 0;
  width: 100%;
  font-size: 0.9125em;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  ul.conf_list .padding_div {
    padding-bottom: 3.5em;
  }
}
@media screen and (max-width: 599px) {
  ul.conf_list .padding_div {
    padding-bottom: 1em;
  }
}
ul.conf_list .to_sessions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  ul.conf_list .to_sessions {
    position: absolute;
    bottom: 1em;
    width: calc(100% - 2em);
  }
}
@media screen and (max-width: 599px) {
  ul.conf_list .to_sessions {
    position: static;
    bottom: 0;
  }
}
ul.conf_list .to_sessions a {
  font-size: 1em;
  border-radius: 2em;
  padding: 0.5em 2em;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  color: #fff;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
  background: linear-gradient(to bottom, #999 0%, #666 100%);
}
ul.conf_list .to_sessions a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#777));
  background: linear-gradient(to bottom, #aaa 0%, #777 100%);
}
ul.conf_list .to_sessions a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
ul.conf_list .to_sessions a.undecided {
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
  background: linear-gradient(to bottom, #ccc 0%, #ccc 100%);
  pointer-events: none;
}

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%;
  }
}