/* http://meyerweb.com/eric/tools/css/reset/ */


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: .2rem;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}


/* remember to define focus styles! */

:focus {
  outline: 0;
}


/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

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

a {
  color: #000;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

html .intro, body .intro {
  width: 100%;
  height: 100%;
  background: url(/assets/images/intro_img.jpg);
  background-size: cover;
  background-position: center center;
}

html .intro a, body .intro a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

html .intro a h1, body .intro a h1 {
  width: 330px;
  height: 103px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  html .intro a h1, body .intro a h1 {
    width: 75%;
  }
}

html .intro a h1 img, body .intro a h1 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  html .intro a h1 img, body .intro a h1 img {
    margin-top: 30px;
  }
}

html header, body header {
  padding: 40px 30px 40px;
}

@media screen and (max-width: 768px) {
  html header, body header {
    padding: 30px 6% 50px;
  }
}

html header h1.logo, body header h1.logo {
  width: 280px;
}

@media screen and (max-width: 768px) {
  html header h1.logo, body header h1.logo {
    width: 55%;
  }
}

html header h1.logo img, body header h1.logo img {
  width: 100%;
}

html header nav, body header nav {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: dotted 1px #cccccc;
}

html header nav ul, body header nav ul {
  width: 100%;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

html header nav ul li, body header nav ul li {
  margin-left: 30px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  html header nav ul li, body header nav ul li {
    height: 7px;
    margin-left: 15px;
  }
}

html header nav ul li a, body header nav ul li a {
  display: block;
  position: relative;
  padding-bottom: 9px;
}

@media screen and (min-width: 769px) {
  html header nav ul li a:hover:before, body header nav ul li a:hover:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #5d5d5d;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  html header nav ul li a, body header nav ul li a {
    height: 100%;
    padding-bottom: 5px;
  }
  html header nav ul li a img, body header nav ul li a img {
    height: 100%;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  html header nav ul li:last-child, body header nav ul li:last-child {
    height: 15px;
  }
}

@media screen and (max-width: 768px) {
  html header nav ul li:last-child a, body header nav ul li:last-child a {
    height: 15px;
  }
}

html header nav ul li:last-child a:hover:before, body header nav ul li:last-child a:hover:before {
  display: none;
}

html header nav ul li.active a:before, body header nav ul li.active a:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #5d5d5d;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  html header nav ul li.active a:before, body header nav ul li.active a:before {
    height: 2px;
  }
}

html .works .works_list, body .works .works_list {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  html .works .works_list ul, body .works .works_list ul {
    display: block;
  }
}

html .works .works_list ul li, body .works .works_list ul li {
  width: 30%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  html .works .works_list ul li, body .works .works_list ul li {
    width: 100%;
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 769px) {
  html .works .works_list ul li:last-child, body .works .works_list ul li:last-child {
    margin-right: 0;
  }
}

html .works .works_list ul li img, body .works .works_list ul li img {
  pointer-events: none;
}

html .works .works_list ul li a, body .works .works_list ul li a {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  html .works .works_list ul li a, body .works .works_list ul li a {
    padding-bottom: 25px;
  }
}

html .works .works_list ul li a img, body .works .works_list ul li a img {
  width: 100%;
  pointer-events: none;
}

html .works .works_list ul li a:before, body .works .works_list ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom: 12px solid #000;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

@media screen and (min-width: 769px) {
  html .works .works_list ul li a:hover:before, body .works .works_list ul li a:hover:before {
    bottom: 3px;
  }
}

html .works .works_list_detail, body .works .works_list_detail {
  width: 500px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  html .works .works_list_detail, body .works .works_list_detail {
    width: 84%;
  }
}

html .works .works_list_detail .slider, body .works .works_list_detail .slider {
  max-height: 765px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html .works .works_list_detail .slider, body .works .works_list_detail .slider {
    max-height: auto;
  }
}

html .works .works_list_detail .slider .slick-slide, body .works .works_list_detail .slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

html .works .works_list_detail .slider img, body .works .works_list_detail .slider img {
  width: 100%;
}

html .works .works_list_detail .thumb, body .works .works_list_detail .thumb {
  margin: 0 -9px;
}

html .works .works_list_detail .thumb div, body .works .works_list_detail .thumb div {
  margin: 0 3px;
}

html .works .works_list_detail .thumb div img, body .works .works_list_detail .thumb div img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  html .works .works_list_detail .thumb div img, body .works .works_list_detail .thumb div img {
    height: 60px;
  }
}

html .works .works_list_detail .movie, body .works .works_list_detail .movie {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  html .works .works_list_detail .movie, body .works .works_list_detail .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  html .works .works_list_detail .movie iframe, body .works .works_list_detail .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

body .profile {
  line-height: 1.8;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  body .profile {
    font-size: 1rem;
  }
}

html .profile header, body .profile header {
  padding: 40px 30px 60px;
}

@media screen and (max-width: 768px) {
  html .profile header, body .profile header {
    padding: 30px 6% 60px;
  }
}

body .profile section {
  width: 700px;
  margin: 0 auto 40px;
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  body .profile section {
    width: 90%;
  }
}

body .profile section table:first-child {
  margin-bottom: 30px;
}

body .profile section table th {
  padding-right: 20px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  body .profile section table th {
    padding-right: 15px;
  }
}

body .profile section h2 {
  font-weight: 400;
}

html footer, body footer {
  text-align: center;
  font-size: .5rem;
  padding-bottom: 20px;
}

.bx-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 4px !important;
  height: 4px !important;
  border-radius: 2px !important;
}

@media screen and (max-width: 768px) {
  .bx-wrapper .bx-pager {
    padding-top: 10px !important;
  }
}

.bx-wrapper .bx-next {
  right: -20px !important;
  background-image: none !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

@media screen and (min-width: 769px) {
  .bx-wrapper .bx-next:hover {
    right: -25px !important;
  }
}

@media screen and (max-width: 768px) {
  .bx-wrapper .bx-next {
    width: 8px !important;
    height: 8px !important;
  }
}

.bx-wrapper .bx-prev {
  left: -20px !important;
  background-image: none !important;
  width: 10px !important;
  height: 10px !important;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

@media screen and (min-width: 769px) {
  .bx-wrapper .bx-prev:hover {
    left: -25px !important;
  }
}

@media screen and (max-width: 768px) {
  .bx-wrapper .bx-prev {
    width: 8px !important;
    height: 8px !important;
  }
}