*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, address, em, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td, article, figcaption, figure,
footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?vp4nuq");
  src: url("fonts/icomoon.eot?vp4nuq#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vp4nuq") format("truetype"), url("fonts/icomoon.woff?vp4nuq") format("woff"), url("fonts/icomoon.svg?vp4nuq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-film:before {
  content: "\e913";
}

.icon-zoom-in:before {
  content: "\e987";
}

.icon-file-pdf:before {
  content: "\eadf";
}

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

body {
  color: #333;
  font-size: 1.3rem;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: normal;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 70px;
  border-bottom: 1px solid rgb(190, 124, 98);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 4;
}
header h1 {
  font-size: 1.2rem;
  width: 239.6px;
  text-align: center;
  font-weight: normal;
  color: rgb(190, 124, 98);
}
header h1 img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
header h1 a {
  display: block;
  width: 239.6px;
  height: 26.8px;
  background: url("../images/logo-sp.png") no-repeat center;
  background-size: 239.6px 26.8px;
}
header h1 span {
  margin-top: 10px;
  display: block;
}
header .home {
  width: 40px;
  height: 40px;
  position: relative;
  background: rgb(190, 124, 98);
  color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .home::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .home::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

main {
  padding-top: 90px;
}

.content .works {
  margin: 0 auto 50px auto;
  width: 90%;
}
.content .works h2 {
  text-align: center;
  color: rgb(190, 124, 98);
  font-size: 1.6rem;
  background: #ecebf5;
  padding: 15px 0;
  position: relative;
}
.content .works h2::before {
  content: "";
  width: 16px;
  height: 1px;
  display: block;
  background: rgb(190, 124, 98);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s ease-out;
}
.content .works h2::after {
  content: "";
  width: 16px;
  height: 1px;
  display: block;
  background: rgb(190, 124, 98);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease-out;
}
.content .works h2.opened::before {
  transform: translateY(-50%) rotate(360deg);
}
.content .works h2.opened::after {
  transform: translateY(-50%) rotate(360deg);
}
.content .works.specialawards h2::before, .content .works.specialawards h2::after {
  display: none;
}
.content .works ul {
  list-style-type: none;
}
.content .works ul li {
  border-bottom: 1px dotted #ccc;
}
.content .works ul li a {
  color: #333;
  width: 100%;
  display: block;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 15px 0px;
}
.content .works ul li a .prise {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 10px;
  color: #fff;
}
.content .works ul li a .prise span {
  display: block;
}
.content .works ul li a .prise span {
  font-family: "Oswald";
  font-size: 1.8rem;
}
.content .works ul li a .prise.GOLD {
  background: #f7c71a;
}
.content .works ul li a .prise.SILVER {
  background: #9E9E9E;
}
.content .works ul li a .prise.BRONZE {
  background: #b35c0a;
}
.content .works ul li a .prise.spaw {
  background: rgb(190, 124, 98);
}
.content .works ul li a .info {
  flex: 90%;
  padding: 5px 0;
}
.content .works ul li a .info .client, .content .works ul li a .info .title, .content .works ul li a .info .winner, .content .works ul li a .info .company {
  margin-bottom: 10px;
}
.content .works ul li a .info .client, .content .works ul li a .info .title, .content .works ul li a .info .series, .content .works ul li a .info .voted, .content .works ul li a .info .company, .content .works ul li a .info .winner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content .works ul li a .info .client span:nth-of-type(1), .content .works ul li a .info .title span:nth-of-type(1), .content .works ul li a .info .series span:nth-of-type(1), .content .works ul li a .info .voted span:nth-of-type(1), .content .works ul li a .info .company span:nth-of-type(1), .content .works ul li a .info .winner span:nth-of-type(1) {
  text-align: center;
  background: #ebebeb;
  color: #333;
  width: 80px;
  padding: 8px;
  margin-right: 10px;
  font-size: 1.1rem;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .works ul li a .info .client span:nth-of-type(2), .content .works ul li a .info .title span:nth-of-type(2), .content .works ul li a .info .series span:nth-of-type(2), .content .works ul li a .info .voted span:nth-of-type(2), .content .works ul li a .info .company span:nth-of-type(2), .content .works ul li a .info .winner span:nth-of-type(2) {
  font-size: 1.3rem;
  width: calc(100% - 80px);
}
.content .works ul li a .info .title span:nth-of-type(2) {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.content .works ul li a .pdf {
  flex: 0 0 2;
  font-size: 3rem;
  margin-left: auto;
}

footer {
  background: #fff;
  width: 100%;
  z-index: 4;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright {
  text-align: center;
  font-size: 1rem;
  width: 100%;
  position: relative;
  color: rgb(190, 124, 98);
  line-height: 1.5;
}
footer .copyright br {
  display: none;
}