@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

fieldset,
img,
object {
  border: 0;
  vertical-align: bottom;
}

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

caption,
th {
  text-align: left;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

a {
  outline: none;
  overflow: hidden;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

img {
  border: 0;
  vertical-align: top;
}

br {
  letter-spacing: normal;
}

*:first-child+html body {
  font-size: 75%;
  font-family: 'メイリオ', Meiryo, sans-serif;
}

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

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

body {
  font: 13px/1.231 "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  *font-size: small;
  *font: x-small;
}

.ie8 body {
  font: 13px/1.231 "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

html>body {
  font-size: small\9;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clr {
  content: " ";
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*
commonClass
------------------------------------------------*/
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media screen and (max-width: 490px) {
  .sp-none {
    display: none;
  }
}

/*
body
------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  background: #000;
  color: #fff;
  overflow-x: hidden;
}

a {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

#wrapper {
  overflow-y: hidden;
}

/*
works
------------------------------------------------*/
.works {
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: 998;
  padding: 12vh 0 20px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate3d(0, -40%, 1px) rotate3d(1, -1, 1, -100deg);
  transform: translate3d(0, -40%, 1px) rotate3d(1, -1, 1, -100deg);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.8s ease;
  transition: opacity 0.5s linear, -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease, opacity 0.5s linear;
  transition: transform 0.8s ease, opacity 0.5s linear;
  transition: transform 0.8s ease, opacity 0.5s linear, -webkit-transform 0.8s ease;
}

.works.t3d {
  -webkit-transform: translate3d(0, 0, 1px) rotate3d(1, -1, 1, 0deg);
  transform: translate3d(0, 0, 1px) rotate3d(1, -1, 1, 0deg);
}

.works.opa {
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .works {
    padding-top: 80px;
  }
}

@media screen and (max-width: 930px) {
  .works {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .works {
    padding: 80px 20px 20px;
  }
}

.works-main {
  position: relative;
  max-width: 890px;
  margin: 0 auto 200px;
}

@media screen and (max-width: 768px) {
  .works-main {
    margin-bottom: 60px;
  }
}

.works-inner {
  max-width: 680px;
  width: 81%;
  margin: 0 auto;
}

.works-title {
  font-family: "NotoSansCJKjp-Thin";
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1280px) {
  .works-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .works-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.works-visual {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .works-visual {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .works-visual {
    margin-bottom: 30px;
  }
}

.works-info {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  max-width: 680px;
}

@media screen and (min-width: 769px) {
  .works-info {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .works-info {
    margin-bottom: 50px;
  }
}

.works-txt {
  line-height: 1.6;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .works-txt br {
    display: none;
  }
}

.works-cat {
  color: #808080;
  line-height: 1.4;
}

.works-url {
  margin-top: 5px;
  word-break: break-all;
}

.works-url a:hover {
  text-decoration: underline;
}

.works-list {
  text-align: center;
}

.works-item {
  margin-bottom: 30px;
}

.works-item:last-child {
  margin-bottom: 0;
}

.works-footer {
  font-family: "NotoSansCJKjp-Regular";
}

.works-menu {
  -webkit-transform: translate3d(0, 0, 2px);
  transform: translate3d(0, 0, 2px);
  position: fixed;
  z-index: 999;
  bottom: 20px;
  left: 30px;
}

@media screen and (max-width: 930px) {
  .works-menu {
    left: 20px;
  }
}

.works-menu-item {
  opacity: 0.7;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.works-menu-item button {
  font-family: "NotoSansCJKjp-Regular";
  letter-spacing: 0.1em;
}

.works-menu.active {
  position: absolute;
}

/* ------------------ ▼モーダル ------------------ */

/* モーダルコンテンツ */
.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: visibility .7s linear, opacity .7s linear;
}

@media screen and (max-width: 560px) {
  .modal {
    align-items: flex-start;
    overflow-y: scroll;
  }
}

.js-modal.is-open .modal {
  opacity: 1;
  visibility: visible;
}

.modal__inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 2rem;
}

.modal__contents {
  width: 100%;
  color: #8c8c8c;
  font-family: "NotoSansCJKjp-Light";
  min-height: 600px;
}

/* ------------------ ▲モーダル ------------------ */
/* ------------------ ▼COMPANY ------------------ */

.company__title {
  color: #fff;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .15em;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .company__title {
    margin-bottom: 2rem;
  }
}

.company__about {
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .company__about {
    line-height: 2;
  }
}

.company__info dt,
.company__info dd {
  font-size: 12px;
  line-height: 2.10;
  letter-spacing: .15em;
}

@media screen and (max-width: 768px) {

  .company__info dt,
  .company__info dd {
    line-height: 2;
  }
}

.company__info dt {
  width: 5.5em;
  float: left;
  letter-spacing: 1px;
}

.company__info dd {
  margin-bottom: 2.5rem;
  margin-left: 12rem;
}

@media screen and (max-width: 768px) {
  .company__info dd {
    margin-bottom: 1rem;
    margin-left: 10rem;
  }
}

/* ------------------ ▲COMPANY ------------------ */

.works-copyright {
  -webkit-transform: translate3d(0, 0, 2px);
  transform: translate3d(0, 0, 2px);
  opacity: 0.7;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 30px;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 930px) {
  .works-copyright {
    right: 20px;
  }
}

.works-copyright small {
  display: block;
}

.works-copyright.active {
  position: absolute;
}

.works-close {
  -webkit-transform: translate3d(0, 0, 2px);
  transform: translate3d(0, 0, 2px);
  display: none;
  position: fixed;
  z-index: 999;
  top: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
}

@media screen and (max-width: 930px) {
  .works-close {
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .works-close {
    top: 16px;
    width: 28px;
    height: 27px;
  }
}

.works-close:hover {
  cursor: pointer;
}

.works-close a {
  display: block;
  width: 100%;
  height: 100%;
}

.works-close span {
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .works-close span {
    width: 28px;
    height: 1px;
  }
}

.works-close span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.works-close span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.works-pager {
  display: none;
}

@media screen and (min-width: 1311px) {
  .works-pager {
    max-width: 1310px;
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.works-pager span {
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .works-pager span {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.works-pager-btn {
  cursor: pointer;
  padding: 8px;
}

.works-prev,
.works-next {
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 2px);
  transform: translate3d(0, 0, 2px);
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (min-width: 769px) {

  .works-prev,
  .works-next {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 1311px) {

  .works-prev,
  .works-next {
    position: absolute;
  }
}

@media screen and (max-width: 1310px) {

  .works-prev,
  .works-next {
    position: fixed;
  }
}

@media screen and (max-width: 768px) {

  .works-prev,
  .works-next {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 22px;
    bottom: auto;
  }
}

.works-prev {
  left: 38px;
}

@media screen and (max-width: 930px) {
  .works-prev {
    left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .works-prev {
    left: 26px;
  }
}

.works-prev span {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.works-next {
  right: 38px;
}

@media screen and (max-width: 930px) {
  .works-next {
    right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .works-next {
    right: auto;
    left: 56px;
  }
}

.works-next span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
common
------------------------------------------------*/
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

#card-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}

#card-wrapper.visible {
  visibility: visible;
}

.card {
  mix-blend-mode: screen;
  position: absolute;
  z-index: 0;
  width: 50px;
  height: 50px;
  background: #000;
  opacity: 0.9;
  font-size: 13px;
  color: #000;
  cursor: move;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  touch-callout: none;
  font-family: 'Roboto', sans-serif;
  color: #343131;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 8px 0;
  word-break: break-all;
}

#logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  width: 250px;
  height: 206px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  touch-callout: none;
}

@media screen and (max-width: 768px) {
  #logo {
    width: 125px;
    height: 103px;
  }
}

#overlay {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.content {
  width: 100%;
  visibility: hidden;
  z-index: -999;
}

.content.show {
  z-index: auto;
  visibility: visible;
}

/* 参考 */
/* http://tobiasahlin.com/spinkit/ */
.sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}

.sk-child::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 12%;
  height: 12%;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.0s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.0s infinite ease-in-out both;
}

.sk-circle {
  display: none;
  z-index: 2;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}

.sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle2::before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle3::before {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle4::before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle5::before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle6::before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle7::before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle8::before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle9::before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle10::before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle11::before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle12::before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}