@charset "UTF-8";
@font-face {
  font-family: "axis";
  src: url("../font/axis-std.eot");
  src: url("../font/axis-std.eot?#iefix") format("embedded-opentype"), url("../font/axis-std.woff2") format("woff2"), url("../font/axis-std.woff") format("woff"), url("../font/axis-std.ttf") format("truetype"), url("../font/axis-std.svg#lovericaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
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, sub, sup, tt, 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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button,
main, address, time {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1;
}

*:focus {
  outline: none;
}

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

button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}

ol, ul, li {
  list-style: none;
}

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

a {
  display: inline-block;
  color: #707070;
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.clearfix {
  display: inline-block;
  height: 1%;
}
.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

img, picture, svg, video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}
.scroll_in {
  opacity: 0;
}
.scroll_in.show {
  opacity: 1;
  transition: 0.5s ease;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Helvetica Neue, axis, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #707070;
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 500px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.0534351145vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  body {
    font-size: 1.2rem;
  }
}
body.loaded .page_loader {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s ease 0.6s;
}
body.noscroll {
  overflow: hidden;
}

.g_wrapper {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 134px 0 24px;
}
@media screen and (max-width: 989px) {
  .g_wrapper {
    padding: 71px 0 11px;
  }
}

.g_wrapper:has(.work_grid) .header {
  background: transparent;
}

.flow_logo {
  background: #000;
  width: 100%;
  height: 24px;
  overflow: hidden;
  padding: 6px 0;
  position: fixed;
  left: 0;
  z-index: 30;
}
@media screen and (max-width: 989px) {
  .flow_logo {
    height: 11px;
    padding: 3px 0;
  }
}
.flow_logo.top {
  top: 0;
}
.flow_logo.btm {
  bottom: 0;
}
.flow_logo .flow_logo_inner {
  content: "";
  display: block;
  width: 200vw;
  height: 12px;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 989px) {
  .flow_logo .flow_logo_inner {
    height: 5px;
  }
}

@keyframes flow {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -47px 0;
  }
}
@keyframes flow_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -21px 0;
  }
}
/*----- page loading -----*/
.page_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_loader p {
  font-weight: 700;
  font-size: 3.3078880407vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 500px) {
  .page_loader p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .page_loader p {
    font-size: 2.7989821883vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .page_loader p {
    font-size: 1.1rem;
  }
}

/*----- header -----*/
.header {
  position: fixed;
  top: 24px;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 989px) {
  .header {
    top: 11px;
  }
}
.header__inner {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media screen and (max-width: 989px) {
  .header__inner {
    height: 60px;
    padding: 0;
  }
  .header__inner:has(.header__nav.open) .header__trigger .icon-hamburger {
    opacity: 0;
    scale: 0.8;
  }
  .header__inner:has(.header__nav.open) .header__trigger .icon-close {
    opacity: 1;
    scale: 1;
  }
  .header__inner:has(.header__nav.open) .header__nav {
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  .header__inner:has(.header__nav.open) .header__nav:before {
    opacity: 1;
  }
  .header__inner:has(.header__nav.open) .header__nav .drawer {
    translate: 0;
  }
}
.header__trigger {
  display: none;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 10px;
  translate: 0 -50%;
  z-index: 3;
}
@media (any-hover: hover) {
  .header__trigger:hover:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 989px) {
  .header__trigger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__trigger .icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.header__trigger .icon svg {
  transition: 0.15s ease;
}
.header__trigger .icon path {
  fill: #000;
}
.header__trigger .icon-close {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  scale: 0.8;
}
.header__logo {
  width: 136px;
}
@media screen and (max-width: 989px) {
  .header__logo {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 989px) {
  .header__logo a {
    width: 100px;
  }
}
.header__nav {
  width: 61.4130434783%;
  min-width: 520px;
  max-width: 1130px;
}
@media screen and (max-width: 989px) {
  .header__nav {
    min-width: auto;
    max-width: initial;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0s ease 0.2s;
  }
}
@media screen and (max-width: 989px) {
  .header__nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
}
.header__nav .drawer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 989px) {
  .header__nav .drawer {
    display: block;
    padding: 81px 0;
    background: #fff;
    width: 80%;
    max-width: 400px;
    translate: -100% 0;
    transition: translate 0.2s ease;
  }
}
.header__nav .menu {
  width: 85.8407079646%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width: 989px) {
  .header__nav .menu {
    width: 100%;
    display: block;
    font-size: 3.5623409669vw;
  }
}
@media screen and (max-width: 989px) and (min-width: 500px) {
  .header__nav .menu {
    font-size: 1.4rem;
  }
}
.header__nav .menu > li {
  position: relative;
}
.header__nav .menu a {
  display: block;
}
@media screen and (max-width: 989px) {
  .header__nav .menu a {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 990px) {
  .header__nav .menu_trigger:hover {
    cursor: pointer;
  }
  .header__nav .menu_trigger:hover .submenu {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav .menu_trigger span {
  display: block;
}
@media screen and (max-width: 989px) {
  .header__nav .menu_trigger span {
    padding: 10px 20px;
    pointer-events: none;
  }
}
.header__nav .submenu {
  background: #000;
  position: absolute;
  z-index: 2;
  top: -0.5em;
  left: 50%;
  translate: -50% 0;
  text-align: center;
  padding-bottom: 0.5em;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  transition-property: opacity, visibility;
}
@media screen and (max-width: 989px) {
  .header__nav .submenu {
    position: relative;
    top: auto;
    left: auto;
    translate: 0;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background: transparent;
    text-align: left;
    padding-bottom: 5px;
  }
}
.header__nav .submenu .label {
  padding: 0.5em 0;
  margin-bottom: 0.25em;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 989px) {
  .header__nav .submenu .label {
    display: none;
  }
}
.header__nav .submenu .label:after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header__nav .submenu .label:after {
    width: 50%;
  }
}
.header__nav .submenu a {
  display: block;
  color: #B1B1B1;
  white-space: nowrap;
  padding: 0.25em 0.7em;
}
@media screen and (max-width: 989px) {
  .header__nav .submenu a {
    color: #707070;
    padding: 10px 40px;
  }
}
.header__nav .insta {
  width: 27px;
}
@media screen and (max-width: 989px) {
  .header__nav .insta {
    width: 20px;
    margin-top: 10px;
    margin-left: 20px;
  }
}

/*----- main -----*/
.main {
  display: block;
  width: 100%;
  min-height: calc(100vh - 134px - 90px);
}
@media screen and (max-width: 767px) {
  .main {
    min-height: calc(100vh - 71px - 42px);
    min-height: calc(100dvh - 71px - 42px);
  }
}

/*----- footer -----*/
.footer__copy {
  padding: 25px 0;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 2.5445292621vw;
    padding: 15px 0 6px;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .footer__copy {
    font-size: 1rem;
  }
}

/*----- work一覧 -----*/
.work_grid_item {
  width: 33.3333%;
  transition: 0.2s !important;
  background: #000;
}
@media screen and (max-width: 767px) {
  .work_grid_item {
    width: 50%;
  }
}
.work_grid_item a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (any-hover: hover) {
  .work_grid_item a:hover {
    opacity: 1;
  }
  .work_grid_item a:hover:hover .title_box {
    opacity: 1;
    translate: 0;
  }
}
.work_grid_item .title_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 0.5em 0;
  opacity: 0;
  transition: 0.2s ease;
}
.work_grid_item .title {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

#work_loader {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  #work_loader {
    height: 100px;
  }
}
#work_loader.end {
  display: none;
}
#work_loader .spinner {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #dbdbdb;
  border-right-color: #fff;
  animation: l2 1s infinite linear;
}
@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}

/*----- ページ共通 -----*/
.page_container {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .page_container {
    padding: 0 3.8167938931%;
  }
}

.page_title {
  padding: 12px 6px;
  border-top: #707070 1px solid;
  border-bottom: #707070 1px solid;
}
@media screen and (max-width: 767px) {
  .page_title {
    padding: 7px 3px;
  }
}
.page_title .post_title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_title .post_title {
    font-size: 3.3078880407vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .page_title .post_title {
    font-size: 1.3rem;
  }
}

.page_row {
  border-bottom: #707070 1px dashed;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .page_row {
    padding: 20px 0;
  }
}
.page_row .txt {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page_row .txt {
    line-height: 1.3333333333;
  }
}
.page_row .txt + .txt {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .page_row .txt + .txt {
    margin-top: 12px;
  }
}