@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* line 5, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 70, ../sass/style.scss */
::-webkit-scrollbar {
  width: 12px;
}

/* line 73, ../sass/style.scss */
::-webkit-scrollbar-track {
  background: #969595;
}

/* line 76, ../sass/style.scss */
::-webkit-scrollbar-thumb {
  background: #83CBCB;
}

/* line 80, ../sass/style.scss */
body {
  scrollbar-face-color: #83CBCB;
  scrollbar-arrow-color: #969595;
  scrollbar-track-color: #969595;
}

/* line 87, ../sass/style.scss */
* {
  font-family: "リュウミン M-KL" !important;
  color: #594A41;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 94, ../sass/style.scss */
p {
  text-align: left;
  padding: 0 10px;
}

/* line 98, ../sass/style.scss */
body {
  background-image: url("/img/bk.png");
}

/* line 110, ../sass/style.scss */
::selection {
  background: #83CBCB;
  color: #fff;
}

/* line 114, ../sass/style.scss */
::-moz-selection {
  background: #83CBCB;
  color: #fff;
}

/* line 118, ../sass/style.scss */
p::selection {
  background: #83CBCB;
  color: #fff;
}

/* line 122, ../sass/style.scss */
p::-moz-selection {
  background: #83CBCB;
  color: #fff;
}

/* line 126, ../sass/style.scss */
.clearfix {
  *zoom: 1;
}
/* line 127, ../sass/style.scss */
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}
/* line 131, ../sass/style.scss */
.clearfix:after {
  clear: both;
}

/* line 137, ../sass/style.scss */
.grid-1200 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 0 1%;
}

/* line 143, ../sass/style.scss */
.row {
  clear: both;
  padding: 0 10px;
}

/* line 147, ../sass/style.scss */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 3% 0 0;
  text-align: center;
}

/* line 153, ../sass/style.scss */
.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
  margin: 0;
}

/* line 157, ../sass/style.scss */
.col1 {
  width: 5.5%;
}

/* line 158, ../sass/style.scss */
.col2 {
  width: 14%;
}

/* line 159, ../sass/style.scss */
.col3 {
  width: 22.5%;
}

/* line 160, ../sass/style.scss */
.col4 {
  width: 31%;
}

/* line 161, ../sass/style.scss */
.col5 {
  width: 39.5%;
}

/* line 162, ../sass/style.scss */
.col6 {
  width: 48%;
}

/* line 163, ../sass/style.scss */
.col7 {
  width: 56.5%;
}

/* line 164, ../sass/style.scss */
.col8 {
  width: 65%;
}

/* line 165, ../sass/style.scss */
.col9 {
  width: 73.5%;
}

/* line 166, ../sass/style.scss */
.col10 {
  width: 82%;
}

/* line 167, ../sass/style.scss */
.col11 {
  width: 90.5%;
}

/* line 168, ../sass/style.scss */
.col12 {
  width: 99%;
  margin: 1.5em 0;
}

/* line 170, ../sass/style.scss */
.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 176, ../sass/style.scss */
.hide {
  display: none;
}

/* line 180, ../sass/style.scss */
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
/* line 188, ../sass/style.scss */
#load #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  z-index: 1001;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 196, ../sass/style.scss */
#load #loader .logo {
  clear: left;
}
/* line 198, ../sass/style.scss */
#load #loader .logo img {
  width: 300px;
  height: 100px;
}
/* line 202, ../sass/style.scss */
#load #loader .logo svg {
  fill: #594A41;
  width: 300px;
  height: 100px;
}
/* line 208, ../sass/style.scss */
#load #loader .loading {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
/* line 212, ../sass/style.scss */
#load #loader .loading img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 232, ../sass/style.scss */
#mheader {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 800;
  opacity: 1;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 240, ../sass/style.scss */
#mheader .nav {
  max-width: 960px;
  margin: 0 auto;
  z-index: 899;
  top: 0;
  clear: both;
  padding: 0 20px;
}
@media all and (min-width: 960px) {
  /* line 240, ../sass/style.scss */
  #mheader .nav {
    padding: 0;
  }
}
/* line 251, ../sass/style.scss */
#mheader .nav .logo {
  width: 288px;
  height: 72px;
  margin: 10px 0;
  float: left;
  text-align: center;
}
@media all and (max-width: 599px) {
  /* line 251, ../sass/style.scss */
  #mheader .nav .logo {
    width: 192px;
    height: 48px;
  }
}
/* line 261, ../sass/style.scss */
#mheader .nav .logo svg {
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  fill: #594A41;
}
/* line 264, ../sass/style.scss */
#mheader .nav .logo svg:hover {
  fill: #83CBCB;
}
@media all and (max-width: 599px) {
  /* line 261, ../sass/style.scss */
  #mheader .nav .logo svg {
    width: 192px;
    height: 48px;
  }
}
/* line 274, ../sass/style.scss */
#mheader .nav .nav-item {
  width: 72px;
  height: 72px;
  margin: 10px 0 10px 3%;
  float: right;
  text-align: center;
}
@media all and (max-width: 599px) {
  /* line 274, ../sass/style.scss */
  #mheader .nav .nav-item {
    display: none;
  }
}
/* line 283, ../sass/style.scss */
#mheader .nav .nav-item svg {
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  fill: #83CBCB;
}
/* line 286, ../sass/style.scss */
#mheader .nav .nav-item svg:hover {
  fill: #CFCCC8;
}
/* line 291, ../sass/style.scss */
#mheader .nav .nav-item #work-nav {
  margin: 0 auto;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
/* line 296, ../sass/style.scss */
#mheader .nav .nav-item #about-nav {
  margin: 0 auto;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
/* line 301, ../sass/style.scss */
#mheader .nav #icon {
  position: relative;
  -moz-transition: rotate(0deg);
  -o-transition: rotate(0deg);
  -webkit-transition: rotate(0deg);
  transition: rotate(0deg);
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  margin: 10px 0 10px 3%;
  width: 48px;
  height: 48px;
  float: right;
}
@media all and (max-width: 599px) {
  /* line 301, ../sass/style.scss */
  #mheader .nav #icon {
    display: block;
  }
}
/* line 314, ../sass/style.scss */
#mheader .nav #icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #83CBCB;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -moz-transition: rotate(0deg);
  -o-transition: rotate(0deg);
  -webkit-transition: rotate(0deg);
  transition: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* line 325, ../sass/style.scss */
#mheader .nav #icon span:nth-child(1) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 332, ../sass/style.scss */
#mheader .nav #icon span:nth-child(2) {
  top: 21px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 340, ../sass/style.scss */
#mheader .nav #icon span:nth-child(3) {
  top: 38px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 351, ../sass/style.scss */
#mheader .nav #icon.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}
/* line 359, ../sass/style.scss */
#mheader .nav #icon.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
/* line 364, ../sass/style.scss */
#mheader .nav #icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 37px;
  left: 8px;
}

/* line 378, ../sass/style.scss */
#mheader.active {
  top: 20px;
  opacity: 1;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media all and (max-width: 599px) {
  /* line 378, ../sass/style.scss */
  #mheader.active {
    top: 0;
  }
}

/* line 386, ../sass/style.scss */
.menu-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  z-index: 1;
  display: none;
  transition: all 0.2s ease;
}
/* line 395, ../sass/style.scss */
.menu-panel ul {
  font-size: 2em;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 30%;
  transform: translate(-50%);
}
/* line 407, ../sass/style.scss */
.menu-panel ul li {
  width: 100%;
}
/* line 409, ../sass/style.scss */
.menu-panel ul li p {
  color: #83CBCB;
  padding: 30px;
  text-align: center;
}
/* line 415, ../sass/style.scss */
.menu-panel ul li a:link {
  color: #83CBCB;
  text-decoration: none;
  transition: all 0.1s ease;
}
/* line 420, ../sass/style.scss */
.menu-panel ul li a:visited {
  color: #83CBCB;
}

/* line 430, ../sass/style.scss */
.showPanel {
  z-index: 799;
  opacity: 1;
  display: block;
}

/* line 439, ../sass/style.scss */
.center {
  top: 120px;
  width: 100%;
  margin: 20px auto;
}

/* line 445, ../sass/style.scss */
.slick-slide img {
  width: initial;
}

/* line 449, ../sass/style.scss */
.center .slick-slide img {
  height: 400px;
}

/* line 454, ../sass/style.scss */
.footer {
  width: 100%;
  position: fixed;
  z-index: 200;
  bottom: 0;
  background: #fff;
}
/* line 460, ../sass/style.scss */
.footer .footerInfo {
  padding: 0 20px;
  max-width: 960px;
  margin: 0 auto;
  z-index: 300;
  clear: both;
}
@media all and (min-width: 960px) {
  /* line 460, ../sass/style.scss */
  .footer .footerInfo {
    padding: 0;
  }
}
/* line 470, ../sass/style.scss */
.footer .footerInfo .social-link {
  padding: 20px 0;
  float: left;
}
/* line 473, ../sass/style.scss */
.footer .footerInfo .social-link a {
  padding-right: 10px;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* line 476, ../sass/style.scss */
.footer .footerInfo .social-link a:hover {
  color: #83CBCB;
}
@media all and (min-width: 600px) and (max-width: 759px) {
  /* line 470, ../sass/style.scss */
  .footer .footerInfo .social-link {
    width: 100%;
    padding: 10px 0;
  }
}
@media all and (max-width: 599px) {
  /* line 470, ../sass/style.scss */
  .footer .footerInfo .social-link {
    width: 100%;
    padding: 10px 0;
  }
}
/* line 489, ../sass/style.scss */
.footer .footerInfo .copy-right {
  padding: 20px 0;
  float: right;
}
@media all and (min-width: 600px) and (max-width: 759px) {
  /* line 489, ../sass/style.scss */
  .footer .footerInfo .copy-right {
    width: 100%;
    float: left;
    padding: 10px 0;
  }
}
@media all and (max-width: 599px) {
  /* line 489, ../sass/style.scss */
  .footer .footerInfo .copy-right {
    width: 100%;
    float: left;
    padding: 10px 0;
  }
}

/* line 507, ../sass/style.scss */
.wrapper {
  top: 120px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
@media all and (max-width: 599px) {
  /* line 507, ../sass/style.scss */
  .wrapper {
    top: 68px;
  }
}

/* line 518, ../sass/style.scss */
.data {
  padding: 20px;
  margin-bottom: 100px;
}
/* line 521, ../sass/style.scss */
.data .photo {
  width: 99%;
}
/* line 523, ../sass/style.scss */
.data .photo img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* line 530, ../sass/style.scss */
.data .photo svg {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  fill: #594A41;
}
/* line 539, ../sass/style.scss */
.data .left {
  width: 36%;
  line-height: 2;
  min-width: 320px;
  float: left;
  margin: 0 3% 0 0;
}
/* line 545, ../sass/style.scss */
.data .left p {
  text-align: left;
  padding: 0px 20px;
}
@media all and (min-width: 600px) and (max-width: 759px) {
  /* line 539, ../sass/style.scss */
  .data .left {
    float: none;
    width: 550px;
    margin: 0 auto;
  }
}
@media all and (max-width: 599px) {
  /* line 539, ../sass/style.scss */
  .data .left {
    float: none;
    width: 99%;
  }
}
/* line 559, ../sass/style.scss */
.data .right {
  line-height: 2;
  overflow: hidden;
  margin: 0;
}
/* line 563, ../sass/style.scss */
.data .right p {
  text-align: left;
  padding: 0px 20px;
}
@media all and (min-width: 600px) and (max-width: 759px) {
  /* line 559, ../sass/style.scss */
  .data .right {
    float: none;
    width: 550px;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media all and (max-width: 599px) {
  /* line 559, ../sass/style.scss */
  .data .right {
    float: none;
    width: 99%;
    padding-top: 20px;
  }
}
/* line 579, ../sass/style.scss */
.data span {
  width: 50px;
  display: inline-block;
}

/* line 586, ../sass/style.scss */
.work {
  color: #000;
  padding: 20px;
  margin-bottom: 100px;
}
/* line 590, ../sass/style.scss */
.work .row {
  position: relative;
  padding: 20px 0;
}
@media all and (min-width: 600px) and (max-width: 759px) {
  /* line 590, ../sass/style.scss */
  .work .row {
    padding: 0;
  }
}
@media all and (max-width: 599px) {
  /* line 590, ../sass/style.scss */
  .work .row {
    padding: 0;
  }
}
/* line 600, ../sass/style.scss */
.work .col4 {
  margin-bottom: 3%;
  width: 31%;
  float: left;
}
@media all and (min-width: 600px) and (max-width: 759px) {
  /* line 600, ../sass/style.scss */
  .work .col4 {
    float: left;
    width: 99%;
    padding: 0 10%;
    margin: 3% 0;
    font-size: 150%;
  }
}
@media all and (max-width: 599px) {
  /* line 600, ../sass/style.scss */
  .work .col4 {
    float: left;
    width: 99%;
    margin: 5% 0;
  }
}
/* line 616, ../sass/style.scss */
.work .col4 .imgbox {
  background: #fff;
}
/* line 618, ../sass/style.scss */
.work .col4 .imgbox img {
  margin-bottom: 10px;
  opacity: 0.8;
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  filter: brightness(0.8);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media all and (min-width: 600px) and (max-width: 759px) {
  /* line 618, ../sass/style.scss */
  .work .col4 .imgbox img {
    opacity: 1;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -ms-filter: brightness(1);
    -o-filter: brightness(1);
    filter: brightness(1);
  }
}
@media all and (max-width: 599px) {
  /* line 618, ../sass/style.scss */
  .work .col4 .imgbox img {
    opacity: 1;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -ms-filter: brightness(1);
    -o-filter: brightness(1);
    filter: brightness(1);
  }
}
/* line 644, ../sass/style.scss */
.work .col4 .imgbox img:hover {
  opacity: 1;
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -ms-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
}
/* line 656, ../sass/style.scss */
.work .col4 span {
  text-align: left;
  float: left;
  line-height: 1.6;
  cursor: pointer;
}

/* line 665, ../sass/style.scss */
.detail {
  width: 100%;
  height: 50%;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1000;
  border: solid black 1px;
  z-index: 1000;
  background: #fff;
  display: none;
}
/* line 677, ../sass/style.scss */
.detail div {
  display: none;
}
/* line 679, ../sass/style.scss */
.detail div:target {
  display: block;
}

/* line 685, ../sass/style.scss */
.box {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
