@charset "UTF-8";
/* CSS Document */
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

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

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

a {
  color: #000;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none; }

a:active, a:hover {
  outline-width: 0; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: white;
  color: black;
  text-shadow: none; }

::selection {
  background-color: white;
  color: black;
  text-shadow: none; }

@font-face {
  font-family: 'tsukuhoumincho';
  src: url("font/tsukuhoumincho.woff") format("woff"); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #020307;
  color: white;
  font-family: "tsukuhoumincho", 'Shippori Mincho',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", serif;
  font-size: 1.4em;
  line-height: 2em;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100% s; }

img {
  vertical-align: middle; }

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

::-moz-selection {
  background: #fff; }

::selection {
  background: #fff; }

/*!
 * style
 */
.wrap {
  overflow: hidden; }

img {
  max-width: 100%; }

.nav {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 10; }

.nav .nav__btn {
  display: block;
  padding: 12px 25px 12px 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 101;
  line-height: 80px; }

.nav .nav__btn .nav__btnToggle,
.nav .nav__btn .nav__btnToggle::before,
.nav .nav__btn .nav__btnToggle::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 24px;
  border-color: white;
  background: white;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 0;
  left: 8px; }

.nav .nav__btn .nav__btnToggle::before {
  left: -8px; }

.nav .nav__btn .nav__btnToggle::after {
  left: 8px; }

.nav .nav__btn.active .nav__btnToggle {
  background-color: transparent; }

.nav .nav__btn.active .nav__btnToggle::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 0; }

.nav .nav__btn.active .nav__btnToggle::after {
  top: 10px;
  left: 0;
  -webkit-transform: translatey(-10px) rotate(-45deg);
  -ms-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); }

.nav .nav__wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  background: rgba(27, 38, 58, 0.95);
  transform: none; }

.nav .nav__link {
  line-height: 40px; }

.nav .nav__wrap.enter {
  display: block;
  background: rgba(27, 38, 58, 0.95);
  opacity: 1;
  animation: fadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal; }

.nav .nav__wrap.leave {
  opacity: 0;
  animation: fadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 reverse;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 reverse; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.nav .nav__list {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.nav .nav__item {
  display: block;
  margin: 10px 0;
  font-size: 1.6em; }

.nav .nav__link {
  letter-spacing: .1em;
  font-family: 'Cormorant Garamond', serif;
  color: white; }

.pc {
  display: none; }

.txt:nth-child(n+2) {
  margin-top: 20px; }

.element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s; }

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

.mainVisual {
  position: relative; }
  .mainVisual .mainTtl, .mainVisual .info {
    position: absolute; }
  .mainVisual .mainTtl {
    width: 15%;
    top: 15vh;
    left: 50%;
    transform: translate(-50%, 0); }
  .mainVisual .info {
    width: 70%;
    top: 70vh;
    right: 5%; }
  .mainVisual .mainImg {
    padding-top: 35vh; }

main {
  background: #020307;
  background: linear-gradient(0deg, #061513 0%, #020307 100%); }

.about {
  width: 90%;
  margin: 0 auto;
  padding: 60px 8%;
  background: #496164;
  background: linear-gradient(15deg, #565155 0%, #496164 100%); }
  .about .about__lead {
    font-size: 1.8rem;
    line-height: 2.2em; }
  .about .about__txt {
    margin-top: 60px; }

.heading {
  writing-mode: vertical-lr;
  font-size: 2.2rem;
  margin: 0 auto 80px;
  white-space: nowrap; }

.works {
  padding: 120px 0 80px; }
  .works .slider {
    width: 90%;
    margin: 0 auto; }
    .works .slider .ttl {
      font-size: 1.6rem;
      margin: 20px 0 8px; }
      .works .slider .ttl span {
        margin-right: 10px;
        font-size: 1.6rem;
        font-family: 'Cormorant Garamond', serif; }
    .works .slider .slick-next,
    .works .slider .slick-prev {
      z-index: 5; }
    .works .slider .slick-next {
      right: -6%; }
    .works .slider .slick-prev {
      left: -3%; }
    .works .slider .slick-next:before,
    .works .slider .slick-prev:before {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      border-top: 1px solid white;
      border-right: 1px solid white;
      transform: rotate(45deg); }
    .works .slider .slick-prev:before {
      transform: rotate(-135deg); }

.outline {
  width: 94%;
  margin: 0 auto;
  padding: 100px 5%;
  background: url(../images/bg_outline.jpg);
  background-size: cover; }
  .outline .outline__wrap .ttl {
    font-size: 2rem; }
  .outline .outline__wrap dl {
    margin-top: 20px; }
  .outline .outline__wrap dd {
    font-size: 1.6rem; }
    .outline .outline__wrap dd span {
      display: block;
      margin-top: 10px;
      font-size: 1.3rem;
      line-height: 2; }
  .outline .btn {
    display: block;
    width: 100%;
    margin-top: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    border: 1px solid white; }

.profile {
  padding: 120px 0 240px;
  background: url(../images/bg_profile.png);
  background-position: 35%;
  background-size: cover; }
  .profile .profile__inr {
    width: 90%;
    margin: 0 auto; }
  .profile .ttl {
    font-weight: normal;
    font-size: 1.8rem;
    margin-top: 20px; }
    .profile .ttl span {
      display: block;
      font-size: 1.4rem; }

.footer {
  margin-top: -60px;
  padding-bottom: 20px;
  text-align: center;
  color: #768183;
  font-family: 'Cormorant Garamond', serif; }

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem; }

  .pc {
    display: block; }

  .sp {
    display: none; }

  .nav {
    width: 60px;
    height: 100%; }
    .nav .nav__item {
      font-size: 1.4em; }

  .mainVisual .mainTtl {
    width: 70px;
    top: 10%; }
  .mainVisual .info {
    width: 400px;
    top: 70vh;
    right: 5%; }
  .mainVisual .mainImg {
    width: 55%;
    margin: 0 auto;
    padding-top: 0; }

  .about {
    width: 80%;
    max-width: 1200px;
    padding: 140px 0; }
    .about .about__lead {
      font-size: 2.4rem;
      text-align: center; }
      .about .about__lead .txt:nth-child(n+2) {
        margin-top: 40px; }
    .about .about__txt {
      width: 600px;
      margin: 100px auto 0;
      line-height: 2.4em; }
      .about .about__txt .txt:nth-child(n+2) {
        margin-top: 30px; }

  .heading {
    font-size: 3.2rem; }

  .works {
    padding: 200px 0; }
    .works .works__wrap {
      display: flex;
      margin: 0 auto; }
    .works .works__headingWrap {
      width: 30%; }
    .works .works__list {
      width: 70%;
      padding: 0 5% 0 0; }
    .works .slider .slick-prev:before,
    .works .slider .slick-next:before {
      width: 20px;
      height: 20px; }
    .works .slider .slick-prev {
      left: -6%; }

  .outline {
    padding: 140px 0; }
    .outline .outline__wrap {
      display: flex; }
      .outline .outline__wrap > * {
        width: 100%; }
      .outline .outline__wrap .ttl {
        font-size: 2.4rem;
        margin-bottom: 40px; }
      .outline .outline__wrap dl {
        display: flex; }
      .outline .outline__wrap dt {
        margin-right: 20px; }
      .outline .outline__wrap dd {
        font-size: 1.8rem; }
        .outline .outline__wrap dd span {
          font-size: 1.4rem; }

  .profile {
    padding: 200px 0 400px; }
    .profile .profile__inr {
      max-width: 1200px;
      margin-top: 120px;
      display: flex;
      align-items: center; }
    .profile .profile__imgWrap {
      width: 35%;
      margin-right: 5%; }
    .profile .profile__txtWrap {
      width: 60%; }
      .profile .profile__txtWrap .ttl {
        margin-top: 0;
        font-size: 2rem; }
        .profile .profile__txtWrap .ttl span {
          display: inline-block;
          margin-left: 40px; } }

/*# sourceMappingURL=style.css.map */
