@charset "utf-8";
body {
  font: 16px/1.6 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #eff2f8;
  background-color: #fff;
  width: 100%;
}
body img {
  width: 100%;
}
section {
  padding: 50px 0;
}
.subhead {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}
.tgs {
  background: url(img/_bg.png) no-repeat center top;
  background-size: cover;
  background-color: rgba(92, 193, 198, 0.1);
  border-top: solid 6px #4c4c4c;
  border-top: solid 6px #5cc1c6;
  padding: 40px 0;
}
.tgs .toptitle {
  width: 90%;
  margin: auto;
}
.tgs .top {
  display: block;
  text-align: center;
}
.tgs .title2 {
  background: #5cc1c6 url(img/_bg.png) no-repeat center -240px;
  background-size: 100% auto;
  background-blend-mode: multiply;
  margin: 20px 0;
}
.tgs .leadtext {
  margin: 30px auto;
  width: 90%;
}
.tgs .pickup-booth {
  margin: 60px 0 0;
}
.tgs .category1,
.tgs .category2 {
  font-size: 0;
  margin: 0 auto;
  width: 98%;
}
.tgs .category1 .item,
.tgs .category2 .item {
  box-sizing: border-box;
  margin: 0 20px 20px 0;
  display: inline-block;
  padding: 2px;
  position: relative;
}
.tgs .category1 .img,
.tgs .category2 .img,
.tgs .category1 .name,
.tgs .category2 .name,
.tgs .category1 .summ,
.tgs .category2 .summ {
  position: relative;
}
.tgs .category1 .img,
.tgs .category2 .img {
  width: 100%;
  height: auto;
}
.tgs .category1 .name,
.tgs .category2 .name {
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 10px;
  left: -2px;
  background-color: #e84187;
  overflow: hidden;
}
.tgs .category1 .name:after,
.tgs .category2 .name:after {
  content: "";
  border: solid 10px #000;
  border-width: 12px 6px;
  border-color: #e84187 transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -6px;
}
.tgs .category1 .summ,
.tgs .category2 .summ {
  height: 3.8em;
  line-height: 1.4;
  margin-top: 5px;
  overflow: hidden;
}
.tgs .category1 .item {
  font-size: 14px;
  width: 96%;
  margin: 5px 2%;
}
.tgs .category1 .name {
  font-size: 14px;
  padding: 4px 0 0 10px;
  width: 96%;
  height: 1.9em;
  overflow: hidden;
}
.tgs .category2 .item {
  font-size: 12px;
  width: 48%;
  margin: 5px 1%;
}
.tgs .category2 .name {
  font-size: 12px;
  padding: 4px 0 0 10px;
  width: 96%;
  height: 1.9em;
}
.award {
  background-color: #5cc1c6;
  color: #fff;
}
.award .medal {
  width: 300px;
  height: 300px;
  margin: 30px auto;
  background: url(img/TGS-Award-2017_01.png) no-repeat center center;
  background-size: contain;
  line-height: 300px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.award .winners {
  font-size: 0;
  text-align: center;
  width: 100%;
}
.award .winners .item {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px;
  width: 80%;
}
.award .winners .item .text {
  height: 3.8em;
  margin-top: 5px;
  overflow: hidden;
  text-align: left;
}
.articles {
  padding-bottom: 0;
}
.articles .news-list {
  font-size: 0;
  width: 96%;
  margin: 10px auto;
}
.articles .news-list .item {
  display: inline-block;
  font-size: 14px;
  height: 260px;
  margin: 0 20px 10px 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  position: relative;
}
.articles .news-list .item:nth-child(4n) {
  margin-right: 0;
}
.articles .news-list .item .link {
  background-color: #000;
  display: block;
  height: 220px;
  text-align: center;
  overflow: hidden;
}
.articles .news-list .item .link img {
  width: 100%;
  height: auto;
}
.articles .news-list .item .figcaption {
  position: absolute;
  width: 100%;
  top: 0;
}
.articles .news-list .item .figcaption .tag-li {
  position: absolute;
  top: 225px;
}
.articles .news-list .item .figcaption .tag-li [class^="item--subcate-"] {
  background-color: #5cc1c6 !important;
}
.articles .news-list .item .figcaption .title {
  bottom: -220px;
  color: #fff;
  font-weight: 400;
  height: 2.5em;
  overflow: hidden;
  padding: 30px 5px 5px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.articles .news-list .item .figcaption .summary {
  display: none;
}
.articles .news-list .item .figcaption .date {
  color: #fff !important;
  top: 2px;
  left: 4px;
  margin: 0;
  text-shadow: 1px 1px 0 #000000;
}
.articles .news-list .item .figcaption .tag-li,
.articles .news-list .item .figcaption .title,
.articles .news-list .item .figcaption .summary,
.articles .news-list .item .figcaption .date {
  position: absolute;
}
.thm-footer {
  width: 100%;
  min-width: auto;
}
.thm-footer .footer-nav {
  display: none;
}
.thm-footer .inner {
  width: 100%;
  padding: 0;
}
/* award 追加 -----------------------------------------------------------------*/
.award .pickup-booth {
  margin: 60px 0 0;
}
.award .category1,
.award .category2 {
  font-size: 0;
  margin: 0 auto;
  width: 98%;
}
.award .category1 .item,
.award .category2 .item {
  box-sizing: border-box;
  margin: 0 20px 20px 0;
  display: inline-block;
  padding: 2px;
  position: relative;
}
.award .category1 .img,
.award .category2 .img,
.award .category1 .name,
.award .category2 .name,
.award .category1 .summ,
.award .category2 .summ {
  position: relative;
}
.award .category1 .img,
.award .category2 .img {
  /*width: 100%;
  height: auto;*/
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center 65%;
  background-color: #fff;
}
.award .category1 .name,
.award .category2 .name {
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 10px;
  left: -2px;
  background-color: #e84187;
  overflow: hidden;
}
.award .category1 .name:after,
.award .category2 .name:after {
  content: "";
  border: solid 10px #000;
  border-width: 12px 6px;
  border-color: #e84187 transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -6px;
}
.award .category1 .summ,
.award .category2 .summ {
  height: 3.8em;
  line-height: 1.4;
  margin-top: 5px;
  overflow: hidden;
}
.award .category1 .item {
  font-size: 14px;
  width: 96%;
  margin: 5px 2%;
}
.award .category1 .name {
  font-size: 14px;
  padding: 4px 0 0 10px;
  width: 96%;
  height: 1.9em;
  overflow: hidden;
}
.award .category2 .item {
  font-size: 12px;
  width: 48%;
  margin: 5px 1%;
}
.award .category2 .name {
  font-size: 12px;
  padding: 4px 0 0 10px;
  width: 96%;
  height: 1.9em;
}
/* レスポンシブル -----------------------------------------------------------------*/
/* 480px以上 */
@media screen and (min-width: 480px) {
  
}
/* 768px以上 */
@media screen and (min-width: 768px) {
  body {
    width: auto;
  }
  body img {
    width: auto;
  }
  .tgs {
    background: url(img/_bg.png) no-repeat center top;
    background-size: cover;
    background-color: rgba(92, 193, 198, 0.1);
    border-top: solid 6px #4c4c4c;
    border-top: solid 6px #5cc1c6;
    padding: 60px 0;
  }
  .tgs .toptitle {
    width: auto;
    margin: auto;
  }
  .tgs .top {
    display: block;
    text-align: center;
  }
  .tgs .title2 {
    background: #5cc1c6 url(img/_bg.png) no-repeat center -240px;
    background-size: 100% auto;
    background-blend-mode: multiply;
    margin: 40px 0;
  }
  .tgs .leadtext {
    margin: 30px auto;
    width: 960px;
  }
  .tgs .category1 .item {
    font-size: 14px;
    width: 320px;
  }
  .tgs .category1 .item:nth-child(3n) {
    margin-right: 0;
  }
  .tgs .category1 .name {
    font-size: 14px;
    padding: 4px 0 0 10px;
    width: 300px;
  }
  .tgs .category2 .item {
    font-size: 12px;
    width: 235px;
  }
  .tgs .category2 .item:nth-child(4n) {
    margin-right: 0;
  }
  .tgs .category2 .name {
    font-size: 12px;
    padding: 4px 0 0 10px;
    width: 220px;
    height: 24px;
  }
  .tgs .category1,
  .tgs .category2 {
    font-size: 0;
    margin: 20px auto;
    width: 1000px;
  }
  .tgs .category1 .item,
  .tgs .category2 .item {
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    display: inline-block;
    padding: 2px;
    position: relative;
  }
  .tgs .category1 .img,
  .tgs .category2 .img,
  .tgs .category1 .name,
  .tgs .category2 .name,
  .tgs .category1 .summ,
  .tgs .category2 .summ {
    position: relative;
  }
  .tgs .category1 .img,
  .tgs .category2 .img {
    width: 100%;
    height: auto;
  }
  .tgs .category1 .name,
  .tgs .category2 .name {
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 10px;
    left: -2px;
    background-color: #e84187;
    overflow: hidden;
  }
  .tgs .category1 .name:after,
  .tgs .category2 .name:after {
    content: "";
    border: solid 10px #000;
    border-width: 12px 6px;
    border-color: #e84187 transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -6px;
  }
  .tgs .category1 .summ,
  .tgs .category2 .summ {
    height: 4.8em;
    line-height: 1.4;
    margin-top: 5px;
    overflow: hidden;
  }
  .award .winners .item {
    width: 240px;
  }
  .articles .news-list {
    font-size: 0;
    width: 1000px;
    margin: 20px auto;
  }
  .articles .news-list .item {
    display: inline-block;
    font-size: 14px;
    height: 270px;
    margin: 0 20px 10px 0;
    overflow: hidden;
    padding: 0;
    width: 235px;
    position: relative;
  }
  .articles .news-list .item:nth-child(4n) {
    margin-right: 0;
  }
  .articles .news-list .item .link {
    display: block;
    height: 220px;
    text-align: center;
  }
  .articles .news-list .item .link img {
    height: 100%;
    width: auto;
  }
  .articles .news-list .item .figcaption {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .articles .news-list .item .figcaption .tag-li {
    position: absolute;
    top: 225px;
  }
  .articles .news-list .item .figcaption .tag-li [class^="item--subcate-"] {
    background-color: #5cc1c6 !important;
  }
  .articles .news-list .item .figcaption .title {
    bottom: -220px;
    color: #fff;
    font-weight: 400;
    height: 3.8em;
    overflow: hidden;
    padding: 30px 5px 5px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  }
  .articles .news-list .item .figcaption .summary {
    display: none;
  }
  .articles .news-list .item .figcaption .date {
    text-shadow: 1px 1px 0 #000000;
  }
  .articles .news-list .item .figcaption .tag-li,
  .articles .news-list .item .figcaption .title,
  .articles .news-list .item .figcaption .summary,
  .articles .news-list .item .figcaption .date {
    position: absolute;
  }
  .thm-footer {
    width: auto;
    min-width: 1040px;
  }
  .thm-footer .footer-nav {
    border-top: solid 2px #ccc;
    display: block;
  }
  .thm-footer .inner {
    width: 1020px;
  }
  /* award 追加 -----------------------------------------------------------------*/
  .award .category1 .item {
    font-size: 14px;
    width: 320px;
  }
  .award .category1 .item:nth-child(3n) {
    margin-right: 0;
  }
  .award .category1 .name {
    font-size: 14px;
    padding: 4px 0 0 10px;
    width: 300px;
  }
  .award .category2 .item {
    font-size: 12px;
    width: 235px;
  }
  .award .category2 .item:nth-child(4n) {
    margin-right: 0;
  }
  .award .category2 .name {
    font-size: 12px;
    padding: 4px 0 0 10px;
    width: 220px;
    height: 24px;
  }
  .award .category1,
  .award .category2 {
    font-size: 0;
    margin: 20px auto;
    width: 1000px;
  }
  .award .category1 .item,
  .award .category2 .item {
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    display: inline-block;
    padding: 2px;
    position: relative;
  }
  .award .category1 .img,
  .award .category2 .img,
  .award .category1 .name,
  .award .category2 .name,
  .award .category1 .summ,
  .award .category2 .summ {
    position: relative;
  }
  .award .category1 .img,
  .award .category2 .img {
    /*width: 100%;
    height: auto;*/
    width: 320px;
    height: 200px;
    object-fit: contain;
    object-position: center 65%;
    background-color: #fff;
  }
  .award .category1 .name,
  .award .category2 .name {
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 10px;
    left: -2px;
    background-color: #e84187;
    overflow: hidden;
  }
  .award .category1 .name:after,
  .award .category2 .name:after {
    content: "";
    border: solid 10px #000;
    border-width: 12px 6px;
    border-color: #e84187 transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -6px;
  }
  .award .category1 .summ,
  .award .category2 .summ {
    height: 4.8em;
    line-height: 1.4;
    margin-top: 5px;
    overflow: hidden;
  }
}
