@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap");
header {
  position: fixed;
  height: 7.5vw;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
  opacity: 0;
  transition: all 0.8s ease;
  filter: blur(1vw);
  will-change: opacity, filter;
  display: flex;
  justify-content: center;
  align-items: center; }
  header.active {
    opacity: 1;
    filter: blur(0); }
  header h1 {
    width: 16.6666666667vw;
    margin-right: 4.5833333333vw; }
  header nav .inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    header nav .inner .link {
      font-weight: 500;
      font-size: 1.1666666667vw;
      margin: 0 4.5833333333vw; }
      header nav .inner .link a {
        display: block;
        padding: 0.8333333333vw 0;
        color: #646464;
        transition: all 0.3s ease; }
  header .hamburger {
    display: none; }

.zooming {
  transition: all 0.8s ease;
  filter: blur(1vw);
  transform: translateY(50px) scale(1.1);
  opacity: 0;
  will-change: transform, opacity, filter; }

.zooming.active {
  filter: blur(0);
  transform: translateY(0) scale(1);
  opacity: 1; }

footer {
  position: fixed !important;
  bottom: 0;
  right: 0;
  width: 100%;
  position: relative;
  padding: 1.6666666667vw; }
  footer small {
    color: #c7c7c7;
    display: block;
    text-align: right;
    font-size: 0.8333333333vw; }
  footer .pagetop {
    width: 5.3333333333vw;
    position: absolute;
    right: 0.8333333333vw;
    top: -11.6666666667vw; }

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    height: 21.3333333333vw;
    flex-wrap: wrap; }
    header h1 {
      width: 40vw;
      margin: 4vw auto 0; }
    header nav {
      width: 100%; }
      header nav .inner {
        display: flex;
        justify-content: center;
        align-items: center; }
        header nav .inner .link {
          font-weight: 500;
          font-size: 3.4666666667vw;
          margin: 0 4vw; }
          header nav .inner .link a {
            display: block;
            padding: 2.6666666667vw 0; }

  footer {
    width: 100%;
    position: relative !important;
    bottom: auto;
    right: auto;
    padding: 5.3333333333vw 0; }
    footer small {
      display: block;
      text-align: center;
      font-size: 2.6666666667vw; }
    footer .pagetop {
      width: 5.3333333333vw;
      position: absolute;
      right: 0.8333333333vw;
      top: -11.6666666667vw; } }
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

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

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }
    ul li img {
      line-height: 0;
      font-size: 0;
      vertical-align: top; }

img {
  border: none;
  vertical-align: bottom; }

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

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

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

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/ }

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #231815;
  letter-spacing: 0.01em; }

a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: #231815;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

.soon {
  pointer-events: none;
  opacity: .5; }

.hide, .hidden {
  visibility: hidden; }

p {
  line-break: strict; }

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

main {
  display: block; }

.pc {
  display: block; }

.sp {
  display: none; }

html.active {
  position: fixed;
  width: 100%;
  height: 100%; }

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  min-width: 100%; }
  body.active {
    position: fixed;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  img {
    width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* =========================================================
 * font
========================================================= */
.font-noto {
  font-family: "Noto Sans JP", sans-serif; }

.font-notos {
  font-family: "Noto Serif JP", serif; }

.font-stix {
  font-family: "STIX Two Text", serif; }

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0); }

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
/*::-webkit-scrollbar{
	display: none;
	-webkit-appearance: none;
}*/
.top {
  position: relative; }
  .top article .kv {
    position: relative;
    width: 100%;
    margin-top: 8.3333333333vw;
    height: 37.5vw;
    display: flex;
    align-items: center;
    justify-content: center; }
    .top article .kv--inner {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      flex-wrap: wrap; }
      .top article .kv--inner h1 {
        width: 51.6666666667vw; }
      .top article .kv--inner h2 {
        color: #646464;
        font-size: 1.4166666667vw;
        line-height: 2; }
      .top article .kv--inner .obj {
        width: 11.3333333333vw; }
      .top article .kv--inner nav {
        width: 100%;
        margin-top: 3.3333333333vw; }
        .top article .kv--inner nav .inner {
          display: flex;
          justify-content: center;
          align-items: center; }
          .top article .kv--inner nav .inner .link {
            font-weight: 500;
            font-size: 1.1666666667vw;
            margin: 0 4.5833333333vw; }
            .top article .kv--inner nav .inner .link a {
              display: block;
              padding: 0.8333333333vw 0;
              color: #646464;
              transition: all 0.3s ease; }

@media screen and (max-width: 767px) {
  .top {
    position: relative; }
    .top article .kv {
      position: relative;
      width: 100%;
      margin-top: 21.3333333333vw;
      height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center; }
      .top article .kv--inner {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
        margin-top: 0vw; }
        .top article .kv--inner h1 {
          width: 80vw; }
        .top article .kv--inner h2 {
          padding: 0 8vw;
          color: #646464;
          font-size: 4vw;
          line-height: 2; }
        .top article .kv--inner .obj {
          width: 18.6666666667vw;
          margin: -42.6666666667vw 8vw 0vw auto; }
        .top article .kv--inner nav {
          width: 100%;
          margin-top: 3.3333333333vw; }
          .top article .kv--inner nav .inner {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 8vw; }
            .top article .kv--inner nav .inner .link {
              font-weight: 500;
              font-size: 3.7333333333vw;
              margin: 0 4vw; }
              .top article .kv--inner nav .inner .link a {
                display: block;
                padding: 2.6666666667vw 0;
                color: #646464;
                transition: all 0.3s ease; } }
@media screen and (min-width: 1550px) {
  .work {
    position: relative; }
    .work article {
      width: 100%; }
      .work article .kv {
        margin: 0 1.935483871vw;
        margin-top: 8.3333333333vw; }
        .work article .kv .grid {
          width: 100%; }
          .work article .kv .grid .grid-sizer {
            width: 22.2580645161vw; }
          .work article .kv .grid .gutter-sizer {
            width: 2.2580645161vw;
            /* 例：38px相当 = 38 / 1200 * 100vw */ }
          .work article .kv .grid .grid-item {
            width: 22.2580645161vw;
            margin-bottom: 2.2580645161vw;
            box-sizing: border-box; }
            .work article .kv .grid .grid-item img {
              width: 100%;
              height: auto;
              display: block; }
            .work article .kv .grid .grid-item.blank {
              margin-bottom: 0.064516129vw; } }
@media screen and (max-width: 1549px) {
  .work {
    position: relative; }
    .work article {
      width: 100%; }
      .work article .kv {
        margin: 0 2.9166666667vw;
        margin-top: 8.3333333333vw; }
        .work article .kv .grid {
          width: 100%; }
          .work article .kv .grid .grid-sizer {
            width: 29.1666666667vw; }
          .work article .kv .grid .gutter-sizer {
            width: 2.9166666667vw;
            /* 例：38px相当 = 38 / 1200 * 100vw */ }
          .work article .kv .grid .grid-item {
            width: 29.1666666667vw;
            margin-bottom: 2.9166666667vw;
            box-sizing: border-box; }
            .work article .kv .grid .grid-item img {
              width: 100%;
              height: auto;
              display: block; }
            .work article .kv .grid .grid-item.blank {
              display: block;
              margin-bottom: 0.0833333333vw; } }
@media screen and (max-width: 900px) {
  .work {
    position: relative; }
    .work article {
      width: 100%; }
      .work article .kv {
        margin: 0 2.9166666667vw;
        margin-top: 8.3333333333vw; }
        .work article .kv .grid .grid-sizer {
          width: 48%; }
        .work article .kv .grid .gutter-sizer {
          width: 4%;
          /* 例：38px相当 = 38 / 1200 * 100vw */ }
        .work article .kv .grid .grid-item {
          width: 48%; }
          .work article .kv .grid .grid-item.blank {
            margin-bottom: 0.2666666667vw; } }
@media screen and (max-width: 767px) {
  .work {
    position: relative;
    margin-top: 22.6666666667vw; }
    .work article .kv {
      margin: 0 3.3333333333vw;
      margin-top: 16vw; }
      .work article .kv .grid {
        width: 100%; }
        .work article .kv .grid .grid-sizer {
          width: 93.3333333333vw; }
        .work article .kv .grid .gutter-sizer {
          width: 0vw;
          /* 例：38px相当 = 38 / 1200 * 100vw */ }
        .work article .kv .grid .grid-item {
          width: 93.3333333333vw;
          margin-bottom: 3.3333333333vw; }
          .work article .kv .grid .grid-item.blank {
            display: none;
            margin-bottom: 0.2666666667vw; } }
