/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/css/home.scss ***!
  \****************************************************************************************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, 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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

@font-face {
  font-family: "PP Object Sans";
  src: url(/assets/fonts/PPObjectSans-Bold.otf) format("opentype"), url(/assets/fonts/PPObjectSans-Bold.woff) format("woff");
}
@font-face {
  font-family: "GT Super Display";
  src: url(/assets/fonts/GT-Super-Display-Light.woff) format("woff"), url(/assets/fonts/GT-Super-Display-Light.woff2) format("woff2");
}
@keyframes rotationHexa {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes invRotationHexa {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes centerCircle {
  0% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1.23);
  }
  60% {
    transform: scale(1.23);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes mvscroll {
  0% {
    transform: translate(0, 5%);
  }
  50.0% {
    transform: translate(0, -50%);
  }
  90.001% {
    transform: translate(0, 5%);
  }
  100% {
    transform: translate(0, 5%);
  }
}
@keyframes topscroll {
  0% {
    transform: translate(-50%, 340%);
  }
  90.0% {
    transform: translate(-50%, -120%);
  }
  90.001% {
    transform: translate(-50%, 340%);
  }
  100% {
    transform: translate(-50%, 340%);
  }
}
/*@keyframes scroll {
	0%   { transform: translate(0%, 0%);}
	50.0%  { transform: translate(0%, 100%) ;}
	100% { transform: translate(0%, 0%);}
}*/
@keyframes scroll {
  0% {
    transform: translate(-53%, -950%) rotate(45deg);
  }
  97.0% {
    transform: translate(-53%, 100%) rotate(45deg);
  }
  97.001% {
    transform: translate(-53%, -950%) rotate(45deg);
  }
  100% {
    transform: translate(-53%, -950%) rotate(45deg);
  }
}
@keyframes scrollX {
  0% {
    transform: translate(0, 0);
    transform-origin: 100% 0;
  }
  100% {
    transform: translate(-53.56%, 0);
    transform-origin: 100% 0;
  }
}
@keyframes bar1 {
  0% {
    transform: scale(1, 1);
  }
  0.01% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes light {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opac {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  65% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowBack {
  0% {
    transform: translate(0, -50%);
  }
  40% {
    transform: translate(5px, -50%);
  }
  60% {
    transform: translate(5px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
main {
  overflow: hidden;
}
.p-section {
  position: relative;
  z-index: 1;
}
.p-section__background {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.p-section__background img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.p-section__inner {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media all and (min-width: 769px) {
  .p-section__inner {
    padding: 112px 0.8474576271%;
    gap: 0.8474576271%;
  }
}
@media all and (max-width: 768px) {
  .p-section__inner {
    width: auto;
    padding: 0 3.0769230769vw;
    gap: 3.0769230769vw;
  }
}
.p-section__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04rem;
  line-height: 1.25;
  color: #fff;
  clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
  transform-origin: 0 100%;
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-section__title.color-black {
  color: #000;
}
.p-section__title.appear {
  clip-path: polygon(0 -20px, 100% -20px, 100% 100%, 0 100%);
}
.p-section.type-light-gray .p-section__title {
  color: #000;
}
.p-section.type-gray {
  background: #777777;
}
.p-section.type-gray .p-section__title {
  color: #fff;
}
.p-section.type-black {
  background: #000;
}
.p-section.type-black .p-section__title {
  color: #fff;
}
.p-section.type-white {
  background: #F5F5F5;
}
.p-section.type-white .p-section__title {
  color: #000;
}

body {
  background: #fff;
}

@media all and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
a {
  color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a span {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  a:hover {
    color: #777777;
  }
  a:hover span {
    color: #777777;
  }
  a:hover::after {
    color: #000;
  }
}

input, select, button, option, textarea {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  outline: none;
  letter-spacing: 0.04rem;
  line-height: 2;
}
input::placeholder, select::placeholder, button::placeholder, option::placeholder, textarea::placeholder {
  color: #999999;
}
@media all and (min-width: 769px) {
  input, select, button, option, textarea {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  input, select, button, option, textarea {
    font-size: 3.5897435897vw;
  }
}

select {
  border-bottom: #000 1px solid;
}
@media all and (min-width: 769px) {
  select {
    padding-left: 3px;
  }
}

input[type=checkbox] {
  border: #000 1px solid;
  border-radius: 4px;
  background: #fff;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
input[type=checkbox]:checked::after, input[type=checkbox]:checked::before {
  opacity: 1;
  transform: translate(-50%, -65%) rotate(-45deg);
}
input[type=checkbox]::after {
  content: "";
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms; /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms; /* easeOutBack */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 5px;
  border-bottom: 2px solid #7D9EA9;
  border-left: 2px solid #7D9EA9;
  transform: translate(-50%, 5%) rotate(-45deg) scale(0);
}

button {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  button {
    font-size: 14px;
    cursor: pointer;
  }
  button:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.3);
  }
}
button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-header {
    mix-blend-mode: difference;
    height: 72px;
  }
}
@media all and (max-width: 768px) {
  .l-header {
    mix-blend-mode: difference;
    height: 14.358974359vw;
  }
}
.l-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  .l-header__inner {
    justify-content: flex-end;
  }
}
@media all and (max-width: 768px) {
  .l-header__inner {
    justify-content: space-between;
  }
}
.l-header h1 {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  z-index: 2;
}
@media all and (min-width: 769px) {
  .l-header h1 {
    font-size: 40px;
    left: 12px;
  }
}
@media all and (max-width: 768px) {
  .l-header h1 {
    font-size: 6.1538461538vw;
    left: 3.0769230769vw;
  }
}
.l-header h1 a {
  text-decoration: none;
  color: #fff;
  display: block;
  line-height: 0;
}
.l-header nav {
  width: 100%;
  position: relative;
}
@media all and (max-width: 768px) {
  .l-header nav {
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(40px);
    height: 100svh;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 120ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    -moz-transition: all 120ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    -o-transition: all 120ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    transition: all 120ms cubic-bezier(0.86, 0, 0.07, 1) 0ms; /* easeInOutQuint */
    opacity: 0;
    gap: 16.4102564103vw;
  }
}
.l-header .l-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .l-header .l-header__nav {
    gap: 18px;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav {
    flex-direction: column;
    gap: 8.2051282051vw;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav li {
    width: 100%;
    text-align: center;
  }
}
.l-header .l-header__nav a {
  font-family: "PP Object Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  position: relative;
  text-decoration: none;
  color: #fff;
  letter-spacing: -0.02rem;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-header .l-header__nav a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
  transform: scaleX(0);
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-header .l-header__nav a::before {
    bottom: -4px;
  }
}
@media all and (min-width: 769px) {
  .l-header .l-header__nav a {
    font-size: 26px;
  }
  .l-header .l-header__nav a:hover::before {
    transform: scaleX(1);
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav a {
    font-size: 8.2051282051vw;
    color: #000;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav li.nav__home a {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav li.nav__about a {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 150ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.l-header .l-header__language {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
}
@media all and (min-width: 769px) {
  .l-header .l-header__language {
    right: 12px;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__language {
    position: relative;
    width: 87.6923076923vw;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-end;
  }
}
.l-header .l-header__language li {
  line-height: 1;
  display: flex;
}
.l-header .l-header__language p,
.l-header .l-header__language a {
  color: #fff;
  font-family: "PP Object Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-header .l-header__language p,
  .l-header .l-header__language a {
    font-size: 26px;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__language p,
  .l-header .l-header__language a {
    font-size: 8.2051282051vw;
    color: #000;
  }
}
.l-header .l-header__language p::after,
.l-header .l-header__language a::after {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transform-origin: 50% 50%;
  transform: scaleX(0);
}
@media all and (max-width: 768px) {
  .l-header .l-header__language p::after,
  .l-header .l-header__language a::after {
    bottom: -1.0256410256vw;
    background: #000;
  }
}
.l-header .l-header__language p:hover::after,
.l-header .l-header__language a:hover::after {
  transform: scaleX(1);
}
.l-header .l-header__language p.active,
.l-header .l-header__language a.active {
  opacity: 1;
}
@media all and (min-width: 769px) {
  .l-header .l-header__language p.active,
  .l-header .l-header__language a.active {
    padding-bottom: 2px;
  }
}
.l-header .l-header__language p.active::after,
.l-header .l-header__language a.active::after {
  transform: scaleX(1);
}
.l-header .l-header__language p {
  align-self: flex-end;
  font-weight: 400;
  transform: scale(0.8, 1.1);
}
.l-header .l-header__language .separator {
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .l-header .l-header__language .separator {
    margin: 0 8px;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__language .separator {
    margin: 0 3.0769230769vw;
  }
}
.l-header.scrolled {
  /*mix-blend-mode: difference;
  @include sp {
    height: spvw(52);
  }
  h1 {
    @include pc {
      transform: scale(0.42);
      top: 17px;
      left: 32px;
    }
    @include sp {
      transform: scale(0.74);
    }
  }*/
}
.l-header__navbutton {
  position: absolute;
}
@media all and (min-width: 769px) {
  .l-header__navbutton {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .l-header__navbutton {
    z-index: 2;
    right: 3.0769230769vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.l-header__navbutton::before, .l-header__navbutton::after,
.l-header__navbutton span {
  will-change: auto;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms; /* easeOutQuint */
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 6.1538461538vw;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.l-header__navbutton::before {
  margin-top: -1.5384615385vw;
}
.l-header__navbutton::after {
  margin-top: 1.5384615385vw;
}
.l-header__sns {
  display: flex;
}
.l-header__sns a {
  filter: invert(1);
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 768px) {
  .l-header__sns a {
    width: 5.1282051282vw;
    margin-right: 6.1538461538vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__copy {
    margin-top: 9.2307692308vw;
    font-family: "Oxanium", "Noto Sans JP", sans-serif;
    font-weight: 300;
    letter-spacing: 0.04rem;
    font-size: 2.5641025641vw;
  }
}

body.nav-open .l-header {
  mix-blend-mode: normal;
}
body.nav-open .l-header h1 a {
  color: #000;
}
@media all and (max-width: 768px) {
  body.nav-open .l-header .l-header__navbutton::before, body.nav-open .l-header .l-header__navbutton::after {
    background: #000;
  }
  body.nav-open .l-header .l-header__navbutton::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 0;
  }
  body.nav-open .l-header .l-header__navbutton::after {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 0;
  }
  body.nav-open .l-header .l-header__navbutton span {
    opacity: 0;
    transform: translate(100%, -50%);
  }
}
@media all and (max-width: 768px) {
  body.nav-open .l-header nav {
    -webkit-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms; /* easeInOutQuint */
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media all and (max-width: 768px) {
  body.nav-open .l-header nav a {
    transform: translate(0, 0);
  }
}

@media all and (min-width: 769px) {
  .l-header.header-home h1 {
    top: 10px;
    left: 10px;
    transform: scale(1);
  }
}
@media all and (max-width: 768px) {
  .l-header.header-home h1 {
    top: 2.0512820513vw;
    left: 2.0512820513vw;
    transform: scale(1);
  }
}
.l-header.header-home.scrolled {
  /*h1 {
    @include pc {
      transform: scale(0.42);
      top: 17px;
      left: 32px;
    }
    @include sp {
      transform: scale(0.74);
    }
  }*/
}

@media all and (min-width: 769px) {
  body.profile .l-header__nav .nav__profile a::before {
    transform: scaleX(1);
  }
}

@media all and (min-width: 769px) {
  body.projects .l-header__nav .nav__projects a::before,
  body.post-type-archive-project .l-header__nav .nav__projects a::before,
  body.single-project .l-header__nav .nav__projects a::before {
    transform: scaleX(1);
  }
}

.l-footer {
  width: 100%;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .l-footer {
    padding: 0px 0;
    height: 58px;
  }
}
@media all and (max-width: 768px) {
  .l-footer {
    padding-top: 20.5128205128vw;
  }
}
.l-footer__inner {
  margin: 0 auto;
  position: relative;
  background: #fff;
  width: 100%;
}
@media all and (min-width: 769px) {
  .l-footer__inner {
    padding: 0 12px;
  }
}
@media all and (max-width: 768px) {
  .l-footer__inner {
    padding: 5.1282051282vw 0;
  }
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-footer nav {
  flex-grow: 1;
  position: relative;
}
@media all and (min-width: 769px) {
  .l-footer nav {
    margin-right: 0.8474576271%;
  }
}
@media all and (max-width: 768px) {
  .l-footer nav {
    margin-right: 3.0769230769vw;
  }
}
.l-footer nav ul {
  display: flex;
  justify-content: flex-end;
}
@media all and (min-width: 769px) {
  .l-footer nav ul {
    margin-top: 2px;
  }
}
@media all and (min-width: 769px) {
  .l-footer nav ul li {
    margin-left: 16px;
  }
}
@media all and (max-width: 768px) {
  .l-footer nav ul li {
    margin-left: 4.1025641026vw;
  }
}
.l-footer nav ul li a {
  font-family: "PP Object Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04rem;
  letter-spacing: -0.02rem;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .l-footer nav ul li a {
    font-size: 26px;
  }
}
@media all and (max-width: 768px) {
  .l-footer nav ul li a {
    font-size: 4.1025641026vw;
  }
}
.l-footer nav a {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
  color: #000;
  text-decoration: none;
  position: relative;
}
.l-footer nav a::after {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: 0 0;
  transform: scaleX(0);
}
@media all and (min-width: 769px) {
  .l-footer nav a {
    font-size: 12px;
  }
  .l-footer nav a:hover::after {
    transform: scaleX(1);
  }
}
.l-footer__copy {
  color: #000;
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media all and (min-width: 769px) {
  .l-footer__copy {
    font-size: 13px;
    margin-left: 0.8474576271%;
  }
}
@media all and (max-width: 768px) {
  .l-footer__copy {
    font-size: 2.5641025641vw;
    margin-left: 3.0769230769vw;
  }
}
.l-footer__top {
  position: absolute;
  z-index: 1;
  border-top: #000 1px dotted;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: none;
}
@media all and (min-width: 769px) {
  .l-footer__top {
    right: 32px;
    top: 0;
    padding-top: 8px;
    transform: translate(0, -100%);
  }
  .l-footer__top:hover svg {
    transform: translateY(-8px);
  }
}
@media all and (max-width: 768px) {
  .l-footer__top {
    width: 7.9487179487vw;
    left: 50%;
    top: 0;
    margin-top: 7.6923076923vw;
    transform: translate(-50%, 0);
  }
}
.l-footer__top span {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04rem;
  writing-mode: tb;
  line-height: 0;
}
@media all and (min-width: 769px) {
  .l-footer__top span {
    font-size: 12px;
    margin-right: 3px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .l-footer__top span {
    display: none;
  }
}
.l-footer__top svg {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__top svg {
    width: 15px;
  }
}
@media all and (max-width: 768px) {
  .l-footer__top svg {
    margin-top: 1.2820512821vw;
    width: 100%;
  }
}

.p-table {
  width: 100%;
}
.p-table__group {
  display: flex;
  width: 100%;
}
@media all and (max-width: 768px) {
  .p-table__group {
    flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  .p-table__group:last-of-type .p-table__head {
    border-bottom: #000 1px solid;
  }
}
.p-table__group:last-of-type .p-table__body {
  border-bottom: #ADADAD 1px solid;
}
@media all and (max-width: 768px) {
  .p-table__group:last-of-type .p-table__body {
    position: relative;
  }
  .p-table__group:last-of-type .p-table__body::before {
    display: none;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    background: #000;
    width: 22.3076923077vw;
    height: 1px;
  }
}
.p-table__head {
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .p-table__head {
    border-top: #000 1px solid;
    font-size: 16px;
    padding: 16px 0;
  }
}
@media all and (max-width: 768px) {
  .p-table__head {
    position: relative;
    border-top: #ADADAD 1px solid;
  }
  .p-table__head::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    background: #000;
    width: 22.3076923077vw;
    height: 1px;
  }
}
.p-table__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.25;
}
@media all and (min-width: 769px) {
  .p-table__body {
    border-top: #ADADAD 1px solid;
    flex-grow: 1;
    font-size: 16px;
    padding: 16px 2px 16px 32px;
  }
}
@media all and (max-width: 768px) {
  .p-table__body {
    font-size: 4.1025641026vw;
    padding: 1.2820512821vw 0 5.1282051282vw;
  }
}

@media all and (min-width: 769px) {
  .searcharea .p-section__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .searcharea .p-section__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.searcharea__head {
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .searcharea__head {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__head {
    flex-direction: column;
  }
}
.searcharea__text {
  display: flex;
  justify-content: space-between;
  border-bottom: #000 1px solid;
}
.searcharea__text form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .searcharea__text {
    position: relative;
    width: 32.03125%;
  }
  .searcharea__text::before, .searcharea__text::after {
    position: absolute;
    content: "";
    background: #000;
    width: 2px;
    height: 2px;
    top: -8px;
  }
  .searcharea__text::after {
    right: 0;
  }
}
@media all and (max-width: 768px) {
  .searcharea__text {
    margin-bottom: 8.2051282051vw;
  }
}
.searcharea__text input {
  flex-grow: 1;
}
.searcharea__text::after, .searcharea__text::before {
  top: 0;
}
.searcharea__icon {
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .searcharea__icon {
    width: 32px;
    height: 32px;
  }
  .searcharea__icon:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  .searcharea__icon {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .searcharea__icon:active {
    opacity: 0.5;
  }
}
.searcharea__icon::after, .searcharea__icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
}
.searcharea__icon::after {
  left: auto;
  right: 0;
}
.searcharea__archives {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (min-width: 769px) {
  .searcharea__archives {
    align-items: center;
    width: 32.03125%;
  }
}
@media all and (max-width: 768px) {
  .searcharea__archives {
    flex-direction: column;
    margin-bottom: 8.2051282051vw;
  }
}
.searcharea__archives p {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .searcharea__archives p {
    font-size: 12px;
    margin-right: 12px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__archives p {
    font-size: 3.0769230769vw;
    margin-bottom: 1.0256410256vw;
  }
}
.searcharea__archives select {
  flex-grow: 1;
  height: 100%;
  color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .searcharea__archives select:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  .searcharea__archives select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .searcharea__archives select:active {
    opacity: 0.5;
  }
}
.searcharea__archives::after {
  pointer-events: none;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22black%22%2F%3E%3Crect%20y%3D%2231%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22black%22%2F%3E%3Crect%20x%3D%2231%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22black%22%2F%3E%3Crect%20x%3D%2231%22%20y%3D%2231%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M16%2020L12.5359%2014L19.4641%2014L16%2020Z%22%20fill%3D%22black%22%2F%3E%3Crect%20opacity%3D%220.05%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  right: 0;
  top: 50%;
}
@media all and (min-width: 769px) {
  .searcharea__archives::after {
    width: 32px;
    height: 32px;
    transform: translate(0, -50%);
  }
}
@media all and (max-width: 768px) {
  .searcharea__archives::after {
    top: auto;
    bottom: 0;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
.searcharea__filters {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.searcharea__filters > :last-child {
  flex-grow: 1;
}
@media all and (max-width: 768px) {
  .searcharea__filters {
    flex-direction: column;
  }
}
.searcharea__ttl {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
  color: #777777;
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .searcharea__ttl {
    font-size: 10px;
    margin-right: 20px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__ttl {
    font-size: 2.5641025641vw;
    margin-bottom: 3.0769230769vw;
  }
}
.searcharea__group a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .searcharea__group a {
    font-size: 12px;
  }
  .searcharea__group a:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  .searcharea__group a {
    font-size: 3.5897435897vw;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .searcharea__group a:active {
    opacity: 0.5;
  }
}
.searcharea__group a.active {
  opacity: 0.5;
}
.searcharea__members {
  display: flex;
}
@media all and (min-width: 769px) {
  .searcharea__members a {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .searcharea__members a {
    margin-right: 5.1282051282vw;
  }
}
@media all and (max-width: 768px) {
  .searcharea__members {
    flex-direction: column;
  }
}
.searcharea__blogmember {
  display: flex;
}
@media all and (max-width: 768px) {
  .searcharea__blogmember {
    flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  .searcharea__blogmember a {
    margin-right: 20px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__blogmember a {
    margin-right: 6.1538461538vw;
  }
}
.searcharea__tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (min-width: 769px) {
  .searcharea__tags {
    margin-left: 100px;
    width: 32.03125%;
  }
}
@media all and (max-width: 768px) {
  .searcharea__tags {
    margin-top: 8.2051282051vw;
  }
}
@media all and (max-width: 768px) {
  .searcharea__tags {
    flex-direction: column;
  }
}
.searcharea__tags a,
.searcharea__tags p {
  position: relative;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
}
@media all and (min-width: 769px) {
  .searcharea__tags a,
  .searcharea__tags p {
    padding-left: 16px;
    margin-right: 10px;
    margin-bottom: 4px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__tags a,
  .searcharea__tags p {
    padding-left: 5.1282051282vw;
    margin-right: 4.1025641026vw;
  }
}
.searcharea__tags a::before,
.searcharea__tags p::before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (min-width: 769px) {
  .searcharea__tags a::before,
  .searcharea__tags p::before {
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__tags a::before,
  .searcharea__tags p::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}
.searcharea__tags a::after,
.searcharea__tags p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Crect%20x%3D%220.399414%22%20y%3D%222.20032%22%20width%3D%227.2%22%20height%3D%220.6%22%20fill%3D%22white%22%2F%3E%20%3Crect%20x%3D%220.399414%22%20y%3D%225.20032%22%20width%3D%227.2%22%20height%3D%220.6%22%20fill%3D%22white%22%2F%3E%20%3Crect%20x%3D%225.7998%22%20y%3D%220.39917%22%20width%3D%227.2%22%20height%3D%220.6%22%20transform%3D%22rotate%2890%205.7998%200.39917%29%22%20fill%3D%22white%22%2F%3E%20%3Crect%20x%3D%222.7998%22%20y%3D%220.39917%22%20width%3D%227.2%22%20height%3D%220.6%22%20transform%3D%22rotate%2890%202.7998%200.39917%29%22%20fill%3D%22white%22%2F%3E%20%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 769px) {
  .searcharea__tags a::after,
  .searcharea__tags p::after {
    width: 7.2px;
    height: 7.2px;
    left: 2.5px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__tags a::after,
  .searcharea__tags p::after {
    left: 0.641025641vw;
    width: 1.8461538462vw;
    height: 1.8461538462vw;
  }
}

.profile .p-section__inner {
  display: flex;
}
@media all and (min-width: 769px) {
  .profile .p-section__inner {
    gap: 7.5564971751%;
    padding-top: 256px;
  }
}
@media all and (max-width: 768px) {
  .profile .p-section__inner {
    flex-direction: column;
    gap: 14.358974359vw;
    padding-top: 45.1282051282vw;
    padding-bottom: 0;
  }
}
@media all and (min-width: 769px) {
  .profile__imagearea {
    width: 24.3644067797%;
  }
}
@media all and (max-width: 768px) {
  .profile__imagearea {
    width: calc(52.3076923077vw + 6.1538461538vw);
  }
}
.profile__imagearea img {
  width: 100%;
}
@media all and (min-width: 769px) {
  .profile__imagearea .profile__portfolio {
    margin-top: 12px;
  }
}
@media all and (max-width: 768px) {
  .profile__imagearea .profile__portfolio {
    margin-top: 3.0769230769vw;
  }
}
@media all and (min-width: 769px) {
  .profile__body {
    width: 57.9802259887%;
  }
}
@media all and (max-width: 768px) {
  .profile__body {
    width: 100%;
  }
}
.profile__name {
  letter-spacing: 0.04rem;
  line-height: 1;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
}
@media all and (min-width: 769px) {
  .profile__name {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .profile__name {
    font-size: 5.1282051282vw;
  }
}
.profile__position {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
}
@media all and (min-width: 769px) {
  .profile__position {
    font-size: 16px;
    margin-top: 28px;
  }
}
@media all and (max-width: 768px) {
  .profile__position {
    font-size: 3.5897435897vw;
    margin-top: 8.2051282051vw;
  }
}
.profile__description {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.75;
}
@media all and (min-width: 769px) {
  .profile__description {
    font-size: 16px;
    margin-top: 28px;
  }
}
@media all and (max-width: 768px) {
  .profile__description {
    font-size: 3.5897435897vw;
    margin-top: 7.1794871795vw;
  }
}
.profile__portfolio {
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media all and (min-width: 769px) {
  .profile__portfolio {
    font-size: 14px;
    margin-top: 24px;
  }
}
@media all and (max-width: 768px) {
  .profile__portfolio {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
}
.profile__portfolio a {
  text-decoration: underline;
}
@media all and (min-width: 769px) {
  .profile__contacts, .profile__links, .profile__biography, .profile__speaker, .profile__awards {
    margin-top: 64px;
  }
}
@media all and (max-width: 768px) {
  .profile__contacts, .profile__links, .profile__biography, .profile__speaker, .profile__awards {
    margin-top: 16.4102564103vw;
  }
}
.profile__contacts h3, .profile__links h3, .profile__biography h3, .profile__speaker h3, .profile__awards h3 {
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media all and (min-width: 769px) {
  .profile__contacts h3, .profile__links h3, .profile__biography h3, .profile__speaker h3, .profile__awards h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 768px) {
  .profile__contacts h3, .profile__links h3, .profile__biography h3, .profile__speaker h3, .profile__awards h3 {
    font-size: 6.1538461538vw;
    margin-bottom: 4.1025641026vw;
  }
}
.profile__contacts .profile__contact-items {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .profile__contacts .profile__contact-items {
    gap: 16px;
  }
}
@media all and (max-width: 768px) {
  .profile__contacts .profile__contact-items {
    gap: 1.2820512821vw 4.1025641026vw;
  }
}
.profile__contacts .profile__contacts-link {
  font-family: "PP Object Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04rem;
  letter-spacing: -0.02rem;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .profile__contacts .profile__contacts-link {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .profile__contacts .profile__contacts-link {
    font-size: 5.1282051282vw;
  }
}
.profile__links .profile__links-items {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (min-width: 769px) {
  .profile__links .profile__links-items {
    gap: 2.2598870056vw;
  }
}
@media all and (max-width: 768px) {
  .profile__links .profile__links-items {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4.1025641026vw;
  }
}
.profile__links a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  .profile__links a {
    gap: 2px;
  }
}
@media all and (max-width: 768px) {
  .profile__links a {
    gap: 1.0256410256vw;
  }
}
.profile__links a span {
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media all and (min-width: 769px) {
  .profile__links a span {
    font-size: 10px;
    /*
    	@if($px < 12) {
    		font-size: 0.71rem;
    	}
    	@else if($px < 14) {
    		font-size: 0.86rem;
    	}
    	@else if($px < 16) {
    		font-size: 1rem;
    	}
    	@else if($px < 18) {
    		font-size: 1.15rem;
    	}
    	@else if($px < 20) {
    		font-size: 1.29rem;
    	}
    	@else if($px >= 20) {
    		font-size: 1.43rem;
    	}
    */
  }
}
@media all and (min-width: 769px) and (max-width: 1440px) {
  .profile__links a span {
    font-size: 6.25px;
    font-size: 0.6944444444vw;
  }
}
@media all and (min-width: 769px) and (min-width: 1440px) {
  .profile__links a span {
    font-size: 0.625rem;
  }
}
@media all and (max-width: 1024px) {
  .profile__links a span {
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .profile__links a span {
    font-size: 2.5641025641vw;
  }
}
@media all and (max-width: 1024px) {
  .profile__links .flowplateaux {
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .profile__links .flowplateaux {
    flex-direction: row;
  }
}
@media all and (min-width: 769px) {
  .profile__links .flowplateaux svg {
    width: 100%;
    max-width: 105px;
  }
}
@media all and (max-width: 768px) {
  .profile__links .flowplateaux svg {
    width: 26.9230769231vw;
  }
}
.profile__links .flowplateaux span {
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .profile__links .synesthesia-lab {
    width: 201px;
  }
}
@media all and (max-width: 768px) {
  .profile__links .synesthesia-lab {
    width: 51.5384615385vw;
  }
}
.profile__links .synesthesia-lab svg {
  width: 100%;
}
@media all and (min-width: 769px) {
  .profile__links .rakudasan {
    width: 156px;
  }
}
@media all and (max-width: 768px) {
  .profile__links .rakudasan {
    width: 40vw;
  }
}
.profile__links .rakudasan svg {
  width: 100%;
}
.profile .profile__info {
  display: flex;
  align-items: flex-start;
}
@media all and (min-width: 769px) {
  .profile .profile__info {
    gap: 0.8474576271%;
    margin-bottom: 8px;
  }
}
@media all and (max-width: 768px) {
  .profile .profile__info {
    gap: 1.0256410256vw;
    flex-direction: column;
    margin-bottom: 6.1538461538vw;
  }
}
.profile .profile__info .date,
.profile .profile__info .body {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .profile .profile__info .date,
  .profile .profile__info .body {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .profile .profile__info .date,
  .profile .profile__info .body {
    font-size: 3.5897435897vw;
  }
}
.profile .profile__info .date {
  flex-shrink: 0;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .profile .profile__info .date {
    width: 110px;
  }
}
@media all and (max-width: 768px) {
  .profile .profile__info .date {
    width: 100%;
  }
}
@media all and (min-width: 769px) {
  .profile .profile__info .body {
    flex-grow: 1;
  }
}
@media all and (max-width: 768px) {
  .profile .profile__info .body {
    width: 100%;
  }
}
.profile__awards .profile__awards-info span {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .profile__awards .profile__awards-info span {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .profile__awards .profile__awards-info span {
    font-size: 3.5897435897vw;
  }
}

.tagarea .p-section__inner {
  padding-bottom: 0;
}
.tagarea .tags {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .tagarea .tags {
    gap: 0.2824858757vw;
  }
}
@media all and (max-width: 768px) {
  .tagarea .tags {
    gap: 1.0256410256vw;
  }
}
.tagarea .tags a,
.tagarea .tags p {
  border: #DCDCDC 1px solid;
  color: #DCDCDC;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  font-family: "PP Object Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .tagarea .tags a,
  .tagarea .tags p {
    font-size: 18px;
    gap: 1px;
    padding: 9px 14px;
  }
  .tagarea .tags a:hover,
  .tagarea .tags p:hover {
    color: #000;
  }
}
@media all and (max-width: 768px) {
  .tagarea .tags a,
  .tagarea .tags p {
    font-size: 3.0769230769vw;
    gap: 1px;
    padding: 1.5384615385vw 2.0512820513vw;
  }
}
.tagarea .tags a.active,
.tagarea .tags p.active {
  color: #000;
}
@media all and (min-width: 769px) {
  .tagarea .tags a span,
  .tagarea .tags p span {
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .tagarea .tags a span,
  .tagarea .tags p span {
    font-size: 2.0512820513vw;
  }
}
.tagarea .tags p {
  color: #000;
}
.tagarea .tags.small a {
  color: #000;
}
@media all and (min-width: 769px) {
  .tagarea .tags.small a {
    padding: 6px 8px;
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .tagarea .tags.small a {
    font-size: 3.0769230769vw;
    padding: 1.0256410256vw 2.0512820513vw;
  }
}
.tagarea .tags.small a:hover {
  color: #000;
  border: #000 1px solid;
}

body.projects .p-section__inner,
body.post-type-archive-project .p-section__inner {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  body.projects .p-section__inner,
  body.post-type-archive-project .p-section__inner {
    gap: 3.1073446328vw;
  }
}
@media all and (max-width: 768px) {
  body.projects .p-section__inner,
  body.post-type-archive-project .p-section__inner {
    gap: 15.3846153846vw 7.1794871795vw;
    padding-top: 14.358974359vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
body.projects .project__titles,
body.projects .project__image,
body.post-type-archive-project .project__titles,
body.post-type-archive-project .project__image {
  background: #fff;
  flex-shrink: 0;
  flex-grow: 0;
  text-decoration: none;
  transition-property: transform, opacity, display, content-visibility;
  transition-duration: 0.32s;
  transition-behavior: allow-discrete;
  opacity: 1;
  transform: scale(1);
  content-visibility: visible;
  display: block;
}
@media all and (min-width: 769px) {
  body.projects .project__titles,
  body.projects .project__image,
  body.post-type-archive-project .project__titles,
  body.post-type-archive-project .project__image {
    width: 11.2994350282vw;
  }
}
@media all and (max-width: 768px) {
  body.projects .project__titles,
  body.projects .project__image,
  body.post-type-archive-project .project__titles,
  body.post-type-archive-project .project__image {
    width: 25.1282051282vw;
  }
}
body.projects .project__titles.invisible,
body.projects .project__image.invisible,
body.post-type-archive-project .project__titles.invisible,
body.post-type-archive-project .project__image.invisible {
  opacity: 0;
  transform: scale(0);
  content-visibility: hidden;
  display: none;
}
body.projects .project__titles .project__title,
body.post-type-archive-project .project__titles .project__title {
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
@media all and (min-width: 769px) {
  body.projects .project__titles .project__title,
  body.post-type-archive-project .project__titles .project__title {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project__titles .project__title,
  body.post-type-archive-project .project__titles .project__title {
    font-size: 3.3333333333vw;
    margin-bottom: 0.5128205128vw;
  }
}
body.projects .project__titles .project__name,
body.post-type-archive-project .project__titles .project__name {
  font-family: "PP Object Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
@media all and (min-width: 769px) {
  body.projects .project__titles .project__name,
  body.post-type-archive-project .project__titles .project__name {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project__titles .project__name,
  body.post-type-archive-project .project__titles .project__name {
    line-height: 1.1;
    font-size: 2.5641025641vw;
  }
}
body.projects .project__image,
body.post-type-archive-project .project__image {
  line-height: 0;
  cursor: pointer;
  position: relative;
  align-self: flex-start;
  overflow: hidden;
}
body.projects .project__image img,
body.post-type-archive-project .project__image img {
  margin: 0 auto;
  display: block;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
body.projects .project__image::before,
body.post-type-archive-project .project__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  backdrop-filter: blur(20px);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  mix-blend-mode: overlay;
  transform: scale(0.9, 1);
  will-change: transform;
}
body.projects .project__image:hover::before,
body.post-type-archive-project .project__image:hover::before {
  opacity: 0.7;
  transform: scale(1, 1.2);
}

@media all and (max-width: 768px) {
  body.projects .project-detail,
  .projects .project-detail {
    display: flex;
    flex-direction: column;
    gap: 4.1025641026vw 0;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail .p-section__inner,
  .projects .project-detail .p-section__inner {
    gap: 3.0769230769vw 0;
    padding-bottom: 0;
    width: 87.6923076923vw;
  }
}
@media all and (min-width: 769px) {
  body.projects .project-detail .project-detail__header,
  .projects .project-detail .project-detail__header {
    padding-top: 256px;
    padding-bottom: 112px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail .project-detail__header,
  .projects .project-detail .project-detail__header {
    padding-top: 45.1282051282vw;
    padding-bottom: 12.3076923077vw;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail .project-detail__header .project-detail__info,
  .projects .project-detail .project-detail__header .project-detail__info {
    padding-bottom: 8.2051282051vw;
  }
}
body.projects .project-detail .project-detail__header .project-detail__info h1,
.projects .project-detail .project-detail__header .project-detail__info h1 {
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
}
@media all and (min-width: 769px) {
  body.projects .project-detail .project-detail__header .project-detail__info h1,
  .projects .project-detail .project-detail__header .project-detail__info h1 {
    font-size: 72px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail .project-detail__header .project-detail__info h1,
  .projects .project-detail .project-detail__header .project-detail__info h1 {
    font-size: 11.2820512821vw;
    margin-bottom: 4.1025641026vw;
  }
}
body.projects .project-detail .project-detail__header .project-detail__info .project-detail__name,
.projects .project-detail .project-detail__header .project-detail__info .project-detail__name {
  font-family: "PP Object Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media all and (min-width: 769px) {
  body.projects .project-detail .project-detail__header .project-detail__info .project-detail__name,
  .projects .project-detail .project-detail__header .project-detail__info .project-detail__name {
    font-size: 32px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail .project-detail__header .project-detail__info .project-detail__name,
  .projects .project-detail .project-detail__header .project-detail__info .project-detail__name {
    font-size: 5.1282051282vw;
  }
}
@media all and (min-width: 769px) {
  body.projects .project-detail .project-detail__header .project-detail__info .tagarea,
  .projects .project-detail .project-detail__header .project-detail__info .tagarea {
    margin-top: 40px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail .project-detail__header .project-detail__info .tagarea,
  .projects .project-detail .project-detail__header .project-detail__info .tagarea {
    margin-top: 6.4102564103vw;
  }
}
@media all and (min-width: 769px) {
  body.projects .project-detail .project-detail__header .project-detail__description,
  .projects .project-detail .project-detail__header .project-detail__description {
    width: 45.7627118644vw;
  }
}
body.projects .project-detail .project-detail__header .project-detail__description h2,
.projects .project-detail .project-detail__header .project-detail__description h2 {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (min-width: 769px) {
  body.projects .project-detail .project-detail__header .project-detail__description h2,
  .projects .project-detail .project-detail__header .project-detail__description h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail .project-detail__header .project-detail__description h2,
  .projects .project-detail .project-detail__header .project-detail__description h2 {
    font-size: 5.1282051282vw;
    margin-bottom: 4.1025641026vw;
  }
}
body.projects .project-detail .project-detail__header .project-detail__description p,
.projects .project-detail .project-detail__header .project-detail__description p {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media all and (min-width: 769px) {
  body.projects .project-detail .project-detail__header .project-detail__description p,
  .projects .project-detail .project-detail__header .project-detail__description p {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail .project-detail__header .project-detail__description p,
  .projects .project-detail .project-detail__header .project-detail__description p {
    font-size: 3.5897435897vw;
  }
}
body.projects .project-detail__image,
.projects .project-detail__image {
  line-height: 0;
  width: 100%;
}
body.projects .project-detail__image img,
.projects .project-detail__image img {
  will-change: auto;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms; /* easeInOutCubic */
  opacity: 0;
  filter: blur(80px);
  transform: scale(1.04);
  clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
body.projects .project-detail__image iframe,
.projects .project-detail__image iframe {
  aspect-ratio: 560/315;
  -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms; /* easeInOutCubic */
  opacity: 0;
  filter: blur(80px);
  clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
body.projects .project-detail__image p.image__caption,
.projects .project-detail__image p.image__caption {
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  filter: blur(80px);
}
body.projects .project-detail__image.appear img,
.projects .project-detail__image.appear img {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
body.projects .project-detail__image.appear iframe,
.projects .project-detail__image.appear iframe {
  opacity: 1;
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
body.projects .project-detail__image.appear p,
.projects .project-detail__image.appear p {
  filter: blur(0px);
}
body.projects .project-detail__image .image__caption,
.projects .project-detail__image .image__caption {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media all and (min-width: 769px) {
  body.projects .project-detail__image .image__caption,
  .projects .project-detail__image .image__caption {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail__image .image__caption,
  .projects .project-detail__image .image__caption {
    font-size: 3.0769230769vw;
    padding-top: 1.5384615385vw;
  }
}
body.projects .project-detail__text p,
.projects .project-detail__text p {
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  filter: blur(80px);
}
body.projects .project-detail__text.appear p,
.projects .project-detail__text.appear p {
  filter: blur(0px);
}
body.projects .column-1,
.projects .column-1 {
  padding-top: 0;
}
@media all and (min-width: 769px) {
  body.projects .column-1,
  .projects .column-1 {
    padding-bottom: 12px;
  }
}
@media all and (max-width: 768px) {
  body.projects .column-1,
  .projects .column-1 {
    padding-bottom: 3.0769230769vw;
  }
}
body.projects .column-1 .project-detail__text,
.projects .column-1 .project-detail__text {
  margin: 0 auto;
}
@media all and (min-width: 769px) {
  body.projects .column-1 .project-detail__text,
  .projects .column-1 .project-detail__text {
    padding: 100px 0;
    width: 49.5762711864%;
  }
}
@media all and (max-width: 768px) {
  body.projects .column-1 .project-detail__text,
  .projects .column-1 .project-detail__text {
    padding: 12.3076923077vw 0;
  }
}
body.projects .column-1 .project-detail__text p,
.projects .column-1 .project-detail__text p {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media all and (min-width: 769px) {
  body.projects .column-1 .project-detail__text p,
  .projects .column-1 .project-detail__text p {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  body.projects .column-1 .project-detail__text p,
  .projects .column-1 .project-detail__text p {
    font-size: 3.5897435897vw;
  }
}
body.projects .column-1 .project-detail__image .image__caption,
.projects .column-1 .project-detail__image .image__caption {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin: 0 auto;
}
@media all and (min-width: 769px) {
  body.projects .column-1 .project-detail__image .image__caption,
  .projects .column-1 .project-detail__image .image__caption {
    padding-top: 10px;
    font-size: 14px;
    width: 66.384180791%;
  }
}
@media all and (max-width: 768px) {
  body.projects .column-1 .project-detail__image .image__caption,
  .projects .column-1 .project-detail__image .image__caption {
    font-size: 3.0769230769vw;
    padding-top: 1.5384615385vw;
  }
}
body.projects .column-2,
.projects .column-2 {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  body.projects .column-2,
  .projects .column-2 {
    gap: 3.1073446328vw 0.8474576271%;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }
}
@media all and (max-width: 768px) {
  body.projects .column-2,
  .projects .column-2 {
    flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  body.projects .column-2 > div,
  .projects .column-2 > div {
    width: 49.5762711864%;
  }
}
@media all and (max-width: 768px) {
  body.projects .column-2 .project-detail__image.empty,
  .projects .column-2 .project-detail__image.empty {
    display: none;
  }
}
@media all and (min-width: 769px) {
  body.projects .column-2 .project-detail__image .image__caption,
  .projects .column-2 .project-detail__image .image__caption {
    width: 37.4293785311vw;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 769px) {
  body.projects .column-2 .project-detail__text,
  .projects .column-2 .project-detail__text {
    padding: 100px 0;
  }
}
@media all and (max-width: 768px) {
  body.projects .column-2 .project-detail__text,
  .projects .column-2 .project-detail__text {
    padding: 12.3076923077vw 0;
  }
}
@media all and (max-width: 768px) {
  body.projects .column-2 .project-detail__text.empty,
  .projects .column-2 .project-detail__text.empty {
    display: none;
  }
}
body.projects .column-2 .project-detail__text p,
.projects .column-2 .project-detail__text p {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media all and (min-width: 769px) {
  body.projects .column-2 .project-detail__text p,
  .projects .column-2 .project-detail__text p {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  body.projects .column-2 .project-detail__text p,
  .projects .column-2 .project-detail__text p {
    font-size: 3.5897435897vw;
  }
}
body.projects .gallery__wrap,
.projects .gallery__wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 769px) {
  body.projects .gallery__wrap,
  .projects .gallery__wrap {
    padding: 12px 0;
  }
}
@media all and (max-width: 768px) {
  body.projects .gallery__wrap,
  .projects .gallery__wrap {
    padding: 3.0769230769vw 0;
  }
}
body.projects .gallery__wrap .gallery__inner,
.projects .gallery__wrap .gallery__inner {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  justify-content: flex-start;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
@media all and (min-width: 769px) {
  body.projects .gallery__wrap .gallery__inner,
  .projects .gallery__wrap .gallery__inner {
    gap: 0.8474576271vw;
    height: 468px;
  }
}
@media all and (max-width: 768px) {
  body.projects .gallery__wrap .gallery__inner,
  .projects .gallery__wrap .gallery__inner {
    gap: 3.0769230769vw;
    height: 41.0256410256vw;
    overflow-x: scroll;
  }
}
body.projects .gallery__wrap .gallery__inner::scroll-button(right), body.projects .gallery__wrap .gallery__inner::scroll-button(left),
.projects .gallery__wrap .gallery__inner::scroll-button(right),
.projects .gallery__wrap .gallery__inner::scroll-button(left) {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  opacity: 0.3;
  transform: translateY(-50%);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  border: #646464 1px solid;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(80px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIxNyIgeT0iMTIiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxLjI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxMzUgMTcgMTIpIiBmaWxsPSJibGFjayIvPjxyZWN0IHg9IjE2LjExNjIiIHk9IjEyLjg4MzkiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxLjI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDE2LjExNjIgMTIuODgzOSkiIGZpbGw9ImJsYWNrIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media all and (min-width: 769px) {
  body.projects .gallery__wrap .gallery__inner::scroll-button(right), body.projects .gallery__wrap .gallery__inner::scroll-button(left),
  .projects .gallery__wrap .gallery__inner::scroll-button(right),
  .projects .gallery__wrap .gallery__inner::scroll-button(left) {
    width: 48px;
    height: 48px;
    right: 12px;
    background-size: 24px 24px;
  }
}
@media all and (max-width: 768px) {
  body.projects .gallery__wrap .gallery__inner::scroll-button(right), body.projects .gallery__wrap .gallery__inner::scroll-button(left),
  .projects .gallery__wrap .gallery__inner::scroll-button(right),
  .projects .gallery__wrap .gallery__inner::scroll-button(left) {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    right: 3.0769230769vw;
    background-size: 5.1282051282vw 5.1282051282vw;
  }
}
body.projects .gallery__wrap .gallery__inner::scroll-button(left),
.projects .gallery__wrap .gallery__inner::scroll-button(left) {
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
@media all and (min-width: 769px) {
  body.projects .gallery__wrap .gallery__inner::scroll-button(left),
  .projects .gallery__wrap .gallery__inner::scroll-button(left) {
    left: 12px;
  }
}
@media all and (max-width: 768px) {
  body.projects .gallery__wrap .gallery__inner::scroll-button(left),
  .projects .gallery__wrap .gallery__inner::scroll-button(left) {
    left: 3.0769230769vw;
  }
}
body.projects .gallery__wrap .gallery__inner::scroll-button(*):not(:disabled),
.projects .gallery__wrap .gallery__inner::scroll-button(*):not(:disabled) {
  opacity: 1;
  cursor: pointer;
}
body.projects .gallery__wrap .gallery__inner::scroll-button(*):not(:disabled):hover,
.projects .gallery__wrap .gallery__inner::scroll-button(*):not(:disabled):hover {
  opacity: 0.7;
}
body.projects .gallery__wrap .gallery__inner::scroll-button(*):not(:disabled):active,
.projects .gallery__wrap .gallery__inner::scroll-button(*):not(:disabled):active {
  opacity: 0.5;
}
body.projects .gallery__wrap .gallery__inner .gallery__image,
.projects .gallery__wrap .gallery__inner .gallery__image {
  flex-shrink: 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
@media all and (min-width: 769px) {
  body.projects .gallery__wrap .gallery__inner .gallery__image,
  .projects .gallery__wrap .gallery__inner .gallery__image {
    width: 49.5762711864%;
  }
}
@media all and (max-width: 768px) {
  body.projects .gallery__wrap .gallery__inner .gallery__image,
  .projects .gallery__wrap .gallery__inner .gallery__image {
    width: calc(52.3076923077vw + 15.3846153846vw);
  }
}
body.projects .gallery__wrap .gallery__inner .gallery__image img,
.projects .gallery__wrap .gallery__inner .gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.projects .project-detail__foot,
.projects .project-detail__foot {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 769px) {
  body.projects .project-detail__foot,
  .projects .project-detail__foot {
    gap: 8px;
    padding: 100px 0;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail__foot,
  .projects .project-detail__foot {
    width: 100%;
    padding: 12.3076923077vw 0;
  }
}
body.projects .project-detail__foot .project-foot__set,
.projects .project-detail__foot .project-foot__set {
  display: flex;
  align-items: flex-start;
}
@media all and (min-width: 769px) {
  body.projects .project-detail__foot .project-foot__set,
  .projects .project-detail__foot .project-foot__set {
    gap: 8.4039548023%;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail__foot .project-foot__set,
  .projects .project-detail__foot .project-foot__set {
    gap: 3.0769230769vw;
  }
}
@media all and (min-width: 769px) {
  body.projects .project-detail__foot .project-foot__set.mt-1,
  .projects .project-detail__foot .project-foot__set.mt-1 {
    margin-top: 32px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail__foot .project-foot__set.mt-1,
  .projects .project-detail__foot .project-foot__set.mt-1 {
    margin-top: 4.1025641026vw;
  }
}
body.projects .project-detail__foot .project-foot__head,
.projects .project-detail__foot .project-foot__head {
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  flex-shrink: 0;
}
@media all and (min-width: 769px) {
  body.projects .project-detail__foot .project-foot__head,
  .projects .project-detail__foot .project-foot__head {
    font-size: 16px;
    width: 7.5564971751%;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail__foot .project-foot__head,
  .projects .project-detail__foot .project-foot__head {
    width: 13.0769230769vw;
    font-size: 2.8205128205vw;
  }
}
body.projects .project-detail__foot .project-foot__body,
.projects .project-detail__foot .project-foot__body {
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  word-break: break-word;
}
@media all and (min-width: 769px) {
  body.projects .project-detail__foot .project-foot__body,
  .projects .project-detail__foot .project-foot__body {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  body.projects .project-detail__foot .project-foot__body,
  .projects .project-detail__foot .project-foot__body {
    width: calc(65.3846153846vw + 12.3076923077vw);
    font-size: 2.8205128205vw;
  }
}
body.projects .project-detail__foot .project-foot__body a,
.projects .project-detail__foot .project-foot__body a {
  text-decoration: underline;
}

main {
  opacity: 1;
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 80ms;
  -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 80ms;
  -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 80ms;
  -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 80ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 80ms; /* easeOutQuint */
}

main.loading {
  opacity: 0;
}

body.home main {
  overflow: hidden;
}
body.home .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media all and (min-width: 769px) {
  body.home .background {
    top: 72px;
    height: calc(100vh - 72px);
    clip-path: polygon(12px 56px, calc(100% - 12px) 56px, calc(100% - 12px) calc(100% - 12px), 12px calc(100% - 12px));
  }
}
@media all and (max-width: 768px) {
  body.home .background {
    top: 0;
    height: calc(100dvh - 52px);
    background: #fcc;
    clip-path: polygon(3.0769230769vw 14.358974359vw, calc(100% - 3.0769230769vw) 14.358974359vw, calc(100% - 3.0769230769vw) calc(100% - 3.0769230769vw), 3.0769230769vw calc(100% - 3.0769230769vw));
  }
}
body.home .background__inner {
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  body.home .background__inner {
    height: 100%;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  body.home .background__inner {
    left: 50%;
    width: 93.8461538462vw;
    height: 100%;
    transform: translate(-50%, 0);
    margin-top: 14.358974359vw;
  }
}
body.home .background__inner img,
body.home .background__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  opacity: 1;
}
body.home .background__inner img.active,
body.home .background__inner video.active {
  opacity: 1;
}
body.home .background__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
body.home .background .mv-scroll {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border-bottom: #fff 1px dotted;
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  body.home .background .mv-scroll {
    padding-bottom: 6px;
    right: 23px;
    bottom: 34px;
  }
}
@media all and (max-width: 768px) {
  body.home .background .mv-scroll {
    padding-bottom: 2.5641025641vw;
    right: 2.0512820513vw;
    bottom: 4.1025641026vw;
  }
}
body.home .background .mv-scroll span {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04rem;
  color: #fff;
  writing-mode: vertical-rl;
}
@media all and (min-width: 769px) {
  body.home .background .mv-scroll span {
    margin-bottom: 15px;
    font-size: 12px;
    margin-right: 4px;
  }
}
@media all and (max-width: 768px) {
  body.home .background .mv-scroll span {
    font-size: 3.5897435897vw;
    margin-bottom: 3.8461538462vw;
  }
}
body.home .background .mv-scroll svg {
  -moz-animation-name: mvscroll;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: ease-out-quint;
  -moz-animation-iteration-count: infinite;
  animation-name: mvscroll;
  animation-duration: 3s;
  animation-timing-function: ease-out-quint;
  animation-iteration-count: infinite;
  -webkit-animation-name: mvscroll;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease-out-quint;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: mvscroll;
  -o-animation-duration: 3s;
  -o-animation-timing-function: ease-out-quint;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: mvscroll;
  -ms-animation-duration: 3s;
  -ms-animation-timing-function: ease-out-quint;
  -ms-animation-iteration-count: infinite;
}
@media all and (min-width: 769px) {
  body.home .background .mv-scroll svg {
    width: 15px;
    height: 16px;
  }
}
@media all and (max-width: 768px) {
  body.home .background .mv-scroll svg {
    width: 3.8461538462vw;
    height: 4.1025641026vw;
  }
}
body.home .background.leave img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: scale(1.02);
}
body.home .background.leave .background__inner::after {
  opacity: 1;
}
body.home .background.leave .mv-scroll {
  transform: translate(400%, 0%);
}
@media all and (min-width: 769px) {
  body.home main#primary {
    margin-top: 100vh;
  }
}
@media all and (max-width: 768px) {
  body.home main#primary {
    margin-top: 147.6923076923vw;
  }
}
body.home .p-section {
  width: 100%;
  background: #fff;
}
body.home .p-section__inner::before, body.home .p-section__inner::after {
  flex-shrink: 0;
  flex-grow: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
body.home .p-section__titlearea {
  padding-bottom: 0;
}
@media all and (max-width: 768px) {
  body.home .p-section__titlearea {
    padding: 14.358974359vw 0;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__titlearea::before {
    width: 15.1129943503%;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__titlearea::after {
    width: 7.5564971751%;
  }
}
body.home h2.p-section__title {
  color: #000;
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  body.home h2.p-section__title {
    font-size: 56px;
    gap: 24px;
  }
}
@media all and (max-width: 768px) {
  body.home h2.p-section__title {
    gap: 2.0512820513vw;
  }
}
@media all and (max-width: 768px) {
  body.home h2.p-section__title {
    font-size: 8.2051282051vw;
  }
}
body.home h2.p-section__title span {
  line-height: 1.25;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
}
@media all and (min-width: 769px) {
  body.home h2.p-section__title span {
    font-size: 32px;
  }
}
@media all and (max-width: 768px) {
  body.home h2.p-section__title span {
    font-size: 4.6153846154vw;
  }
}
@media all and (max-width: 768px) {
  body.home .home-contents {
    display: flex;
    flex-direction: column;
    gap: 20.5128205128vw;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__inner.start-1::before {
    width: 0%;
  }
}
@media all and (max-width: 768px) {
  body.home .p-section__inner.start-1::before {
    width: 0vw;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__inner.start-2::before {
    width: 7.5564971751%;
  }
}
@media all and (max-width: 768px) {
  body.home .p-section__inner.start-2::before {
    width: 0vw;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__inner.start-3::before {
    width: 15.1129943503%;
  }
}
@media all and (max-width: 768px) {
  body.home .p-section__inner.start-3::before {
    width: 13.0769230769vw;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__inner.start-4::before {
    width: 22.6694915254%;
  }
}
@media all and (max-width: 768px) {
  body.home .p-section__inner.start-4::before {
    width: 13.0769230769vw;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__inner.start-5::before {
    width: 30.2259887006%;
  }
}
@media all and (max-width: 768px) {
  body.home .p-section__inner.start-5::before {
    width: 26.1538461538vw;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__inner.start-6::before {
    width: 37.7824858757%;
  }
}
@media all and (max-width: 768px) {
  body.home .p-section__inner.start-6::before {
    width: 26.1538461538vw;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__inner.start-7::before {
    width: 45.3389830508%;
  }
}
@media all and (max-width: 768px) {
  body.home .p-section__inner.start-7::before {
    width: 39.2307692308vw;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__inner.start-7::after {
    width: 7.5564971751%;
  }
}
@media all and (max-width: 768px) {
  body.home .p-section__inner.start-7::after {
    width: 0vw;
  }
}
@media all and (min-width: 769px) {
  body.home .p-section__inner.start-8::before {
    width: 52.895480226%;
  }
}
@media all and (max-width: 768px) {
  body.home .p-section__inner.start-8::before {
    width: 39.2307692308vw;
  }
}
body.home .item {
  text-decoration: none;
}
@media all and (min-width: 769px) {
  body.home .item.size-small {
    width: 30.2259887006%;
  }
}
@media all and (max-width: 768px) {
  body.home .item.size-small {
    width: 45.3846153846vw;
  }
}
@media all and (min-width: 769px) {
  body.home .item.size-medium {
    width: 37.7824858757%;
  }
}
@media all and (max-width: 768px) {
  body.home .item.size-medium {
    width: 61.5384615385vw;
  }
}
@media all and (min-width: 769px) {
  body.home .item.size-large {
    width: 52.895480226%;
  }
}
@media all and (max-width: 768px) {
  body.home .item.size-large {
    width: 77.6923076923vw;
  }
}
body.home .item__image {
  position: relative;
}
body.home .item__image img,
body.home .item__image video {
  width: 100%;
  will-change: transform;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
body.home .item__image video {
  object-fit: cover;
  height: 100%;
}
body.home .item__image .image1 {
  position: relative;
  left: 0;
  z-index: 1;
}
body.home .item__image .image1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(80px);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  opacity: 0;
}
body.home .item__image .image2 {
  top: 0;
  right: 0;
  position: absolute;
}
body.home .item__image .image2 img {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
body.home .item__image .image2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(80px);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
@media all and (max-width: 768px) {
  body.home .item.appear .item__image .image1::after {
    opacity: 1;
  }
  body.home .item.appear .item__image .image2 {
    z-index: 1;
  }
  body.home .item.appear .item__image .image2::after {
    opacity: 0;
  }
}
@media all and (min-width: 769px) {
  body.home .item:hover .item__image .image1::after {
    opacity: 1;
  }
  body.home .item:hover .item__image .image2 {
    z-index: 1;
  }
  body.home .item:hover .item__image .image2::after {
    opacity: 0;
  }
}
@media all and (min-width: 769px) {
  body.home .item.misalign-right .image1 {
    transform: translate(0, 80px);
  }
}
@media all and (max-width: 768px) {
  body.home .item.misalign-right .image1 {
    transform: translate(0, 28.7179487179vw);
  }
}
@media all and (min-width: 769px) {
  body.home .item.misalign-right .image2 {
    transform: translate(7.5564971751%, 0);
  }
}
@media all and (max-width: 768px) {
  body.home .item.misalign-right .image2 {
    transform: translate(16.1538461538vw, 0);
  }
}
@media all and (min-width: 769px) {
  body.home .item.misalign-left .image1 {
    transform: translate(0, 80px);
  }
}
@media all and (max-width: 768px) {
  body.home .item.misalign-left .image1 {
    transform: translate(0, 28.7179487179vw);
  }
}
@media all and (min-width: 769px) {
  body.home .item.misalign-left .image2 {
    transform: translate(-7.5564971751%, 0);
  }
}
@media all and (max-width: 768px) {
  body.home .item.misalign-left .image2 {
    transform: translate(-16.1538461538vw, 0);
  }
}
body.home .item .item__title {
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  filter: blur(80px);
}
@media all and (min-width: 769px) {
  body.home .item .item__title {
    font-size: 32px;
    margin-top: 80px;
  }
}
@media all and (max-width: 768px) {
  body.home .item .item__title {
    font-size: 4.6153846154vw;
    margin-top: 31.2820512821vw;
  }
}
body.home .item .item__name {
  font-family: "PP Object Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04rem;
  letter-spacing: -0.02rem;
  line-height: 1;
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  filter: blur(80px);
}
@media all and (min-width: 769px) {
  body.home .item .item__name {
    font-size: 16px;
    margin-top: 6px;
  }
}
@media all and (max-width: 768px) {
  body.home .item .item__name {
    font-size: 2.5641025641vw;
    margin-top: 0.7692307692vw;
  }
}
body.home .item .item__info.appear .item__title,
body.home .item .item__info.appear .item__name {
  filter: blur(0);
}

.allprojects .p-section__inner {
  justify-content: center;
}
.allprojects a {
  font-family: "PP Object Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04rem;
  text-align: center;
  color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
@media all and (min-width: 769px) {
  .allprojects a {
    font-size: 48px;
  }
}
@media all and (max-width: 768px) {
  .allprojects a {
    font-size: 6.1538461538vw;
    padding: 41.0256410256vw 0 20.5128205128vw;
  }
}

.category-area {
  position: fixed;
  bottom: 0;
  opacity: 0;
  background: transparent !important;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
@media all and (min-width: 769px) {
  .category-area {
    bottom: 100px;
  }
}
@media all and (max-width: 768px) {
  .category-area {
    bottom: 20.5128205128vw;
  }
}
.category-area .p-section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media all and (min-width: 769px) {
  .category-area .p-section__inner {
    justify-content: center;
    gap: 24px;
  }
}
@media all and (max-width: 768px) {
  .category-area .p-section__inner {
    width: 82.0512820513vw;
  }
}
.category-area .p-section__inner::before, .category-area .p-section__inner::after {
  display: none;
}
.category-area .p-section__inner .category-item,
.category-area .p-section__inner .category__title {
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(80px);
  border: #474747 1px solid;
  border-radius: 8.9743589744vw;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: space-between;
  font-family: "GT Super Display", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .category-area .p-section__inner .category-item,
  .category-area .p-section__inner .category__title {
    font-size: 18px;
    padding: 16px 30px;
  }
}
@media all and (max-width: 768px) {
  .category-area .p-section__inner .category-item,
  .category-area .p-section__inner .category__title {
    font-size: 3.0769230769vw;
    padding: 4.1025641026vw 2.5641025641vw;
  }
}
.category-area .p-section__inner a {
  text-decoration: none;
}
.category-area .p-section__inner .category__title {
  display: flex;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .category-area .p-section__inner .category__title {
    gap: 24px;
  }
}
@media all and (max-width: 768px) {
  .category-area .p-section__inner .category__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.6153846154vw;
    padding: 2.5641025641vw 2.5641025641vw;
  }
}
@media all and (min-width: 769px) {
  .category-area .p-section__inner .category__title svg {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .category-area .p-section__inner .category__title svg {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
.category-area .p-section__inner .category__title a {
  position: relative;
}
@media all and (min-width: 769px) {
  .category-area .p-section__inner .category__title a::after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
    transform: scale(0, 1);
  }
}
@media all and (max-width: 768px) {
  .category-area .p-section__inner .category__title a {
    opacity: 0;
    display: none;
  }
}
.category-area .p-section__inner .category__title a:hover::after {
  transform: scale(1, 1);
}
.category-area .p-section__inner .category__title a.active::after {
  transform: scale(1, 1);
}
@media all and (max-width: 768px) {
  .category-area .p-section__inner .category__title a.active {
    opacity: 1;
    display: flex;
  }
}

body.scrolled .category-area {
  opacity: 1;
}
