@charset "UTF-8";

/*==================================================
reset
==================================================*/
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-weight: 400;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}



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

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

a {
  transition: opacity 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

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

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  border: none;
  color: inherit;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

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

  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 {
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  button,
  input[type=text],
  input[type=image],
  input[type=password],
  input[type=file],
  input[type=submit],
  input[type=reset],
  input[type=button],
  input[type=email],
  input[type=tel] textarea {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 0;
    box-shadow: none;
    appearance: none;
  }

  textarea,
  input[type=email],
  input[type=text],
  input[type=image],
  input[type=password] {
    -webkit-appearance: none;
  }
}

/*==================================================
sp pc
==================================================*/
@media all and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

/*==================================================
leyout 
==================================================*/
/*
Futura PT Book
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
Futura PT Book Oblique
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: italic;
Futura PT Heavy
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: normal;
Futura PT Heavy Oblique
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: italic;
Futura PT Bold
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;
Futura PT Bold Oblique
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: italic;
Futura PT Cond Book
font-family: "futura-pt-condensed", sans-serif;
font-weight: 400;
font-style: normal;
Futura PT Cond Book Oblique
font-family: "futura-pt-condensed", sans-serif;
font-weight: 400;
font-style: italic;
Futura PT Cond Bold
font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;
Futura PT Cond Bold Oblique
font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: italic;
*/
:root {
  /*size*/
  --site-width: 1680px;
  --top-up: 3.75vh;
  --top-under: 12.5vh;
  --top-under-l: 16.25vh;
  /*font*/
  --font-base: 1.4rem;
  --font-l: 3.6rem;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "futura-pt", sans-serif;
  --base-line: 1.6;
}

@media all and (min-width: 768px) and (max-width: 1080px) {
  :root {
    /*size*/
    --site-padding: 40px;
    /*font*/
    --font-base: 1.3rem;
  }
}

@media all and (max-width: 767px) {
  :root {
    /*size*/
    --site-padding: 20px;
    /*font*/
    --font-base: 1.2rem;
  }
}

html,
body {
  height: 100vh;
}

@media all and (max-width: 767px) {

  html,
  body {
    height: auto;
  }

}

/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  font-family: var(--font-jp);
  font-size: 62.5%;
  letter-spacing: 0.2em;
}

@media all and (min-width: 768px) {
  .x-sc {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .x-sc::-webkit-scrollbar {
    display: none;
  }

  .x-sc {
    overflow-y: hidden;
    display: grid;
    grid-template-columns: calc(100vw - 60px) 1200px auto 1350px 1000px 1100px 1px;
    height: 100vh;
  }
}

@media all and (max-width: 767px) {
  .x-sc {
    overflow: hidden;
  }
}

/*--------------------------------------
l-header
----------------------------------------*/
.l-header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 60px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
  background: #fff;
}

.l-header.-sp-top {
  display: none;
}

@media all and (max-width: 767px) {
  .l-header {
    width: 100%;
    flex-direction: row;
    height: auto;
    padding: 0;
    background: none;
  }

  .l-header.-top {
    display: none;
  }

  .l-header.-sp-top {
    position: absolute !important;
    display: flex;
  }

  .l-header.-top.-show {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #000;
  }
}



.l-header.-second {
  border-right: 1px solid #000;
}

@media all and (max-width: 767px) {

  .l-header.-second {
    border: none;
    background: #fff;
    border-bottom: 1px solid #000;
  }
}

.l-header-par {
  transform: rotate(-90deg);
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {
  .l-header-par {
    display: none;
  }
}

.l-header-logo {
  display: block;
}

.l-header-logo .pc-only img {
  width: 20px;
}

@media all and (max-width: 767px) {
  .l-header-logo {
    width: 110px;
    margin: 0 auto;
    padding-left: 40px;
    padding-top: 3px;
  }
}

.l-header-logo__01 {
  display: block;
}

.l-header-logo__02 {
  display: none;
}

.l-gnav {
  transition: transform 0.8s ease;
  transform: translate(-100%, -100%);
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  left: 60px;
  top: 0;
  width: 40.4166666667vw;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 5vw;
  color: #000;
  font-size: 2.5vw;
  font-family: var(--font-en);
  background: #fff;
}

@media all and (max-width: 767px) {
  .l-gnav {
    width: 100%;
    left: 0;
  }
}


.l-gnav-bg {
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.1s;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}


.l-gnav li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 0.9;
  transform: translate(-30px, -30px);
}

.l-gnav li a {
  position: absolute;
  left: 0;
  padding-left: 7.5vw;
}

@media all and (max-width: 767px) {
  .l-gnav li a {
    font-size: 8vw;
  }
}

.l-gnav li:nth-child(1) {
  z-index: 4;
  transition: transform 0.3s 0.6s ease-out;
  top: 22.5vh;
}

.l-gnav li:nth-child(2) {
  z-index: 3;
  transition: transform 0.3s 0.5s ease-out;
  top: 32.5vh;
}

.l-gnav li:nth-child(3) {
  z-index: 2;
  transition: transform 0.3s 0.4s ease-out;
  top: 42.5vh;
}

.l-gnav li:nth-child(4) {
  z-index: 1;
  transition: transform 0.3s 0.3s ease-out;
  top: 52.5vh;
}

.l-gnav li:nth-child(5) {
  top: 62.5vh;
  transition: transform 0.3s 0.2s ease-out;
}



.l-gnav a {
  display: block;
  line-height: 1;
  padding: 2.5vh 0;
}

/*--------------------------------------
header btn
----------------------------------------*/
@media all and (min-width: 768px) {
  .l-nav-switch {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: auto;
  }
}

@media all and (max-width: 767px) {
  .l-nav-switch {
    position: relative;
    width: 40px;
    height: 40px;
  }
}

.l-nav-switch__line {
  position: absolute;
  transition: all 0.4s;
}

@media all and (min-width: 768px) {
  .l-nav-switch__line {
    top: 0;
    bottom: 0;
    width: 0px;
    height: 40px;
    margin: auto;
    border-left: solid 1px #000;
  }
}

@media all and (max-width: 767px) {
  .l-nav-switch__line {
    right: auto;
    left: auto !important;
    width: 20px;
    margin: auto;
    border-bottom: 1px solid #000;
  }
}

@media all and (min-width: 768px) {
  .l-nav-switch__line:nth-child(1) {
    left: calc(50% - 6px);
  }
}

@media all and (max-width: 767px) {
  .l-nav-switch__line:nth-child(1) {
    top: calc(50% - 4px);
  }
}

@media all and (min-width: 768px) {
  .l-nav-switch__line:nth-child(2) {
    left: calc(50% + 6px);
  }
}

@media all and (max-width: 767px) {
  .l-nav-switch__line:nth-child(2) {
    top: calc(50% + 4px);
  }
}

.l-nav-switch.-bk .l-nav-switch__line {
  border-color: #000;
}

.l-header.-second .l-nav-switch__line {
  border-color: #000;
}

.l-nav-switch.-sp-top .l-nav-switch__line {
  border-bottom: #fff solid 1px;
}



/*--------------------------------------
l-main
----------------------------------------*/
.l-main {
  line-height: var(--base-line);
  font-size: var(--font-base);
  line-height: 2;
  padding-left: 60px;
}

@media all and (max-width: 767px) {
  .l-main {
    padding-left: 0;
  }
}

@media all and (max-width: 767px) {
  .l-main.-second {
    padding-top: 40px;
  }
}

/*--------------------------------------
l-footer
----------------------------------------*/

.l-footer {
  display: block;
  padding: 0 20px;
  text-align: center;
  font-size: 1rem;
}

.l-footer__copy {
  border-top: 1px solid #000;
  padding: 10px;

  color: #090103;
}

@media screen and (min-width:768px) {
  .l-footer {
    padding: 0 60px;
  }

  .l-footer__copy {
    padding: 30px 0 30px;
    border-color: #a0a0a0;
  }
}

.home.l-footer {
  display: none;
}

/*==================================================
module
==================================================*/
/*--------------------
text
--------------------*/
.m-under {
  text-decoration: underline;
}

.m-tc {
  text-align: center;
}

.m-tr {
  text-align: right;
}

/*--------------------
link
--------------------*/
.m-section-link {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: block;
}

a.m-section-link:before {
  content: "";
  display: block;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 1s;
  border-left: 1px solid #000;
}

@media (hover: hover) and (pointer: fine) {
  a.m-section-link:hover:before {
    transform: translateY(0);
  }
}

/*--------------------
btn
--------------------*/
.m-btn {
  color: #fff;
}

.m-btn.-center {
  margin: 0 auto;
}

/*--------------------
row
--------------------*/
.m-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*--------------------
inner
--------------------*/
.m-inner {
  width: 100%;
  margin: 0 auto;
  padding-inline: var(--site-padding);
}

@media all and (max-width: 767px) {
  .m-inner {
    width: 100%;
  }
}

.m-inner.-pos {
  position: relative;
}

/*--------------------
box unit
--------------------*/
.m-section {
  padding-top: var(--top-up);
}

@media all and (min-width: 768px) {
  .m-section {
    position: relative;
    display: flex;
    height: 100vh;
  }
}

@media all and (max-width: 767px) {
  .m-section {
    padding: 50px var(--site-padding);
  }
}

.m-section.-line {
  padding-right: 60px;
  border-right: solid 1px #000;
}

@media all and (max-width: 767px) {
  .m-section.-line {
    padding-right: var(--site-padding);
    border-right: none;
    border-bottom: solid 1px #000;
  }
}

.m-section.-company,
.m-section.-contact,
.m-section.-works,
.m-section.-about {
  background: #fff;
}

@media all and (min-width: 768px) {
  .m-section.-about {
    padding-right: 60px;
    border-right: solid 1px #000;
    padding-left: 4vw;
  }
}

@media all and (max-width: 767px) {
  .m-section.-about {
    padding: 45px var(--site-padding) 85px var(--site-padding);
    border-right: none;
    border-bottom: solid 1px #000;
  }
}

.m-section.-company {
  padding-left: 160px;
}

@media all and (max-width: 767px) {
  .m-section.-company {
    padding: 45px var(--site-padding) 50px var(--site-padding);
  }
}

.m-section.-works {
  padding-left: 260px;
  padding-right: 60px;
  border-right: solid 1px #000;
}

@media all and (max-width: 767px) {
  .m-section.-works {
    padding: 45px var(--site-padding) 100px var(--site-padding);
    border-right: none;
    border-bottom: solid 1px #000;
  }
}

.m-section.-contact {
  padding-left: 100px;
}

@media all and (max-width: 767px) {
  .m-section.-contact {
    padding: 95px var(--site-padding);
  }
}

.m-section__cnt {
  align-self: flex-end;
  padding-bottom: 12.5vh;
}

@media all and (max-width: 767px) {
  .m-section__cnt {
    padding-bottom: 0;
  }
}

.m-section__ttl {
  font-family: var(--font-en);
  line-height: 1;
}

@media all and (min-width: 768px) {
  .m-section__ttl {
    position: absolute;
    left: 0;
    top: var(--top-up);
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    font-size: 5.5vw;
  }
}

@media all and (max-width: 767px) {
  .m-section__ttl {
    font-size: 3.6rem;
  }
}

.m-section__ttl.-about {
  left: -0.5em;
}

@media all and (max-width: 767px) {
  .m-section__ttl.-about {
    margin-bottom: 70px;
  }
}

@media all and (min-width: 768px) {
  .m-section__ttl.-works {
    position: static;
  }
}

@media all and (min-width: 768px) {
  .m-section__ttl.-company {
    left: auto;
    right: -0.5em;
  }
}

@media all and (max-width: 767px) {
  .m-section__ttl.-company {
    margin-bottom: 40px;
  }
}

.m-section__ttl.-contact {
  left: 70px;
}

@media all and (max-width: 767px) {
  .m-section__ttl.-contact {
    margin-bottom: 120px;
  }
}

.m-section.-left-space .m-section__ttl,
.m-section.-left-space-l .m-section__ttl {
  left: 100px;
}

.m-tag-list {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-en);
  letter-spacing: normal;
  gap: 5px 30px;
}

@media all and (max-width: 767px) {
  .m-tag-list {
    margin-top: 10px;
    padding: 0 20px;
    gap: 0 15px;
  }
}


.m-tag-list li:first-child {
  padding-left: 0;
}

.m-tag-list__all {
  font-weight: bold;
  color: #000;
}

.m-tag-list li:not(:first-child) a {
  color: #525252;
}

.nav-links,
.m-pager {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 60px;
  font-size: 2rem;
  font-family: var(--font-en);
}

.nav-link .next,
.nav-link .prev {
  display: none;
}

@media all and (max-width: 767px) {

  .nav-links,
  .m-pager {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}

[data-aos=imgList] {
  position: relative;
  overflow: hidden;
  display: block;
}

[data-aos=imgList] img {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 0;
  transition: transform 1s 1s, opacity 1s 1s;
  transform: scale(1.2);
}

[data-aos=imgList]:before {
  content: "";
  transition: transform 1s;
  transform: translateY(100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

[data-aos=imgList].aos-animate:before {
  transform: translateY(0);
}

[data-aos=imgList].aos-animate img {
  opacity: 1;
  transform: scale(1);
}

[data-aos=txt] {
  transition: 1s ease-out;
  opacity: 0;
  transform: translateY(60px);
}

[data-aos=txt].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos-delay="100"]:before {
  transition-delay: 0.1s !important;
}

[data-aos-delay="200"]:before {
  transition-delay: 0.2s !important;
}

[data-aos-delay="300"]:before {
  transition-delay: 0.3s !important;
}

[data-aos-delay="400"]:before {
  transition-delay: 0.4s !important;
}

[data-aos-delay="500"]:before {
  transition-delay: 0.5s !important;
}

[data-aos-delay="600"]:before {
  transition-delay: 0.6s !important;
}

[data-aos-delay="700"]:before {
  transition-delay: 0.7s !important;
}

[data-aos-delay="800"]:before {
  transition-delay: 0.8s !important;
}

[data-aos-delay="900"]:before {
  transition-delay: 0.9s !important;
}

.test {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 1600px;
  margin: auto;
  opacity: 0.5;
}

/*==================================================
firstview
==================================================*/
.firstview {
  pointer-events: none;
  z-index: 100000;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.firstview__logo {
  position: absolute;
  inset: 0;
  max-width: 1630px;
  width: 18%;
  margin: auto;
}

@media all and (max-width: 767px) {
  .firstview__logo {
    width: 30%;
  }

}


.firstview__item {
  width: 33.3%;
  height: 100%;
  background: #0a0103;
}

.fv-start .firstview__logo {
  animation: fL 1s 1s ease both;
}

.fv-start .firstview__item {
  animation: firstItem 1s 1s cubic-bezier(0.63, 0.08, 0.83, 0.67) both;
}

.fv-start .firstview__item:nth-child(1) {
  animation-delay: 2s;
}

.fv-start .firstview__item:nth-child(2) {
  animation-delay: 2.3s;
}

.fv-start .firstview__item:nth-child(3) {
  animation-delay: 2.6s;
}

@keyframes firstItem {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes fL {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*==================================================
main-img
==================================================*/
.main-slider {
  overflow: hidden;
  width: calc(100vw - 60px);
  height: 100vh;
}

@media all and (max-width: 767px) {
  .main-slider {
    width: 100vw;
  }
}

.main-slider img {
  display: block;
  object-fit: cover;
  width: calc(100vw - 60px);
  height: 100vh;
  transform: scale(1.1);
  transition: transform 7s;
}

@media all and (max-width: 767px) {
  .main-slider img {
    width: 100vw;
  }
}


.start.main-visual .main-slider .slick-current img {
  transform: scale(1);
}

.main-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: calc(100vw - 60px);
  height: 100vh;
  padding: 0;
  background-color: #000;
}



@media all and (max-width: 767px) {
  .main-img {
    width: 100%;
  }
}

.main-img-txt {
  position: absolute;
  left: 40px;
  bottom: 50px;
  z-index: 1;
  font-size: 6.6666666667vw;
  color: #fff;
  line-height: 1.1428571429;
  font-family: var(--font-en);
  line-height: 0.85;
}

@media all and (max-width: 767px) {
  .main-img-txt {
    line-height: 1.25;
    font-size: 9.4vw;
  }
}

.main-img-txt__row-02,
.main-img-txt__row {
  overflow: hidden;
  display: block;
}

.fv-start .main-img-txt-02__chara,
.fv-start .main-img-txt__chara {
  display: inline-block;
  transform: translateY(1em);
  animation: mIt 2s 2.5s both;
}

.fv-start .main-img-txt__chara:nth-child(1) {
  animation-delay: 2.55s;
}

.fv-start .main-img-txt__chara:nth-child(2) {
  animation-delay: 2.6s;
}

.fv-start .main-img-txt__chara:nth-child(3) {
  animation-delay: 2.65s;
}

.fv-start .main-img-txt__chara:nth-child(4) {
  animation-delay: 2.7s;
}

.fv-start .main-img-txt__chara:nth-child(5) {
  animation-delay: 2.75s;
}

.fv-start .main-img-txt__chara:nth-child(6) {
  animation-delay: 2.8s;
}

.fv-start .main-img-txt__chara:nth-child(7) {
  animation-delay: 2.85s;
}

.fv-start .main-img-txt__chara:nth-child(8) {
  animation-delay: 2.9s;
}

.fv-start .main-img-txt__chara:nth-child(9) {
  animation-delay: 2.95s;
}

.fv-start .main-img-txt__chara:nth-child(10) {
  animation-delay: 3s;
}

.fv-start .main-img-txt__chara:nth-child(11) {
  animation-delay: 3.05s;
}

.fv-start .main-img-txt__chara:nth-child(12) {
  animation-delay: 3.1s;
}

.fv-start .main-img-txt-02__chara:nth-child(1) {
  animation-delay: 3.55s;
}

.fv-start .main-img-txt-02__chara:nth-child(2) {
  animation-delay: 3.6s;
}

.fv-start .main-img-txt-02__chara:nth-child(3) {
  animation-delay: 3.65s;
}

.fv-start .main-img-txt-02__chara:nth-child(4) {
  animation-delay: 3.7s;
}

.fv-start .main-img-txt-02__chara:nth-child(5) {
  animation-delay: 3.75s;
}

.fv-start .main-img-txt-02__chara:nth-child(6) {
  animation-delay: 3.8s;
}

.fv-start .main-img-txt-02__chara:nth-child(7) {
  animation-delay: 3.85s;
}

.fv-start .main-img-txt-02__chara:nth-child(8) {
  animation-delay: 3.9s;
}

.fv-start .main-img-txt-02__chara:nth-child(9) {
  animation-delay: 3.95s;
}

.fv-start .main-img-txt-02__chara:nth-child(10) {
  animation-delay: 4s;
}

.fv-start .main-img-txt-02__chara:nth-child(11) {
  animation-delay: 4.05s;
}

.fv-start .main-img-txt-02__chara:nth-child(12) {
  animation-delay: 4.1s;
}

.fv-start .main-img-txt-02__chara:nth-child(13) {
  animation-delay: 4.15s;
}

.fv-start .main-img:before {
  animation: mI 2s 2.5s both;
}

@keyframes mIt {
  0% {
    transform: translateY(1em);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes mI {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/*==================================================
about
==================================================*/
.about {
  padding: 60px 0;
  border-right: solid 1px #000;
}

.about-sub {
  margin-bottom: 40px;
  font-size: 3.6rem;
}

@media all and (max-width: 767px) {
  .about-sub {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}

.about-txt {
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-family: var(--font-en);
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .about-txt {
    margin-bottom: 25px;
  }
}

/*==================================================
works
==================================================*/
.works-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 12.5vh;
  padding-right: 2px;
}

@media all and (max-width: 767px) {
  .works-head {
    padding-bottom: 40px;
  }
}

.works-more {
  line-height: 1;
  font-size: 3.6rem;
  font-family: var(--font-en);
}

@media all and (min-width: 768px) {
  .works-more {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }

  .works-more a {
    display: block;
    overflow: hidden;
    position: relative;
  }
}

@media all and (max-width: 767px) {
  .works-more {
    font-size: 2.4rem;
    text-align: center;
  }

  .works-more a {
    border-bottom: 1px solid #000;
  }
}

@media (hover: hover) and (pointer: fine) {
  .works-more:hover {
    border: none;
  }
}


.works-more a:after,
.works-more a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px solid #000;
}

.works-more a:before {
  transition: transform .5s 0s ease-in-out;
  transform: translateY(-100%);
}

.works-more a:after {
  transition: transform .5s .5s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .works-more:hover a:before {
    transition: transform .5s .5s ease-in-out;
    transform: translateY(0);
  }

  .works-more:hover a:after {
    transition: transform .5s 0s ease-in-out;
    transform: translateY(100%);
  }
}



.works-list {
  display: flex;
  gap: 0 40px;
}

@media all and (max-width: 767px) {
  .works-list {
    display: block;
    gap: 50px 0;
  }
}

.works-unit {

  display: block;
  height: calc(100vh - var(--top-up));
}

@media all and (max-width: 767px) {
  .works-unit {
    height: auto;
  }
}


@media all and (min-width: 768px) {
  .works-unit__top {
    height: 84vh;
  }

  .works-unit img {
    object-fit: cover;
    display: block;
    max-width: none !important;
    width: auto;
    height: 100%;
    max-height: 84vh;
  }

  .works-list li:not(:first-child) img {
    object-fit: cover;
    aspect-ratio: 1/1.3;
  }
}

.works-unit__top {
  overflow: hidden;
}

.works-unit img {
  transition: transform 1s;
  transform: scale(1.2);
}

.works-unit.-show img {
  transform: scale(1);
}


.works-unit__top {

  display: block;
}

.works-unit__under {
  display: block;
  height: var(--top-under);
  padding-top: 10px;
  font-family: var(--font-en);
}

@media all and (max-width: 767px) {
  .works-unit__under {
    padding-top: 10px;
    line-height: 1.4;
  }
}

.works-unit__txt {
  display: block;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .works-unit__txt {
    font-size: 1.5rem;
  }
}

.works-unit__detail {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-style: italic;
}

.works-unit__detail:after,
.works-unit__detail:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}

.works-unit__detail:before {
  transition: transform .3s 0s ease-in-out;

  transform: translateX(-100%);
}

.works-unit__detail:after {
  transition: transform .3s .3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .works-unit:hover .works-unit__detail:before {
    transition: transform .3s .3s ease-in-out;
    transform: translateX(0);
  }

  .works-unit:hover .works-unit__detail:after {
    transition: transform .3s 0s ease-in-out;
    transform: translateX(100%);
  }
}


.works-single-head {
  width: 50%;
  margin-left: auto;
  padding: 293px 40px 190px 0;
  font-size: 1.2rem;
}

@media all and (max-width: 767px) {
  .works-single-head {
    width: 100%;
    padding: 45px 40px;
  }
}

.works-single-head__inner {
  max-width: 530px;
}

.works-ttl,
.works-summary,
.works-txt {
  max-width: 530px;
}

@media all and (max-width: 767px) {

  .works-ttl,
  .works-summary,
  .works-txt {
    max-width: unset;
  }

}

.works-ttl {
  margin-bottom: 20px;
  font-size: 3.4rem;
  line-height: 1;
  font-family: var(--font-en);
}

@media all and (max-width: 767px) {
  .works-ttl {
    margin-bottom: 15px;
  }
}

.works-summary {
  margin-bottom: 45px;
}

@media all and (max-width: 767px) {
  .works-summary {
    margin-bottom: 25px;
    font-size: 1rem;
    color: #a0a0a0;
  }
}

.works-txt {
  line-height: 2;
}

.works-img-list {
  margin-bottom: 75px;

}

@media all and (max-width: 767px) {
  .works-img-list {
    margin-bottom: 25px;
  }
}

.works-img-list li:not(:last-child) {
  margin-bottom: 100px;
}

@media all and (max-width: 767px) {
  .works-img-list li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.works-img-list img {
  object-fit: cover;
  width: 100%;
  height: 740px;

}

@media all and (max-width: 1379px) {
  .works-img-list img {
    height: 520px;
  }

}

@media all and (max-width: 1024px) {
  .works-img-list img {
    height: 400px;
  }

}

@media all and (max-width: 768px) {
  .works-img-list img {
    height: auto;
  }

}

.works-l-space {
  padding-left: 20px;
  padding-right: 60px;
}

@media all and (max-width: 767px) {
  .works-l-space {
    padding: 0 var(--site-padding);
  }
}

.works-page {
  padding: 250px 20px 0 20px;
}

@media all and (max-width: 767px) {
  .works-page {
    padding: 30px var(--site-padding) 55px var(--site-padding);
  }
}

/*==================================================
project
==================================================*/
.project {
  margin-bottom: 75px;
}

.project-ttl {
  margin-bottom: 38px;
  font-size: 3.6rem;
  font-family: var(--font-en);
}

@media all and (max-width: 767px) {
  .project-ttl {
    margin-bottom: 30px;
  }
}

.project-data dl {
  margin-bottom: 17px;
  line-height: 1.4;
}

.project-data dl dt {
  font-size: 1.8rem;
  font-family: var(--font-en);
}

.project-data dl dd {
  margin-top: 5px;
  font-size: 1.1rem;
}

.project-slash:last-child {
  display: none;
}

/*==================================================
other
==================================================*/
.other {
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .other {
    margin-bottom: 20px;
  }
}

.other-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}

.other-head.-archive {
  margin-bottom: 190px;
}

/*margin-bottom: 130px;*/

@media all and (max-width: 767px) {
  .other-head {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.other-head__ttl {
  font-family: var(--font-en);
  font-size: var(--font-l);
  font-size: 3.7rem;
}

.other-head__ttl.-archive {
  font-size: 4.8rem;
  letter-spacing: 0.1em;
}

.other-head__link {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-top: 15px;
  font-size: 1.9rem;
  font-family: var(--font-ne);
  letter-spacing: normal;
}




.other-head__link:after,
.other-head__link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}


.other-head__link:before {
  transition: transform .3s 0s ease-in-out;
  transform: translateX(-100%);
}

.other-head__link:after {
  transition: transform .3s .3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .other-head:hover .other-head__link:before {
    transition: transform .3s .3s ease-in-out;
    transform: translateX(0);
  }

  .other-head:hover .other-head__link:after {
    transition: transform .3s 0s ease-in-out;
    transform: translateX(100%);
  }
}






.other-more {
  text-align: center;
  font-size: 2.4rem;
  font-family: var(--font-en);
}


.other-list {
  display: grid;
  gap: 60px 6.25vw;
  grid-template-columns: 1fr 1fr 1fr;
}

@media all and (max-width: 767px) {
  .other-list {
    display: block;
  }
}

.other-list li {
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .other-list li {
    margin-bottom: 35px;
  }
}

.other-unit {
  line-height: 1.4;
  letter-spacing: normal;
  font-family: var(--font-en);
}

.other-unit__ttl {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  .other-unit__ttl {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 1.5rem;
  }
}

.other-unit__detail {
  display: block;
  font-style: italic;
  margin-top: 5px;
}

.other-unit img {
  display: block;

  object-fit: cover;
  aspect-ratio: 416/279;
}

/**/
.other-unit__detail {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-style: italic;
}

.other-unit__detail:after,
.other-unit__detail:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}

.other-unit__detail:before {
  transition: transform .3s 0s ease-in-out;

  transform: translateX(-100%);
}

.other-unit__detail:after {
  transition: transform .3s .3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .other-unit:hover .other-unit__detail:before {
    transition: transform .3s .3s ease-in-out;
    transform: translateX(0);
  }

  .other-unit:hover .other-unit__detail:after {
    transition: transform .3s 0s ease-in-out;
    transform: translateX(100%);
  }
}



/*==================================================
archive
==================================================*/

.archive-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 190px;
}

@media all and (max-width: 767px) {
  .archive-head {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 45px;
  }
}

.archive-head__ttl {
  font-family: var(--font-en);
  font-size: var(--font-l);
  font-size: 4.8rem;
  letter-spacing: 0.1em;
}

@media all and (max-width: 767px) {
  .archive-head__ttl {
    font-size: 3.6rem;
    letter-spacing: normal;
  }
}

.archive-head__link {
  display: block;
  padding-top: 15px;
  text-decoration: underline;
  font-size: 1.9rem;
  font-family: var(--font-ne);
  letter-spacing: normal;
}

@media (hover: hover) and (pointer: fine) {
  .archive-head__link:hover {
    text-decoration: none;
  }
}

.archive-list {
  display: grid;
  gap: 55px 50px;
  grid-template-columns: 1fr 1fr;
}

@media all and (max-width: 767px) {
  .archive-list {
    grid-template-columns: 1fr;
    gap: 40px;

  }
}

.archive-list li {
  justify-content: space-between;
}



.archive-unit {
  line-height: 1.4;
  letter-spacing: normal;
  font-family: var(--font-en);
}

.archive-unit__ttl {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  font-size: 1.6rem;
}

@media all and (max-width: 767px) {
  .archive-unit__ttl {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 1.5rem;
  }
}

.archive-unit__detail {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-style: italic;
}

@media all and (max-width: 767px) {
  .archive-unit__detail {
    margin-top: 0;
  }
}

.archive-unit img {
  display: block;
  object-fit: cover;
  aspect-ratio: 7 / 4;
  /*700 400*/
  width: 100%;
}

@media all and (max-width: 767px) {
  .archive-unit img {
    aspect-ratio: 1/1;
  }
}

.archive-unit__detail:after,
.archive-unit__detail:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}


.archive-unit__detail:before {
  transition: transform .3s 0s ease-in-out;
  transform: translateX(-100%);
}

.archive-unit__detail:after {
  transition: transform .3s .3s ease-in-out;
}

.archive-unit .aos-animate:after {
  opacity: 0;
  transition: opacity 1s;
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

@media (hover: hover) and (pointer: fine) {
  .archive-unit:hover {
    opacity: 1;
  }

  .archive-unit:hover .aos-animate:after {
    opacity: 1;
  }

  .archive-unit:hover .archive-unit__detail:before {
    transition: transform .3s .3s ease-in-out;
    transform: translateX(0);
  }

  .archive-unit:hover .archive-unit__detail:after {
    transition: transform .3s 0s ease-in-out;
    transform: translateX(100%);
  }
}


/*==================================================
sort
==================================================*/
.sort {
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  .sort {
    margin-bottom: 0;
  }
}

.sort.-archive {
  margin-bottom: 0;
  padding-top: 110px;
}

@media all and (max-width: 767px) {
  .sort.-archive {
    padding-top: 60px;
  }
}

.sort-ttl {
  margin-bottom: 20px;
  font-family: var(--font-en);
  font-size: var(--font-l);
}

@media all and (max-width: 767px) {
  .sort-ttl {
    margin-bottom: 10px;
  }
}

.sort-data {
  padding: 65px 0 60px 0;
  border-top: 1px solid #a0a0a0;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .sort-data {
    padding: 25px 0;
  }
}

.sort-data dl {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .sort-data dl {
    margin-bottom: 35px;
  }
}

.sort-data dt {
  font-size: 1.9rem;
  font-family: var(--font-en);
}

.sort-data dd {
  font-size: 1.3rem;
}

@media all and (max-width: 767px) {
  .sort-data dd {

    line-height: 2;
  }
}

.sort-data dl:last-child {
  margin-bottom: 0;
}

/*==================================================
comapny
==================================================*/
.company {
  position: relative;
}

.company-table {
  width: 100%;
  max-width: 1000px;
}

.company-table:nth-child(2) {
  margin-top: 80px;
}

@media all and (max-width: 1366px) {
  .company-table:nth-child(2) {
    margin-top: 40px;
  }
}

.company-table th,
.company-table td {
  padding-bottom: 20px;
  font-size: 1.2rem;
}

@media all and (max-width: 1366px) {

  .company-table th,
  .company-table td {
    padding-bottom: 15px;

  }
}

@media all and (max-width: 767px) {

  .company-table th,
  .company-table td {
    display: block;
    padding-bottom: 3px;
    font-size: 1.2rem;
  }
}


.company-table tr:last-child th,
.company-table tr:last-child td {
  padding-bottom: 0;
}

.company-table th {
  width: 270px;
  font-weight: bold;
}

@media all and (max-width: 1366px) {
  .company-table th {
    width: 200px;
  }
}

@media all and (max-width: 767px) {
  .company-table th {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .company-table td {
    padding-bottom: 35px;
  }
}

.company-table__slice {
  padding-left: 1.2em;
}

.company-bg {
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  /*background: url("../img/company-bg.jpg") no-repeat center/cover;*/
}

@media all and (max-width: 767px) {
  .company-bg {
    width: 100%;
    height: 350px;
    /*background-image: url("../img/sp-company-bg.jpg");*/
  }
}

.company-bg:before {
  content: '';
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  background: url("../img/company-bg.jpg") no-repeat center/cover;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .company-bg:before {
    background-image: url("../img/sp-company-bg.jpg");

  }
}

/*==================================================
contact
==================================================*/
.contact-data {
  font-family: var(--font-en);
}

@media all and (max-width: 767px) {
  .contact-data {
    line-height: 1.8;
  }
}

.contact-data dt {
  font-size: 3.6rem;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .contact-data dt {
    font-size: 1.8rem;
  }
}

.other-unit {
  display: block;
}

.other-unit [data-aos=imgList]:after {
  content: "";
  transition: opacity 0.4s;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.other-unit [data-aos=imgList] img {
  width: 100%;
}


.other-unit .aos-animate:after {
  opacity: 0;
  transition: opacity 1s;
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

@media (hover: hover) and (pointer: fine) {
  .other-unit:hover {
    opacity: 1;
  }

  .other-unit:hover [data-aos=imgList] {
    display: block;
    transition: opacity 0.1s;
  }

  .other-unit:hover .aos-animate:after {
    opacity: 1;
  }

  .other-unit:hover {
    opacity: 1;
  }
}

.other-sp-link {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 2.4rem;
}


/*==================================================
navshow
==================================================*/

body.navShow .l-header {
  border: none !important;
}

body.navShow .l-gnav {
  pointer-events: auto;
  transform: translate(0, 0);
}


body.navShow .l-nav-switch__line {
  border-color: #000 !important;
}

@media all and (min-width: 768px) {
  body.navShow .l-nav-switch__line:nth-child(1) {
    left: 50%;
    transform: rotate(-20deg);
  }
}

@media all and (max-width: 767px) {
  body.navShow .l-nav-switch__line:nth-child(1) {
    top: 50%;
    transform: rotate(-20deg);
  }
}

@media all and (min-width: 768px) {
  body.navShow .l-nav-switch__line:nth-child(2) {
    left: 50%;
    transform: rotate(20deg);
  }
}

@media all and (max-width: 767px) {
  body.navShow .l-nav-switch__line:nth-child(2) {
    top: 50%;
    transform: rotate(20deg);
  }
}

body.navShow .l-gnav li {
  transform: translate(0, 0) !important;
}

body.navShow .l-gnav-bg {
  pointer-events: auto;
  opacity: 1;
}



@media all and (max-width: 767px) {
  .works-img-list{
    display: grid;
  }
  .works-img-list .works-img-list__summary + li{
    order: 1 !important;
  }
  .works-img-list .works-img-list__summary + li img{
    transform: none ;
    transform: scale(1);
    opacity: 1;
  }
  .works-img-list .works-img-list__summary + li:before{
    content: none;
  }
  .works-img-list__summary{
    order: 2;
    margin-bottom: 0 !important;
  }
  .works-img-list li:not(.works-img-list__summary){
    order: 3;
  }
}
