*, *::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-image:before {
  content: "\e90d";
}

.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 {
  background: #e0e0e0;
}

.modal {
  border-radius: 5px;
  background: #fff;
}
.modal h1 {
  position: relative;
}
.modal h1 img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
.modal .info {
  width: 100%;
  position: relative;
  line-height: 1.4;
}
.modal .info .client, .modal .info .title, .modal .info .count, .modal .info .company, .modal .info .winner {
  width: 100%;
}
.modal .info .client span, .modal .info .title span, .modal .info .count span, .modal .info .company span, .modal .info .winner span {
  display: block;
}
.modal .info .client span:nth-of-type(1), .modal .info .title span:nth-of-type(1), .modal .info .count span:nth-of-type(1), .modal .info .company span:nth-of-type(1), .modal .info .winner span:nth-of-type(1) {
  text-align: center;
  background: #f1f1f1;
}
.modal .info .title span:nth-of-type(2) {
  font-weight: bold;
}
.modal .info .attached {
  text-align: center;
  display: block;
  text-decoration: none;
  background: #fff;
  border-color: #333;
  border-style: solid;
  position: relative;
  color: #333;
  font-weight: bold;
}
.modal .info .attached .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.modal .close {
  text-align: center;
  display: block;
  text-decoration: none;
}
.modal .close::before, .modal .close::after {
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
}
.modal .close::before {
  transform: rotate(45deg);
}
.modal .close::after {
  transform: rotate(-45deg);
}
.modal .copyright {
  font-size: 1rem;
  width: 100%;
  line-height: 1.2;
}

.works {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.works.yoromeat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.works.yoromeat .work.image {
  text-align: center;
}
.works .work:nth-of-type(1) {
  margin-top: 0px;
}
.works .work.video {
  width: 100%;
}
.works .work.audio {
  width: 90%;
}
.works .work.pdf a {
  background: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  border-style: solid;
  border-color: #333;
}
.works .work .count {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.works .work .rawlink {
  width: 100%;
  margin-top: 5px;
  text-align: right;
}
.works .work .rawlink a {
  text-decoration: none;
  color: #333;
}
.works .work .rawlink a .icon-zoom-in {
  margin-right: 3px;
}
.works .work video, .works .work audio, .works .work img {
  width: 100%;
}

body:not(.mobile) {
  font-size: 1.5rem;
}
body:not(.mobile) .modal {
  z-index: 3;
  width: 300px;
  height: 95vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body:not(.mobile) .modal::-webkit-scrollbar {
  display: none;
}
body:not(.mobile) .modal h1 {
  margin-bottom: 30px;
}
body:not(.mobile) .modal .info {
  margin-bottom: auto;
}
body:not(.mobile) .modal .info .client, body:not(.mobile) .modal .info .title, body:not(.mobile) .modal .info .count, body:not(.mobile) .modal .info .company, body:not(.mobile) .modal .info .winner {
  margin-bottom: 30px;
}
body:not(.mobile) .modal .info .client span:nth-of-type(1), body:not(.mobile) .modal .info .title span:nth-of-type(1), body:not(.mobile) .modal .info .count span:nth-of-type(1), body:not(.mobile) .modal .info .company span:nth-of-type(1), body:not(.mobile) .modal .info .winner span:nth-of-type(1) {
  padding: 10px 0;
  margin-bottom: 10px;
}
body:not(.mobile) .modal .info .title span:nth-of-type(2) {
  font-size: 2.1rem;
}
body:not(.mobile) .modal .info .attached {
  width: 100%;
  border-width: 3px;
  padding: 20px 0;
  transition: background-color 0.25s ease-out;
  font-size: 1.8rem;
}
body:not(.mobile) .modal .info .attached:hover, body:not(.mobile) .modal .info .attached:active {
  background: #333;
  color: #fff;
}
body:not(.mobile) .modal .info .attached .icon {
  font-size: 2.4rem;
}
body:not(.mobile) .modal .close {
  position: relative;
  width: 100%;
  margin-top: 50px;
  color: #333;
  border: 1px solid #ccc;
  padding: 12px 0;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out, color 0.25s ease-out;
}
body:not(.mobile) .modal .close:hover, body:not(.mobile) .modal .close:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
body:not(.mobile) .modal .close:hover::before, body:not(.mobile) .modal .close:hover::after, body:not(.mobile) .modal .close:active::before, body:not(.mobile) .modal .close:active::after {
  background: #fff;
}
body:not(.mobile) .modal .close::before, body:not(.mobile) .modal .close::after {
  background: #333;
}
body:not(.mobile) .modal .copyright {
  position: relative;
  color: rgb(190, 124, 98);
  margin-top: 20px;
}
body:not(.mobile) .works {
  z-index: 1;
  padding: 60px 60px 60px 380px;
  width: 100%;
  min-height: 100vh;
  height: auto;
}
body:not(.mobile) .works.yoromeat .work.image {
  width: 50px !important;
  margin: 0px 20px;
}
body:not(.mobile) .works .work {
  margin-top: 100px;
}
body:not(.mobile) .works .work.image.portrait {
  width: 60%;
}
body:not(.mobile) .works .work.image.landscape {
  width: 95%;
}
body:not(.mobile) .works .work.signage {
  width: 50%;
}
body:not(.mobile) .works .work.signage video {
  height: 85vh;
}
body:not(.mobile) .works .work.pdf {
  width: 80%;
}
body:not(.mobile) .works .work.pdf a {
  font-size: 2.4rem;
  border-width: 5px;
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.25s ease-out, color 0.25s ease-out;
}
body:not(.mobile) .works .work.pdf a .icon-file-pdf {
  font-size: 8rem;
  margin-right: 20px;
}
body:not(.mobile) .works .work.pdf a .txt {
  text-align: left;
}
body:not(.mobile) .works .work.pdf a:hover, body:not(.mobile) .works .work.pdf a:active {
  border-color: rgb(190, 124, 98);
  color: rgb(190, 124, 98);
}
body:not(.mobile) .works .work .count {
  font-size: 1.8rem;
}
body:not(.mobile) .works .work .rawlink a:hover, body:not(.mobile) .works .work .rawlink a:active {
  color: rgb(190, 124, 98);
}
body:not(.mobile) .works .work .rawlink a .icon-zoom-in {
  font-size: 1.8rem;
}

body.mobile {
  font-size: 1.3rem;
  padding-bottom: 200px;
}
body.mobile .modal {
  width: 90%;
  padding: 10px;
  margin: 20px auto 0px auto;
}
body.mobile .modal h1 {
  width: 70%;
  margin: 10px auto 15px auto;
}
body.mobile .modal .info {
  font-size: 1.1rem;
}
body.mobile .modal .info > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.mobile .modal .info .client, body.mobile .modal .info .title, body.mobile .modal .info .count, body.mobile .modal .info .winner, body.mobile .modal .info .company {
  margin-bottom: 5px;
}
body.mobile .modal .info .client:nth-last-of-type(1), body.mobile .modal .info .title:nth-last-of-type(1), body.mobile .modal .info .count:nth-last-of-type(1), body.mobile .modal .info .winner:nth-last-of-type(1), body.mobile .modal .info .company:nth-last-of-type(1) {
  margin-bottom: 0;
}
body.mobile .modal .info .client span:nth-of-type(1), body.mobile .modal .info .title span:nth-of-type(1), body.mobile .modal .info .count span:nth-of-type(1), body.mobile .modal .info .winner span:nth-of-type(1), body.mobile .modal .info .company span:nth-of-type(1) {
  width: 25%;
  align-self: stretch;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.mobile .modal .info .client span:nth-of-type(2), body.mobile .modal .info .title span:nth-of-type(2), body.mobile .modal .info .count span:nth-of-type(2), body.mobile .modal .info .winner span:nth-of-type(2), body.mobile .modal .info .company span:nth-of-type(2) {
  width: 75%;
  padding-left: 10px;
}
body.mobile .modal .info .title span:nth-of-type(2) {
  font-size: 1.8rem;
}
body.mobile .modal .info .attached {
  width: 80%;
  border-width: 1px;
  padding: 10px 0;
  font-size: 1.3rem;
  margin: 10px auto 5px auto;
}
body.mobile .modal .info .attached .icon {
  font-size: 1.8rem;
}
body.mobile .modal .close {
  z-index: 99;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  color: #fff;
  background: rgb(190, 124, 98);
  padding: 20px 0;
}
body.mobile .modal .close::before, body.mobile .modal .close::after {
  background: #fff;
}
body.mobile .modal .copyright {
  background: #e0e0e0;
  z-index: 99;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: rgb(190, 124, 98);
  padding: 5px;
}
body.mobile .modal .copyright br {
  display: none;
}
body.mobile .works {
  width: 90%;
  margin: 0 auto;
}
body.mobile .works .work {
  margin-top: 50px;
}
body.mobile .works .work.video video {
  background: #000;
}
body.mobile .works .work.image.portrait, body.mobile .works .work.image.landscape {
  width: 95%;
}
body.mobile .works .work.signage {
  width: 90%;
}
body.mobile .works .work.pdf {
  width: 90%;
}
body.mobile .works .work.pdf a {
  font-size: 1.2rem;
  border-width: 3px;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.mobile .works .work.pdf a .icon-file-pdf {
  font-size: 4rem;
  margin-bottom: 30px;
}
body.mobile .works .work.pdf a .txt {
  text-align: center;
}
body.mobile .works .work .count {
  font-size: 1rem;
}
body.mobile .works .work .rawlink a .icon-zoom-in {
  font-size: 1rem;
}