@charset "UTF-8";
/* === RESET ===*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Reset iOS default form style */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/* === LISTS === */
/* lists reset */
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
:root {
  --flow-space: 1.5rem;
  --section-padding: calc(
    var(--flow-space) * 2.5
  );
  --ease-standard: cubic-bezier(0.4, 0.14, 0.3, 1);
  --ease-fadein: cubic-bezier(0, 0, 0.3, 1);
  --ease-fadeout: cubic-bezier(0.4, 0.14, 1, 1);
}

body {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 1.125rem;
    line-height: 1.411;
  }
}

h5,
.h5 {
  font-size: 1.4625rem;
  line-height: calc(2px + 2.5ex + 2px);
  margin-bottom: 0.65em;
  font-size: min(max(1rem, 4.4625vw), 1.4625rem);
}

h5.en,
.h5.en {
  font-size: 1.4625rem;
  line-height: calc(2px + 2.5ex + 2px);
  margin-bottom: 0.65em;
  font-size: min(max(1 * 1rem, 1 *  4.4625vw), 1 * 1.4625rem);
}

h4,
.h4 {
  font-size: 1.90125rem;
  line-height: calc(2px + 2.5ex + 2px);
  margin-bottom: 0.65em;
  font-size: min(max(1.2738375rem, 4.6274125vw), 1.90125rem);
}

h4.en,
.h4.en {
  font-size: 1.90125rem;
  line-height: calc(2px + 2.5ex + 2px);
  margin-bottom: 0.65em;
  font-size: min(max(1 * 1.2738375rem, 1 *  4.6274125vw), 1 * 1.90125rem);
}

h3,
.h3 {
  font-size: 2.471625rem;
  line-height: calc(2px + 2.5ex + 2px);
  margin-bottom: 0.65em;
  font-size: min(max(1.65598875rem, 4.81563625vw), 2.471625rem);
}

h3.en,
.h3.en {
  font-size: 2.471625rem;
  line-height: calc(2px + 2.5ex + 2px);
  margin-bottom: 0.65em;
  font-size: min(max(1 * 1.65598875rem, 1 *  4.81563625vw), 1 * 2.471625rem);
}

h2,
.h2 {
  font-size: 3.2131125rem;
  line-height: calc(2px + 2.5ex + 2px);
  margin-bottom: 0.65em;
  font-size: min(max(2.152785375rem, 5.060327125vw), 3.2131125rem);
}

h2.en,
.h2.en {
  font-size: 3.2131125rem;
  line-height: calc(2px + 2.5ex + 2px);
  margin-bottom: 0.65em;
  font-size: min(max(1 * 2.152785375rem, 1 *  5.060327125vw), 1 * 3.2131125rem);
}

h1,
.h1 {
  font-size: 4.17704625rem;
  line-height: calc(2px + 2.5ex + 2px);
  margin-bottom: 0.65em;
  font-size: min(max(2.088523125rem, 6.088523125vw), 4.17704625rem);
}

h1.en,
.h1.en {
  font-size: 4.17704625rem;
  line-height: calc(2px + 2.5ex + 2px);
  margin-bottom: 0.65em;
  font-size: min(max(1 * 2.088523125rem, 1 *  6.088523125vw), 1 * 4.17704625rem);
}

@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 1.4625rem;
    line-height: calc(2px + 2.5ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1rem, 5.4625vw), 1.4625rem);
  }
  h5.en,
  .h5.en {
    font-size: 1.4625rem;
    line-height: calc(2px + 2.5ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1 * 1rem, 1 *  5.4625vw), 1 * 1.4625rem);
  }
  h4,
  .h4 {
    font-size: 1.90125rem;
    line-height: calc(2px + 2.5ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1rem, 5.90125vw), 1.90125rem);
  }
  h4.en,
  .h4.en {
    font-size: 1.90125rem;
    line-height: calc(2px + 2.5ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1 * 1rem, 1 *  5.90125vw), 1 * 1.90125rem);
  }
  h3,
  .h3 {
    font-size: 2.471625rem;
    line-height: calc(2px + 2.5ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1rem, 6.471625vw), 2.471625rem);
  }
  h3.en,
  .h3.en {
    font-size: 2.471625rem;
    line-height: calc(2px + 2.5ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1 * 1rem, 1 *  6.471625vw), 1 * 2.471625rem);
  }
  h2,
  .h2 {
    font-size: 3.2131125rem;
    line-height: calc(2px + 2.5ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1.285245rem, 6.9278675vw), 3.2131125rem);
  }
  h2.en,
  .h2.en {
    font-size: 3.2131125rem;
    line-height: calc(2px + 2.5ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1 * 1.285245rem, 1 *  6.9278675vw), 1 * 3.2131125rem);
  }
  h1,
  .h1 {
    font-size: 4.17704625rem;
    line-height: calc(2px + 2.5ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1.6708185rem, 7.50622775vw), 4.17704625rem);
  }
  h1.en,
  .h1.en {
    font-size: 4.17704625rem;
    line-height: calc(2px + 2.5ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1 * 1.6708185rem, 1 *  7.50622775vw), 1 * 4.17704625rem);
  }
}
@media (min-width: 1440px) {
  h5,
  .h5 {
    font-size: 1.499625rem;
    line-height: calc(2px + 2ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1rem, 5.499625vw), 1.499625rem);
  }
  h5.en,
  .h5.en {
    font-size: 1.499625rem;
    line-height: calc(2px + 2ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1 * 1rem, 1 *  5.499625vw), 1 * 1.499625rem);
  }
  h4,
  .h4 {
    font-size: 1.999000125rem;
    line-height: calc(2px + 2ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1rem, 5.999000125vw), 1.999000125rem);
  }
  h4.en,
  .h4.en {
    font-size: 1.999000125rem;
    line-height: calc(2px + 2ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1 * 1rem, 1 *  5.999000125vw), 1 * 1.999000125rem);
  }
  h3,
  .h3 {
    font-size: 2.6646671666rem;
    line-height: calc(2px + 2ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1rem, 6.6646671666vw), 2.6646671666rem);
  }
  h3.en,
  .h3.en {
    font-size: 2.6646671666rem;
    line-height: calc(2px + 2ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1 * 1rem, 1 *  6.6646671666vw), 1 * 2.6646671666rem);
  }
  h2,
  .h2 {
    font-size: 3.5520013331rem;
    line-height: calc(2px + 2ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1.4208005332rem, 7.1312007999vw), 3.5520013331rem);
  }
  h2.en,
  .h2.en {
    font-size: 3.5520013331rem;
    line-height: calc(2px + 2ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1 * 1.4208005332rem, 1 *  7.1312007999vw), 1 * 3.5520013331rem);
  }
  h1,
  .h1 {
    font-size: 4.734817777rem;
    line-height: calc(2px + 2ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1.8939271108rem, 7.8408906662vw), 4.734817777rem);
  }
  h1.en,
  .h1.en {
    font-size: 4.734817777rem;
    line-height: calc(2px + 2ex + 2px);
    margin-bottom: 0.65em;
    font-size: min(max(1 * 1.8939271108rem, 1 *  7.8408906662vw), 1 * 4.734817777rem);
  }
}
p,
li,
h1,
h2,
h3,
h4,
h5 {
  word-break: break-word;
  margin-top: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222326;
}

h5.en,
.h5.en {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4.en,
.h4.en {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3.en,
.h3.en {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2.en,
.h2.en {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.en,
.h1.en {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* this makes the H5 become as big as the body text */
p {
  line-height: 150%;
}

.p-small {
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .p-small {
    font-size: 0.9rem;
  }
}
@media (min-width: 1440px) {
  .p-small {
    font-size: 0.9rem;
  }
}

.p-normal {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .p-normal {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  .p-normal {
    font-size: 1.125rem;
  }
}

.p-big:not(.button) {
  font-size: 1.40625rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .p-big:not(.button) {
    font-size: 1.40625rem;
  }
}
@media (min-width: 1440px) {
  .p-big:not(.button) {
    font-size: 1.40625rem;
  }
}

.overline,
time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .overline,
  time {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  .overline,
  time {
    font-size: 1.191375rem;
  }
}

.overline.en {
  font-family: "poppins", sans-serif;
}

/* === MARGINS AND FLOW === */
.flow > * + * {
  margin-top: var(--flow-space, 24rem);
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: var(--flow-space);
}

.mt2 {
  margin-top: calc(2 * var(--flow-space));
}

.mt3 {
  margin-top: calc(3 * var(--flow-space));
}

.mt4 {
  margin-top: calc(4 * var(--flow-space));
}

.mt5 {
  margin-top: calc(5 * var(--flow-space));
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: var(--flow-space);
}

.mb2 {
  margin-bottom: calc(2 * var(--flow-space));
}

.mb3 {
  margin-bottom: calc(3 * var(--flow-space));
}

.mb4 {
  margin-bottom: calc(4 * var(--flow-space));
}

.mb5 {
  margin-bottom: calc(5 * var(--flow-space));
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: var(--flow-space);
}

.pt2 {
  padding-top: calc(2 * var(--flow-space));
}

.pt3 {
  padding-top: calc(3 * var(--flow-space));
}

.pt4 {
  padding-top: calc(4 * var(--flow-space));
}

.pt5 {
  padding-top: calc(5 * var(--flow-space));
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: var(--flow-space);
}

.pb2 {
  padding-bottom: calc(2 * var(--flow-space));
}

.pb3 {
  padding-bottom: calc(3 * var(--flow-space));
}

.pb4 {
  padding-bottom: calc(4 * var(--flow-space));
}

.pb5 {
  padding-bottom: calc(5 * var(--flow-space));
}

/* === COLORS == = */
.red {
  color: #b64100;
}

.color1 {
  color: #FCFCFC;
}

.color2 {
  color: #F9F9F9;
}

.color3 {
  color: #F2F2F3;
}

.color4 {
  color: #CBCBD0;
}

.color5 {
  color: #9596A1;
}

.color6 {
  color: #474851;
}

.color7 {
  color: #474851;
}

.color8 {
  color: #37373D;
}

.color9 {
  color: #222326;
}

.color10 {
  color: #19191C;
}

.color11 {
  color: #ffffff;
}

.color12 {
  color: #ffffff;
}

.color13 {
  color: #ffffff;
}

.color14 {
  color: #ffffff;
}

.color15 {
  color: #ffffff;
}

.color16 {
  color: #ffffff;
}

.color17 {
  color: #ffffff;
}

.color18 {
  color: #ababab;
}

.color19 {
  color: #000000;
}

.color21 {
  color: #4F37C8;
}

.color22 {
  color: #A2369E;
}

.color23 {
  color: #DC3664;
}

.color24 {
  color: #EF6E52;
}

.color25 {
  color: #F6A959;
}

.color26 {
  color: #FDD65F;
}

.color27 {
  color: #8d8e58;
}

.color28 {
  color: #696a44;
}

.color29 {
  color: #45462e;
}

.color31 {
  color: #7A8FE6;
}

.color32 {
  color: #AA8FC5;
}

.color33 {
  color: #D68EA5;
}

.color34 {
  color: #EFA098;
}

.color35 {
  color: #F7C19A;
}

.color36 {
  color: #FFE59D;
}

.color37 {
  color: #c12222;
}

.color38 {
  color: #a21616;
}

.color39 {
  color: #830d0d;
}

.color-primary {
  color: #222326;
}

.color-secondary {
  color: #474851;
}

.color-tertiary {
  color: #F6A959;
}

.color-quaternary {
  color: #4F37C8;
}

.bg11 {
  background-color: #ffffff;
}

.bg12 {
  background-color: #ffffff;
}

.bg13 {
  background-color: #ffffff;
}

.bg14 {
  background-color: #ffffff;
}

.bg15 {
  background-color: #ffffff;
}

.bg16 {
  background-color: #ffffff;
}

.bg17 {
  background-color: #ffffff;
}

.bg18 {
  background-color: #ababab;
}

.bg19 {
  background-color: #000000;
}

.bg21 {
  background-color: #4F37C8;
}

.bg22 {
  background-color: #A2369E;
}

.bg23 {
  background-color: #DC3664;
}

.bg24 {
  background-color: #EF6E52;
}

.bg25 {
  background-color: #F6A959;
}

.bg26 {
  background-color: #FDD65F;
}

.bg27 {
  background-color: #8d8e58;
}

.bg28 {
  background-color: #696a44;
}

.bg29 {
  background-color: #45462e;
}

.bg31 {
  background-color: #7A8FE6;
}

.bg32 {
  background-color: #AA8FC5;
}

.bg33 {
  background-color: #D68EA5;
}

.bg34 {
  background-color: #EFA098;
}

.bg35 {
  background-color: #F7C19A;
}

.bg36 {
  background-color: #FFE59D;
}

.bg37 {
  background-color: #c12222;
}

.bg38 {
  background-color: #a21616;
}

.bg39 {
  background-color: #830d0d;
}

.bg-primary {
  background-color: #222326;
}

.bg-secondary {
  background-color: #474851;
}

.bg-tertiary {
  background-color: #F6A959;
}

.bg-quaternary {
  background-color: #4F37C8;
}

/* === FILTERS TO COLOR SVG ICONS === */
.filter-primary:before {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(16%) saturate(1684%) hue-rotate(128deg) brightness(84%) contrast(107%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(16%) saturate(1684%) hue-rotate(128deg) brightness(84%) contrast(107%);
}

.filter-secondary:before {
  -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(51%) saturate(2162%) hue-rotate(360deg) brightness(103%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(67%) sepia(51%) saturate(2162%) hue-rotate(360deg) brightness(103%) contrast(104%);
}

.filter-tertiary:before {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(92%) saturate(7494%) hue-rotate(253deg) brightness(116%) contrast(116%);
  filter: brightness(0) saturate(100%) invert(17%) sepia(92%) saturate(7494%) hue-rotate(253deg) brightness(116%) contrast(116%);
}

.filter-quaternary:before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(0%) hue-rotate(39deg) brightness(103%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(0%) hue-rotate(39deg) brightness(103%) contrast(102%);
}

/* === FONT-FAMILIES === */
.poppins {
  font-family: "poppins", sans-serif;
}

.en-font, .menu-container .content-right dt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* === TEXT VARIATIONS === */
.text-bold {
  font-weight: 600 !important;
}

.text-left {
  text-align: left;
}

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

.text-justify {
  text-align: justify;
}

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

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.text-shadow {
  text-shadow: 0 0 20px black;
}

/* === DISPLAY VARIATIONS === */
.display-block {
  display: block;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

/* === VISIBILITY  === */
@media (min-width: 640px) {
  .hide-for-medium {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hide-for-large {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .hide-for-medium-only {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hide-for-large-only {
    display: none;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .hide-for-xlarge-only {
    display: none;
  }
}

/* === foundation container full ex:  .grid-container .full-container-small .normal-container-medium === */
.full-container-small {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  overflow-x: hidden;
}

@media (min-width: 640px) {
  .full-container-medium {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (min-width: 1024px) {
  .full-container-large {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (min-width: 640px) {
  .normal-container-medium {
    max-width: 120rem;
    padding-right: calc(4rem / 2);
    padding-left: calc(4rem / 2);
  }
}

@media (min-width: 1024px) {
  .normal-container-large {
    max-width: 120rem;
    padding-right: calc(6rem / 2);
    padding-left: calc(6rem / 2);
  }
}

/* === LAYER STYLES  === */
.radius-small {
  border-radius: 1.25rem;
}

.radius-medium {
  border-radius: 1.5rem;
}

.radius-large {
  border-radius: 2rem;
}

.radius-xlarge {
  border-radius: 4rem;
}

/* === LANGUAGE  === don't touch
* [lang*='en'] {
    text-transform: capitalize;
    transform: size(1.5);
}
*:lang(en) {
  color: red;
}
*/
/* === WHITE SPACE === */
.nowrap {
  white-space: nowrap;
}

/* === MIX BLEND MODE === */
.blend-multiply {
  mix-blend-mode: multiply;
}

/* === PHOTO RATIOS === */
.img1-1,
.img4-3,
.img4-3,
.img7-5,
.img5-7 {
  display: block;
  background-size: cover;
}

.img1-1 {
  padding-top: 100%;
}

.img3-2 {
  padding-top: 66.6666%;
}

.img2-3 {
  padding-top: 150%;
}

.img4-3 {
  padding-top: 75%;
}

.img3-4 {
  padding-top: 133.333%;
}

.img7-5 {
  padding-top: 71.42%;
}

.img16-9 {
  padding-top: 56.25%;
}

.img5-7 {
  padding-top: 140%;
}

/* === SECTION PADDING / MARGIN === */
.section-padding {
  padding-top: calc(2 * var(--flow-space));
  padding-bottom: calc(2 * var(--flow-space));
}
@media (min-width: 640px) {
  .section-padding {
    padding-top: calc(3 * var(--flow-space));
    padding-bottom: calc(3 * var(--flow-space));
  }
}
@media (min-width: 1024px) {
  .section-padding {
    padding-top: calc(4 * var(--flow-space));
    padding-bottom: calc(4 * var(--flow-space));
  }
}

.section-margin {
  margin-top: calc(2 * var(--flow-space));
  margin-bottom: calc(2 * var(--flow-space));
}
@media (min-width: 640px) {
  .section-margin {
    margin-top: calc(3 * var(--flow-space));
    margin-bottom: calc(3 * var(--flow-space));
  }
}
@media (min-width: 1024px) {
  .section-margin {
    margin-top: calc(4 * var(--flow-space));
    margin-bottom: calc(4 * var(--flow-space));
  }
}

.keep-all {
  display: inline-block;
  word-break: keep-all;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
.grid-x {
  --column-number: 6;
  --column-gap: 16px;
  display: grid;
  grid-template-columns: repeat(var(--column-number), 1fr);
  -webkit-column-gap: var(--column-gap);
  -moz-column-gap: var(--column-gap);
  column-gap: var(--column-gap);
}
@media (min-width: 640px) {
  .grid-x {
    --column-number: 12;
  }
}
@media (min-width: 1024px) {
  .grid-x {
    --column-gap: 48px;
  }
}
@media (min-width: 1440px) {
  .grid-x {
    --column-gap: 64px;
  }
}

.grid-y {
  --row-number: 12;
  --row-gap: 16px;
  display: grid;
  grid-template-rows: repeat(var(--row-number), 1fr);
  row-gap: var(--row-gap);
}
@media (min-width: 1024px) {
  .grid-y {
    --row-gap: 48px;
  }
}
@media (min-width: 1440px) {
  .grid-y {
    --row-gap: 64px;
  }
}

.grid-x.justify-start,
.grid-y.justify-start {
  justify-items: start;
}
.grid-x.justify-baseline,
.grid-y.justify-baseline {
  justify-items: baseline;
}
.grid-x.justify-center,
.grid-y.justify-center {
  justify-items: center;
}
.grid-x.justify-end,
.grid-y.justify-end {
  justify-items: end;
}
.grid-x.align-start,
.grid-y.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.grid-x.align-baseline,
.grid-y.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.grid-x.align-center,
.grid-y.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-x.align-end,
.grid-y.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.grid-x.flow-row,
.grid-y.flow-row {
  grid-auto-flow: row;
}
.grid-x.flow-column,
.grid-y.flow-column {
  grid-auto-flow: column;
}
.grid-x.flow-dense,
.grid-y.flow-dense {
  grid-auto-flow: dense;
}

@media (min-width: 0) {
  .grid-x.small-up-1 {
    --column-number: 1;
  }
  .grid-x.small-up-2 {
    --column-number: 2;
  }
  .grid-x.small-up-3 {
    --column-number: 3;
  }
  .grid-x.small-up-4 {
    --column-number: 4;
  }
  .grid-x.small-up-5 {
    --column-number: 5;
  }
  .grid-x.small-up-6 {
    --column-number: 6;
  }
  .grid-x.small-up-7 {
    --column-number: 7;
  }
  .grid-x.small-up-8 {
    --column-number: 8;
  }
  .grid-x.small-up-9 {
    --column-number: 9;
  }
  .grid-x.small-up-10 {
    --column-number: 10;
  }
  .grid-x.small-up-11 {
    --column-number: 11;
  }
  .grid-y.small-up-1 {
    --row-number: 1;
  }
  .grid-y.small-up-2 {
    --row-number: 2;
  }
  .grid-y.small-up-3 {
    --row-number: 3;
  }
  .grid-y.small-up-4 {
    --row-number: 4;
  }
  .grid-y.small-up-5 {
    --row-number: 5;
  }
  .grid-y.small-up-6 {
    --row-number: 6;
  }
  .grid-y.small-up-7 {
    --row-number: 7;
  }
  .grid-y.small-up-8 {
    --row-number: 8;
  }
  .grid-y.small-up-9 {
    --row-number: 9;
  }
  .grid-y.small-up-10 {
    --row-number: 10;
  }
  .grid-y.small-up-11 {
    --row-number: 11;
  }
}
@media (min-width: 640px) {
  .grid-x.medium-up-1 {
    --column-number: 1;
  }
  .grid-x.medium-up-2 {
    --column-number: 2;
  }
  .grid-x.medium-up-3 {
    --column-number: 3;
  }
  .grid-x.medium-up-4 {
    --column-number: 4;
  }
  .grid-x.medium-up-5 {
    --column-number: 5;
  }
  .grid-x.medium-up-6 {
    --column-number: 6;
  }
  .grid-x.medium-up-7 {
    --column-number: 7;
  }
  .grid-x.medium-up-8 {
    --column-number: 8;
  }
  .grid-x.medium-up-9 {
    --column-number: 9;
  }
  .grid-x.medium-up-10 {
    --column-number: 10;
  }
  .grid-x.medium-up-11 {
    --column-number: 11;
  }
  .grid-y.medium-up-1 {
    --row-number: 1;
  }
  .grid-y.medium-up-2 {
    --row-number: 2;
  }
  .grid-y.medium-up-3 {
    --row-number: 3;
  }
  .grid-y.medium-up-4 {
    --row-number: 4;
  }
  .grid-y.medium-up-5 {
    --row-number: 5;
  }
  .grid-y.medium-up-6 {
    --row-number: 6;
  }
  .grid-y.medium-up-7 {
    --row-number: 7;
  }
  .grid-y.medium-up-8 {
    --row-number: 8;
  }
  .grid-y.medium-up-9 {
    --row-number: 9;
  }
  .grid-y.medium-up-10 {
    --row-number: 10;
  }
  .grid-y.medium-up-11 {
    --row-number: 11;
  }
}
@media (min-width: 1024px) {
  .grid-x.large-up-1 {
    --column-number: 1;
  }
  .grid-x.large-up-2 {
    --column-number: 2;
  }
  .grid-x.large-up-3 {
    --column-number: 3;
  }
  .grid-x.large-up-4 {
    --column-number: 4;
  }
  .grid-x.large-up-5 {
    --column-number: 5;
  }
  .grid-x.large-up-6 {
    --column-number: 6;
  }
  .grid-x.large-up-7 {
    --column-number: 7;
  }
  .grid-x.large-up-8 {
    --column-number: 8;
  }
  .grid-x.large-up-9 {
    --column-number: 9;
  }
  .grid-x.large-up-10 {
    --column-number: 10;
  }
  .grid-x.large-up-11 {
    --column-number: 11;
  }
  .grid-y.large-up-1 {
    --row-number: 1;
  }
  .grid-y.large-up-2 {
    --row-number: 2;
  }
  .grid-y.large-up-3 {
    --row-number: 3;
  }
  .grid-y.large-up-4 {
    --row-number: 4;
  }
  .grid-y.large-up-5 {
    --row-number: 5;
  }
  .grid-y.large-up-6 {
    --row-number: 6;
  }
  .grid-y.large-up-7 {
    --row-number: 7;
  }
  .grid-y.large-up-8 {
    --row-number: 8;
  }
  .grid-y.large-up-9 {
    --row-number: 9;
  }
  .grid-y.large-up-10 {
    --row-number: 10;
  }
  .grid-y.large-up-11 {
    --row-number: 11;
  }
}
@media (min-width: 1440px) {
  .grid-x.xlarge-up-1 {
    --column-number: 1;
  }
  .grid-x.xlarge-up-2 {
    --column-number: 2;
  }
  .grid-x.xlarge-up-3 {
    --column-number: 3;
  }
  .grid-x.xlarge-up-4 {
    --column-number: 4;
  }
  .grid-x.xlarge-up-5 {
    --column-number: 5;
  }
  .grid-x.xlarge-up-6 {
    --column-number: 6;
  }
  .grid-x.xlarge-up-7 {
    --column-number: 7;
  }
  .grid-x.xlarge-up-8 {
    --column-number: 8;
  }
  .grid-x.xlarge-up-9 {
    --column-number: 9;
  }
  .grid-x.xlarge-up-10 {
    --column-number: 10;
  }
  .grid-x.xlarge-up-11 {
    --column-number: 11;
  }
  .grid-y.xlarge-up-1 {
    --row-number: 1;
  }
  .grid-y.xlarge-up-2 {
    --row-number: 2;
  }
  .grid-y.xlarge-up-3 {
    --row-number: 3;
  }
  .grid-y.xlarge-up-4 {
    --row-number: 4;
  }
  .grid-y.xlarge-up-5 {
    --row-number: 5;
  }
  .grid-y.xlarge-up-6 {
    --row-number: 6;
  }
  .grid-y.xlarge-up-7 {
    --row-number: 7;
  }
  .grid-y.xlarge-up-8 {
    --row-number: 8;
  }
  .grid-y.xlarge-up-9 {
    --row-number: 9;
  }
  .grid-y.xlarge-up-10 {
    --row-number: 10;
  }
  .grid-y.xlarge-up-11 {
    --row-number: 11;
  }
}
@media (min-width: 1920px) {
  .grid-x.xxlarge-up-1 {
    --column-number: 1;
  }
  .grid-x.xxlarge-up-2 {
    --column-number: 2;
  }
  .grid-x.xxlarge-up-3 {
    --column-number: 3;
  }
  .grid-x.xxlarge-up-4 {
    --column-number: 4;
  }
  .grid-x.xxlarge-up-5 {
    --column-number: 5;
  }
  .grid-x.xxlarge-up-6 {
    --column-number: 6;
  }
  .grid-x.xxlarge-up-7 {
    --column-number: 7;
  }
  .grid-x.xxlarge-up-8 {
    --column-number: 8;
  }
  .grid-x.xxlarge-up-9 {
    --column-number: 9;
  }
  .grid-x.xxlarge-up-10 {
    --column-number: 10;
  }
  .grid-x.xxlarge-up-11 {
    --column-number: 11;
  }
  .grid-y.xxlarge-up-1 {
    --row-number: 1;
  }
  .grid-y.xxlarge-up-2 {
    --row-number: 2;
  }
  .grid-y.xxlarge-up-3 {
    --row-number: 3;
  }
  .grid-y.xxlarge-up-4 {
    --row-number: 4;
  }
  .grid-y.xxlarge-up-5 {
    --row-number: 5;
  }
  .grid-y.xxlarge-up-6 {
    --row-number: 6;
  }
  .grid-y.xxlarge-up-7 {
    --row-number: 7;
  }
  .grid-y.xxlarge-up-8 {
    --row-number: 8;
  }
  .grid-y.xxlarge-up-9 {
    --row-number: 9;
  }
  .grid-y.xxlarge-up-10 {
    --row-number: 10;
  }
  .grid-y.xxlarge-up-11 {
    --row-number: 11;
  }
}
:is(.grid-x, .grid-y) .skeleton {
  display: contents;
}

.grid-x .cell {
  grid-column: 1/-1;
}

.grid-y .cell {
  grid-row: 1/-1;
}

.grid-x.flow-dense .cell {
  grid-column: auto;
}

.grid-y.flow-dense .cell {
  grid-row: auto;
}

.cell.justify-self-start {
  justify-self: start;
}
.cell.justify-self-baseline {
  justify-self: baseline;
}
.cell.justify-self-center {
  justify-self: center;
}
.cell.justify-self-end {
  justify-self: end;
}
.cell.align-self-start {
  -ms-flex-item-align: start;
  align-self: start;
}
.cell.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.cell.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.cell.align-self-end {
  -ms-flex-item-align: end;
  align-self: end;
}

@media (min-width: 0) {
  .grid-x .cell.small-1 {
    grid-column-end: span 1;
  }
  .grid-x .cell.small-offset-0 {
    grid-column-start: 1;
  }
  .grid-x .cell.small-2 {
    grid-column-end: span 2;
  }
  .grid-x .cell.small-offset-1 {
    grid-column-start: 2;
  }
  .grid-x .cell.small-3 {
    grid-column-end: span 3;
  }
  .grid-x .cell.small-offset-2 {
    grid-column-start: 3;
  }
  .grid-x .cell.small-4 {
    grid-column-end: span 4;
  }
  .grid-x .cell.small-offset-3 {
    grid-column-start: 4;
  }
  .grid-x .cell.small-5 {
    grid-column-end: span 5;
  }
  .grid-x .cell.small-offset-4 {
    grid-column-start: 5;
  }
  .grid-x .cell.small-6 {
    grid-column-end: span 6;
  }
  .grid-x .cell.small-offset-5 {
    grid-column-start: 6;
  }
  .grid-x .cell.small-7 {
    grid-column-end: span 7;
  }
  .grid-x .cell.small-offset-6 {
    grid-column-start: 7;
  }
  .grid-x .cell.small-8 {
    grid-column-end: span 8;
  }
  .grid-x .cell.small-offset-7 {
    grid-column-start: 8;
  }
  .grid-x .cell.small-9 {
    grid-column-end: span 9;
  }
  .grid-x .cell.small-offset-8 {
    grid-column-start: 9;
  }
  .grid-x .cell.small-10 {
    grid-column-end: span 10;
  }
  .grid-x .cell.small-offset-9 {
    grid-column-start: 10;
  }
  .grid-x .cell.small-11 {
    grid-column-end: span 11;
  }
  .grid-x .cell.small-offset-10 {
    grid-column-start: 11;
  }
  .grid-x .cell.small-12 {
    grid-column-end: span 12;
  }
  .grid-x .cell.small-offset-11 {
    grid-column-start: 12;
  }
  .grid-y .cell.small-1 {
    grid-row-end: span 1;
  }
  .grid-y .cell.small-offset-0 {
    grid-row-start: 1;
  }
  .grid-y .cell.small-2 {
    grid-row-end: span 2;
  }
  .grid-y .cell.small-offset-1 {
    grid-row-start: 2;
  }
  .grid-y .cell.small-3 {
    grid-row-end: span 3;
  }
  .grid-y .cell.small-offset-2 {
    grid-row-start: 3;
  }
  .grid-y .cell.small-4 {
    grid-row-end: span 4;
  }
  .grid-y .cell.small-offset-3 {
    grid-row-start: 4;
  }
  .grid-y .cell.small-5 {
    grid-row-end: span 5;
  }
  .grid-y .cell.small-offset-4 {
    grid-row-start: 5;
  }
  .grid-y .cell.small-6 {
    grid-row-end: span 6;
  }
  .grid-y .cell.small-offset-5 {
    grid-row-start: 6;
  }
  .grid-y .cell.small-7 {
    grid-row-end: span 7;
  }
  .grid-y .cell.small-offset-6 {
    grid-row-start: 7;
  }
  .grid-y .cell.small-8 {
    grid-row-end: span 8;
  }
  .grid-y .cell.small-offset-7 {
    grid-row-start: 8;
  }
  .grid-y .cell.small-9 {
    grid-row-end: span 9;
  }
  .grid-y .cell.small-offset-8 {
    grid-row-start: 9;
  }
  .grid-y .cell.small-10 {
    grid-row-end: span 10;
  }
  .grid-y .cell.small-offset-9 {
    grid-row-start: 10;
  }
  .grid-y .cell.small-11 {
    grid-row-end: span 11;
  }
  .grid-y .cell.small-offset-10 {
    grid-row-start: 11;
  }
  .grid-y .cell.small-12 {
    grid-row-end: span 12;
  }
  .grid-y .cell.small-offset-11 {
    grid-row-start: 12;
  }
  .grid-x .cell.small-offset-auto {
    grid-column-start: auto;
  }
  .grid-y .cell.small-offset-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 640px) {
  .grid-x .cell.medium-1 {
    grid-column-end: span 1;
  }
  .grid-x .cell.medium-offset-0 {
    grid-column-start: 1;
  }
  .grid-x .cell.medium-2 {
    grid-column-end: span 2;
  }
  .grid-x .cell.medium-offset-1 {
    grid-column-start: 2;
  }
  .grid-x .cell.medium-3 {
    grid-column-end: span 3;
  }
  .grid-x .cell.medium-offset-2 {
    grid-column-start: 3;
  }
  .grid-x .cell.medium-4 {
    grid-column-end: span 4;
  }
  .grid-x .cell.medium-offset-3 {
    grid-column-start: 4;
  }
  .grid-x .cell.medium-5 {
    grid-column-end: span 5;
  }
  .grid-x .cell.medium-offset-4 {
    grid-column-start: 5;
  }
  .grid-x .cell.medium-6 {
    grid-column-end: span 6;
  }
  .grid-x .cell.medium-offset-5 {
    grid-column-start: 6;
  }
  .grid-x .cell.medium-7 {
    grid-column-end: span 7;
  }
  .grid-x .cell.medium-offset-6 {
    grid-column-start: 7;
  }
  .grid-x .cell.medium-8 {
    grid-column-end: span 8;
  }
  .grid-x .cell.medium-offset-7 {
    grid-column-start: 8;
  }
  .grid-x .cell.medium-9 {
    grid-column-end: span 9;
  }
  .grid-x .cell.medium-offset-8 {
    grid-column-start: 9;
  }
  .grid-x .cell.medium-10 {
    grid-column-end: span 10;
  }
  .grid-x .cell.medium-offset-9 {
    grid-column-start: 10;
  }
  .grid-x .cell.medium-11 {
    grid-column-end: span 11;
  }
  .grid-x .cell.medium-offset-10 {
    grid-column-start: 11;
  }
  .grid-x .cell.medium-12 {
    grid-column-end: span 12;
  }
  .grid-x .cell.medium-offset-11 {
    grid-column-start: 12;
  }
  .grid-y .cell.medium-1 {
    grid-row-end: span 1;
  }
  .grid-y .cell.medium-offset-0 {
    grid-row-start: 1;
  }
  .grid-y .cell.medium-2 {
    grid-row-end: span 2;
  }
  .grid-y .cell.medium-offset-1 {
    grid-row-start: 2;
  }
  .grid-y .cell.medium-3 {
    grid-row-end: span 3;
  }
  .grid-y .cell.medium-offset-2 {
    grid-row-start: 3;
  }
  .grid-y .cell.medium-4 {
    grid-row-end: span 4;
  }
  .grid-y .cell.medium-offset-3 {
    grid-row-start: 4;
  }
  .grid-y .cell.medium-5 {
    grid-row-end: span 5;
  }
  .grid-y .cell.medium-offset-4 {
    grid-row-start: 5;
  }
  .grid-y .cell.medium-6 {
    grid-row-end: span 6;
  }
  .grid-y .cell.medium-offset-5 {
    grid-row-start: 6;
  }
  .grid-y .cell.medium-7 {
    grid-row-end: span 7;
  }
  .grid-y .cell.medium-offset-6 {
    grid-row-start: 7;
  }
  .grid-y .cell.medium-8 {
    grid-row-end: span 8;
  }
  .grid-y .cell.medium-offset-7 {
    grid-row-start: 8;
  }
  .grid-y .cell.medium-9 {
    grid-row-end: span 9;
  }
  .grid-y .cell.medium-offset-8 {
    grid-row-start: 9;
  }
  .grid-y .cell.medium-10 {
    grid-row-end: span 10;
  }
  .grid-y .cell.medium-offset-9 {
    grid-row-start: 10;
  }
  .grid-y .cell.medium-11 {
    grid-row-end: span 11;
  }
  .grid-y .cell.medium-offset-10 {
    grid-row-start: 11;
  }
  .grid-y .cell.medium-12 {
    grid-row-end: span 12;
  }
  .grid-y .cell.medium-offset-11 {
    grid-row-start: 12;
  }
  .grid-x .cell.medium-offset-auto {
    grid-column-start: auto;
  }
  .grid-y .cell.medium-offset-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 1024px) {
  .grid-x .cell.large-1 {
    grid-column-end: span 1;
  }
  .grid-x .cell.large-offset-0 {
    grid-column-start: 1;
  }
  .grid-x .cell.large-2 {
    grid-column-end: span 2;
  }
  .grid-x .cell.large-offset-1 {
    grid-column-start: 2;
  }
  .grid-x .cell.large-3 {
    grid-column-end: span 3;
  }
  .grid-x .cell.large-offset-2 {
    grid-column-start: 3;
  }
  .grid-x .cell.large-4 {
    grid-column-end: span 4;
  }
  .grid-x .cell.large-offset-3 {
    grid-column-start: 4;
  }
  .grid-x .cell.large-5 {
    grid-column-end: span 5;
  }
  .grid-x .cell.large-offset-4 {
    grid-column-start: 5;
  }
  .grid-x .cell.large-6 {
    grid-column-end: span 6;
  }
  .grid-x .cell.large-offset-5 {
    grid-column-start: 6;
  }
  .grid-x .cell.large-7 {
    grid-column-end: span 7;
  }
  .grid-x .cell.large-offset-6 {
    grid-column-start: 7;
  }
  .grid-x .cell.large-8 {
    grid-column-end: span 8;
  }
  .grid-x .cell.large-offset-7 {
    grid-column-start: 8;
  }
  .grid-x .cell.large-9 {
    grid-column-end: span 9;
  }
  .grid-x .cell.large-offset-8 {
    grid-column-start: 9;
  }
  .grid-x .cell.large-10 {
    grid-column-end: span 10;
  }
  .grid-x .cell.large-offset-9 {
    grid-column-start: 10;
  }
  .grid-x .cell.large-11 {
    grid-column-end: span 11;
  }
  .grid-x .cell.large-offset-10 {
    grid-column-start: 11;
  }
  .grid-x .cell.large-12 {
    grid-column-end: span 12;
  }
  .grid-x .cell.large-offset-11 {
    grid-column-start: 12;
  }
  .grid-y .cell.large-1 {
    grid-row-end: span 1;
  }
  .grid-y .cell.large-offset-0 {
    grid-row-start: 1;
  }
  .grid-y .cell.large-2 {
    grid-row-end: span 2;
  }
  .grid-y .cell.large-offset-1 {
    grid-row-start: 2;
  }
  .grid-y .cell.large-3 {
    grid-row-end: span 3;
  }
  .grid-y .cell.large-offset-2 {
    grid-row-start: 3;
  }
  .grid-y .cell.large-4 {
    grid-row-end: span 4;
  }
  .grid-y .cell.large-offset-3 {
    grid-row-start: 4;
  }
  .grid-y .cell.large-5 {
    grid-row-end: span 5;
  }
  .grid-y .cell.large-offset-4 {
    grid-row-start: 5;
  }
  .grid-y .cell.large-6 {
    grid-row-end: span 6;
  }
  .grid-y .cell.large-offset-5 {
    grid-row-start: 6;
  }
  .grid-y .cell.large-7 {
    grid-row-end: span 7;
  }
  .grid-y .cell.large-offset-6 {
    grid-row-start: 7;
  }
  .grid-y .cell.large-8 {
    grid-row-end: span 8;
  }
  .grid-y .cell.large-offset-7 {
    grid-row-start: 8;
  }
  .grid-y .cell.large-9 {
    grid-row-end: span 9;
  }
  .grid-y .cell.large-offset-8 {
    grid-row-start: 9;
  }
  .grid-y .cell.large-10 {
    grid-row-end: span 10;
  }
  .grid-y .cell.large-offset-9 {
    grid-row-start: 10;
  }
  .grid-y .cell.large-11 {
    grid-row-end: span 11;
  }
  .grid-y .cell.large-offset-10 {
    grid-row-start: 11;
  }
  .grid-y .cell.large-12 {
    grid-row-end: span 12;
  }
  .grid-y .cell.large-offset-11 {
    grid-row-start: 12;
  }
  .grid-x .cell.large-offset-auto {
    grid-column-start: auto;
  }
  .grid-y .cell.large-offset-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 1440px) {
  .grid-x .cell.xlarge-1 {
    grid-column-end: span 1;
  }
  .grid-x .cell.xlarge-offset-0 {
    grid-column-start: 1;
  }
  .grid-x .cell.xlarge-2 {
    grid-column-end: span 2;
  }
  .grid-x .cell.xlarge-offset-1 {
    grid-column-start: 2;
  }
  .grid-x .cell.xlarge-3 {
    grid-column-end: span 3;
  }
  .grid-x .cell.xlarge-offset-2 {
    grid-column-start: 3;
  }
  .grid-x .cell.xlarge-4 {
    grid-column-end: span 4;
  }
  .grid-x .cell.xlarge-offset-3 {
    grid-column-start: 4;
  }
  .grid-x .cell.xlarge-5 {
    grid-column-end: span 5;
  }
  .grid-x .cell.xlarge-offset-4 {
    grid-column-start: 5;
  }
  .grid-x .cell.xlarge-6 {
    grid-column-end: span 6;
  }
  .grid-x .cell.xlarge-offset-5 {
    grid-column-start: 6;
  }
  .grid-x .cell.xlarge-7 {
    grid-column-end: span 7;
  }
  .grid-x .cell.xlarge-offset-6 {
    grid-column-start: 7;
  }
  .grid-x .cell.xlarge-8 {
    grid-column-end: span 8;
  }
  .grid-x .cell.xlarge-offset-7 {
    grid-column-start: 8;
  }
  .grid-x .cell.xlarge-9 {
    grid-column-end: span 9;
  }
  .grid-x .cell.xlarge-offset-8 {
    grid-column-start: 9;
  }
  .grid-x .cell.xlarge-10 {
    grid-column-end: span 10;
  }
  .grid-x .cell.xlarge-offset-9 {
    grid-column-start: 10;
  }
  .grid-x .cell.xlarge-11 {
    grid-column-end: span 11;
  }
  .grid-x .cell.xlarge-offset-10 {
    grid-column-start: 11;
  }
  .grid-x .cell.xlarge-12 {
    grid-column-end: span 12;
  }
  .grid-x .cell.xlarge-offset-11 {
    grid-column-start: 12;
  }
  .grid-y .cell.xlarge-1 {
    grid-row-end: span 1;
  }
  .grid-y .cell.xlarge-offset-0 {
    grid-row-start: 1;
  }
  .grid-y .cell.xlarge-2 {
    grid-row-end: span 2;
  }
  .grid-y .cell.xlarge-offset-1 {
    grid-row-start: 2;
  }
  .grid-y .cell.xlarge-3 {
    grid-row-end: span 3;
  }
  .grid-y .cell.xlarge-offset-2 {
    grid-row-start: 3;
  }
  .grid-y .cell.xlarge-4 {
    grid-row-end: span 4;
  }
  .grid-y .cell.xlarge-offset-3 {
    grid-row-start: 4;
  }
  .grid-y .cell.xlarge-5 {
    grid-row-end: span 5;
  }
  .grid-y .cell.xlarge-offset-4 {
    grid-row-start: 5;
  }
  .grid-y .cell.xlarge-6 {
    grid-row-end: span 6;
  }
  .grid-y .cell.xlarge-offset-5 {
    grid-row-start: 6;
  }
  .grid-y .cell.xlarge-7 {
    grid-row-end: span 7;
  }
  .grid-y .cell.xlarge-offset-6 {
    grid-row-start: 7;
  }
  .grid-y .cell.xlarge-8 {
    grid-row-end: span 8;
  }
  .grid-y .cell.xlarge-offset-7 {
    grid-row-start: 8;
  }
  .grid-y .cell.xlarge-9 {
    grid-row-end: span 9;
  }
  .grid-y .cell.xlarge-offset-8 {
    grid-row-start: 9;
  }
  .grid-y .cell.xlarge-10 {
    grid-row-end: span 10;
  }
  .grid-y .cell.xlarge-offset-9 {
    grid-row-start: 10;
  }
  .grid-y .cell.xlarge-11 {
    grid-row-end: span 11;
  }
  .grid-y .cell.xlarge-offset-10 {
    grid-row-start: 11;
  }
  .grid-y .cell.xlarge-12 {
    grid-row-end: span 12;
  }
  .grid-y .cell.xlarge-offset-11 {
    grid-row-start: 12;
  }
  .grid-x .cell.xlarge-offset-auto {
    grid-column-start: auto;
  }
  .grid-y .cell.xlarge-offset-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 1920px) {
  .grid-x .cell.xxlarge-1 {
    grid-column-end: span 1;
  }
  .grid-x .cell.xxlarge-offset-0 {
    grid-column-start: 1;
  }
  .grid-x .cell.xxlarge-2 {
    grid-column-end: span 2;
  }
  .grid-x .cell.xxlarge-offset-1 {
    grid-column-start: 2;
  }
  .grid-x .cell.xxlarge-3 {
    grid-column-end: span 3;
  }
  .grid-x .cell.xxlarge-offset-2 {
    grid-column-start: 3;
  }
  .grid-x .cell.xxlarge-4 {
    grid-column-end: span 4;
  }
  .grid-x .cell.xxlarge-offset-3 {
    grid-column-start: 4;
  }
  .grid-x .cell.xxlarge-5 {
    grid-column-end: span 5;
  }
  .grid-x .cell.xxlarge-offset-4 {
    grid-column-start: 5;
  }
  .grid-x .cell.xxlarge-6 {
    grid-column-end: span 6;
  }
  .grid-x .cell.xxlarge-offset-5 {
    grid-column-start: 6;
  }
  .grid-x .cell.xxlarge-7 {
    grid-column-end: span 7;
  }
  .grid-x .cell.xxlarge-offset-6 {
    grid-column-start: 7;
  }
  .grid-x .cell.xxlarge-8 {
    grid-column-end: span 8;
  }
  .grid-x .cell.xxlarge-offset-7 {
    grid-column-start: 8;
  }
  .grid-x .cell.xxlarge-9 {
    grid-column-end: span 9;
  }
  .grid-x .cell.xxlarge-offset-8 {
    grid-column-start: 9;
  }
  .grid-x .cell.xxlarge-10 {
    grid-column-end: span 10;
  }
  .grid-x .cell.xxlarge-offset-9 {
    grid-column-start: 10;
  }
  .grid-x .cell.xxlarge-11 {
    grid-column-end: span 11;
  }
  .grid-x .cell.xxlarge-offset-10 {
    grid-column-start: 11;
  }
  .grid-x .cell.xxlarge-12 {
    grid-column-end: span 12;
  }
  .grid-x .cell.xxlarge-offset-11 {
    grid-column-start: 12;
  }
  .grid-y .cell.xxlarge-1 {
    grid-row-end: span 1;
  }
  .grid-y .cell.xxlarge-offset-0 {
    grid-row-start: 1;
  }
  .grid-y .cell.xxlarge-2 {
    grid-row-end: span 2;
  }
  .grid-y .cell.xxlarge-offset-1 {
    grid-row-start: 2;
  }
  .grid-y .cell.xxlarge-3 {
    grid-row-end: span 3;
  }
  .grid-y .cell.xxlarge-offset-2 {
    grid-row-start: 3;
  }
  .grid-y .cell.xxlarge-4 {
    grid-row-end: span 4;
  }
  .grid-y .cell.xxlarge-offset-3 {
    grid-row-start: 4;
  }
  .grid-y .cell.xxlarge-5 {
    grid-row-end: span 5;
  }
  .grid-y .cell.xxlarge-offset-4 {
    grid-row-start: 5;
  }
  .grid-y .cell.xxlarge-6 {
    grid-row-end: span 6;
  }
  .grid-y .cell.xxlarge-offset-5 {
    grid-row-start: 6;
  }
  .grid-y .cell.xxlarge-7 {
    grid-row-end: span 7;
  }
  .grid-y .cell.xxlarge-offset-6 {
    grid-row-start: 7;
  }
  .grid-y .cell.xxlarge-8 {
    grid-row-end: span 8;
  }
  .grid-y .cell.xxlarge-offset-7 {
    grid-row-start: 8;
  }
  .grid-y .cell.xxlarge-9 {
    grid-row-end: span 9;
  }
  .grid-y .cell.xxlarge-offset-8 {
    grid-row-start: 9;
  }
  .grid-y .cell.xxlarge-10 {
    grid-row-end: span 10;
  }
  .grid-y .cell.xxlarge-offset-9 {
    grid-row-start: 10;
  }
  .grid-y .cell.xxlarge-11 {
    grid-row-end: span 11;
  }
  .grid-y .cell.xxlarge-offset-10 {
    grid-row-start: 11;
  }
  .grid-y .cell.xxlarge-12 {
    grid-row-end: span 12;
  }
  .grid-y .cell.xxlarge-offset-11 {
    grid-row-start: 12;
  }
  .grid-x .cell.xxlarge-offset-auto {
    grid-column-start: auto;
  }
  .grid-y .cell.xxlarge-offset-auto {
    grid-row-start: auto;
  }
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
.button {
  display: inline-block;
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.96px;
  color: #111;
  text-decoration: none;
  position: relative;
  width: 8.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .button {
    width: auto;
    min-width: 12.5rem;
    font-size: 1rem;
    letter-spacing: 1.44px;
  }
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(/wp-content/themes/mytheme/images/button-dashed.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 1px;
}

.button-dashed {
  position: relative;
  padding: 10px 20px;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%231E1E1EFF' stroke-width='2' stroke-dasharray='4%2c3' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  border-radius: 6px;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, border-color 0.3s ease;
  transition: opacity 0.3s ease, border-color 0.3s ease;
  z-index: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
}

a.button-dashed {
  display: inline-block;
  text-decoration: none;
}

.button-dashed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
  width: 100%;
}

.button-dashed:hover {
  border-color: transparent;
}

.button-dashed:hover::before {
  opacity: 1;
}

.corner-heading {
  font-size: 1rem;
  letter-spacing: 0.9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 0.8rem 1.125rem 0.5rem 1.375rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .corner-heading {
    font-size: 1.25rem;
    letter-spacing: 1.8px;
    padding: 1.25rem 2.56rem 0.875rem 2.56rem;
    margin-bottom: 3.4rem;
  }
}

.corner-heading::before,
.corner-heading::after {
  content: "";
  position: absolute;
  border-color: black;
  border-style: solid;
}

.corner-heading::before {
  top: 0;
  left: 0;
  width: 100%;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0;
  border-right-width: 0;
  height: 100%;
}

.corner-heading::after {
  top: 0;
  left: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
.barba-wrapper, .menu-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .barba-wrapper, .menu-wrapper {
    width: 83.85%; /* 1610/1920 = 0.8385 */
    max-width: 1610px;
  }
}

.sidebar-left {
  width: 100%;
  height: 11rem;
}
@media (min-width: 1024px) {
  .sidebar-left {
    height: auto;
    padding-right: 2.8%;
    padding-left: 3.63%;
    width: 16.15%; /* 100% - 80.07% */
  }
}
.sidebar-left .sidebar-left-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-left .sidebar-left-inner p {
  display: none;
  line-height: 2;
}
@media (min-width: 1024px) {
  .sidebar-left .sidebar-left-inner p {
    -webkit-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
    display: block;
  }
}
.sidebar-left .align-center {
  display: inline-block;
}
.sidebar-left .logo-kiti {
  width: 1.36rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .sidebar-left .logo-kiti {
    margin-bottom: 4rem;
    width: 6vw;
    max-width: 1.8rem;
    max-height: 464px;
    height: auto;
  }
}
.sidebar-left .icon-instagram {
  width: 100%;
  max-width: 1.36rem;
  display: none;
}
@media (min-width: 1024px) {
  .sidebar-left .icon-instagram {
    display: block;
    width: 6vw;
    max-width: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.sidebar-left p {
  font-size: 0.875rem;
  line-height: 1.5;
}

.logged-in .main-container .logo-kiti-text {
  top: 0.5rem !important;
}
@media (min-width: 1024px) {
  .logged-in .main-container .logo-kiti-text {
    top: 4.6rem !important;
  }
}

.logged-in .menu-container {
  padding-top: 2.875rem;
}
@media (min-width: 1024px) {
  .logged-in .menu-container {
    padding-top: 2rem;
  }
}

.svg-wrapper.logo-kiti {
  display: block;
}
.svg-wrapper.logo-kiti .logo-kiti-text {
  z-index: 100;
  position: fixed;
  top: -2.3rem;
  width: 1.36rem;
}
@media (min-width: 1024px) {
  .svg-wrapper.logo-kiti .logo-kiti-text {
    top: 2.7rem;
    width: 1.8rem;
  }
}
.svg-wrapper.logo-kiti .logo-kiti-decoration {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 1.36rem;
  top: -4rem;
}
@media (min-width: 1024px) {
  .svg-wrapper.logo-kiti .logo-kiti-decoration {
    width: 1.8rem;
    top: -5px;
  }
}
@media (max-width: 1023px) {
  .svg-wrapper.logo-kiti .logo-kiti-decoration.mobile-hide {
    opacity: 0 !important;
  }
}

.logo-fixed {
  position: absolute;
  top: 0;
  right: 1.25rem;
}
@media (min-width: 1024px) {
  .logo-fixed {
    right: 2.75rem;
  }
}
.logo-fixed .logo-fixed-inner {
  position: relative;
  width: 2.52rem;
  height: auto;
  z-index: 100;
}
@media (min-width: 1024px) {
  .logo-fixed .logo-fixed-inner {
    width: 6vw;
    max-width: 5.34rem;
  }
}
.logo-fixed img {
  position: fixed;
  -webkit-transform-origin: "top center";
  -ms-transform-origin: "top center";
  transform-origin: "top center";
  width: 2.52rem;
  height: auto;
}
@media (min-width: 1024px) {
  .logo-fixed img {
    width: 6vw;
    max-width: 5.34rem;
    margin-left: 0;
  }
}

.menu-trigger {
  position: relative;
  width: 2.52rem;
  height: 2.52rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  z-index: 1000;
  cursor: pointer;
  top: 5rem;
}
@media (min-width: 1024px) {
  .menu-trigger {
    width: 3.6rem;
    height: 3.6rem;
    top: 0;
  }
}

#menu-trigger {
  display: none;
}
@media (min-width: 1024px) {
  #menu-trigger {
    display: block;
  }
}

#menu-trigger-mobile {
  display: block;
}
@media (min-width: 1024px) {
  #menu-trigger-mobile {
    display: none;
  }
}

.menu-trigger-inner {
  position: fixed;
  margin-top: 1.25rem;
  width: 2.52rem;
  height: 2.52rem;
}
@media (min-width: 1024px) {
  .menu-trigger-inner {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.menu-trigger-inner span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1e1e1e;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.menu-trigger-inner span:nth-child(1) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu-trigger-inner span:nth-child(2) {
  top: 0.675rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu-trigger.active span:nth-child(1) {
  -webkit-transform: rotate(15deg) translateY(0.4rem);
  -ms-transform: rotate(15deg) translateY(0.4rem);
  transform: rotate(15deg) translateY(0.4rem);
}

.menu-trigger.active span:nth-child(2) {
  -webkit-transform: rotate(-15deg) translateY(-0.4rem);
  -ms-transform: rotate(-15deg) translateY(-0.4rem);
  transform: rotate(-15deg) translateY(-0.4rem);
}

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #c8c8c8;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  visibility: hidden;
}
.menu-container.active {
  opacity: 1;
  visibility: visible;
}

.menu-container-inner {
  position: relative;
}

@media (max-width: 1023px) {
  .menu-container .menu-wrapper {
    width: calc(100% - 2.875rem);
    margin-left: 2.875rem;
    height: calc(100% - 17rem);
  }
}

@media (max-width: 1023px) {
  .menu-container .main-container {
    height: 100%;
  }
}

.menu-container .content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .menu-container .content-main {
    margin-left: 0;
  }
}

#menu-project-photo {
  margin-left: 1rem;
  display: none;
  aspect-ratio: 3/4;
}
@media (min-width: 1024px) {
  #menu-project-photo {
    display: block;
  }
}

.menu-container .content-main img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0;
  border: 1px solid #1e1e1e;
}
@media (max-width: 1023px) {
  .menu-grid {
    margin: auto;
    margin-right: 0;
  }
}
.menu-grid .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu-grid .menu-item:nth-child(odd) {
  border-right: 1px solid #1e1e1e;
}
.menu-grid .menu-item:nth-child(-n+6) {
  border-bottom: 1px solid #1e1e1e;
}
.menu-grid .menu-item:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px dashed #1e1e1e;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.menu-grid .menu-item.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #1e1e1e;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.menu-grid .menu-item a,
.menu-grid .menu-item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1e1e1e;
  font-size: 13px;
  letter-spacing: 0.91px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .menu-grid .menu-item a,
  .menu-grid .menu-item button {
    font-size: 14px;
    letter-spacing: 0.98px;
  }
}
.menu-grid .menu-item.instagram a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-grid img.icon-instagram-inner {
  display: block;
  width: 1.75rem;
  height: 1.75rem !important;
  margin: 0;
  margin-bottom: 7px;
}

.menu-container .content-right {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}
@media (min-width: 1024px) {
  .menu-container .content-right {
    display: block;
  }
}
footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  footer .footer-content {
    margin-top: -1.2rem;
    margin-bottom: 5rem;
  }
}
footer .footer-content p {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: #969696;
}
@media (min-width: 1024px) {
  footer .footer-content p {
    text-align: right;
    margin-right: 2.46%;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
.main-container {
  width: 100%;
  position: relative;
  margin-top: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .main-container {
    margin: 0 auto;
    padding: 0;
    margin-top: 3.28rem;
    max-width: 1920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.full-width {
  position: relative;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
}
@media (min-width: 1024px) {
  .full-width {
    width: 118.95%;
    left: -19.2%;
  }
}
@media (min-width: 1920px) {
  .full-width {
    width: 100vw;
    left: calc(-19.2% - (100vw - 1900px) / 2);
  }
}

.content-main {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .content-main {
    width: 80.74%;
  }
}

@media (min-width: 1024px) {
  .content-right {
    width: 14.34%;
    margin-left: 2.46%;
    display: block;
  }
}

@media (max-width: 1023px) {
  .container-mobile-margin-gap {
    margin-top: -3.5rem;
  }
}

@media (min-width: 1024px) {
  .container-info {
    padding-left: 2.6rem;
  }
}

@media (min-width: 1024px) {
  .image-sp {
    display: none;
  }
}

.image-pc {
  display: none;
}
@media (min-width: 1024px) {
  .image-pc {
    display: block;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7-response-output {
  margin: 0 !important;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem; /* ドット間のスペース */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .swiper-pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.swiper-pagination-bullet {
  background: none !important;
  opacity: 1 !important;
  display: block !important;
  width: initial !important;
  height: initial !important;
}

.circle-progress {
  width: 10px;
  height: 10px;
  display: block;
}

.circle-bg {
  fill: none;
  stroke: #bbb;
  stroke-width: 1;
}

.circle-fg {
  fill: none;
  stroke: #1E1E1E;
  opacity: 0;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 0 100;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.arrow-right {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.96px;
  display: none;
  height: 44px;
  width: 25px;
  position: absolute;
  top: 0;
  right: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .arrow-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.container-work .arrow-right {
  top: 12px;
}

.arrow-right::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 0;
  height: 44px;
  width: 25px;
  background-image: url(/wp-content/themes/mytheme/images/blog-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.font-1, .home .jirei-line-container .half-width:first-child p, .home .slider-meta, .sidebar-left .sidebar-left-inner p, .menu-wrapper .meta, .menu-container .content-right dt {
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .font-1, .home .jirei-line-container .half-width:first-child p, .home .slider-meta, .sidebar-left .sidebar-left-inner p, .menu-wrapper .meta, .menu-container .content-right dt {
    font-size: 0.83125rem;
  }
}

.font-2, .home .project-section .content-right .project-meta-group .project-meta {
  font-size: 0.6rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .font-2, .home .project-section .content-right .project-meta-group .project-meta {
    font-size: 0.75rem;
  }
}

.font-3, .home .contact label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .font-3, .home .contact label {
    font-size: 1rem;
  }
}

.pre-footer-buttons {
  margin-top: 6.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .pre-footer-buttons {
    margin-bottom: 0;
  }
}
.pre-footer-buttons > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pre-footer-buttons .button {
  max-width: 33.3333%;
}
@media (max-width: 639px) {
  .pre-footer-buttons .button:first-of-type, .pre-footer-buttons .button:last-of-type {
    visibility: hidden;
  }
}

.arrow-top {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.96px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #1E1E1E;
  margin-top: 6.5rem;
}
@media (min-width: 1024px) {
  .arrow-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 1.44px;
  }
}

.arrow-top::before {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/mytheme/images/arrow-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7.5rem;
  height: 1.875rem;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
/***************************************************
* Home
***************************************************/
.home .image-sp {
  display: block;
}
@media (min-width: 1024px) {
  .home .image-sp {
    display: none;
  }
}
.home .image-pc {
  display: none;
}
@media (min-width: 1024px) {
  .home .image-pc {
    display: block;
  }
}
.home .hero.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: -1.25rem;
  width: calc(85% + 1.25rem);
  margin-left: auto;
}
@media (min-width: 1024px) {
  .home .hero.section-container {
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}
.home .hero.section-container .content-main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 1024px) {
  .home .hero.section-container .content-main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.home .hero.section-container .content-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 1024px) {
  .home .hero.section-container .content-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.home .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .home .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .home .sidebar-right-inner {
    top: 0;
    position: absolute;
    z-index: 55;
    left: 0%;
    aspect-ratio: 3/4;
    width: 100%;
  }
}
.home .swiper-pagination {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: realtive;
  height: 80% !important;
  width: 73% !important;
  top: 12.5%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  left: 5px !important;
  bottom: -13.5% !important;
}
@media (min-width: 1024px) {
  .home .swiper-pagination {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: right;
    width: auto !important;
    height: auto !important;
    margin-right: 1.25rem;
    margin-bottom: 1.2rem;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
  }
}
.home .slider-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .home .slider-image {
    width: 56.23%;
  }
}
.home .slider-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .slider-info {
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1024px) {
  .home .slider-info {
    display: block;
    position: absolute;
    left: calc(56.23% + 2.15rem);
  }
}
.home .slider-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  margin: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 3.125rem;
  margin-bottom: 1rem;
  margin-right: 5rem;
}
@media (min-width: 1024px) {
  .home .slider-title-group {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home .slider-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  margin: auto 0;
  font-weight: 400;
  letter-spacing: 0.4rem;
}
.home .slider-title ruby {
  position: relative;
}
.home .slider-title ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  right: -1.5rem;
  text-align: center;
  font-size: 0.57rem;
  width: 100%;
  word-break: keep-all;
}
@media (min-width: 1024px) {
  .home .slider-title ruby[data-ruby]::before {
    right: -1.75rem;
    font-size: 0.7125rem;
  }
}
.home .slider-title rt {
  display: none;
  font-size: 0.57rem;
  position: relative;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .home .slider-title rt {
    font-size: 0.7125rem;
  }
}
@media (min-width: 1024px) {
  .home .slider-title {
    font-size: 1.25rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    margin-bottom: 4rem;
    letter-spacing: 0.8rem;
  }
}
.home .slider-floor-plan {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  max-width: 4.375rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .home .slider-floor-plan {
    max-width: 6.25rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 1023px) {
  .home .slider-pagination {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .home .slider-pagination {
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .home .slider-pagination .swiper-pagination {
    text-align: center;
    margin: 0;
  }
}
.home .illust-1 {
  width: 36%;
  position: relative;
}
.home .jirei-line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .jirei-line-container .half-width {
  width: 50%;
}
.home .jirei-line-container .half-width:first-child {
  width: 50%;
  height: auto;
}
@media (min-width: 1024px) {
  .home .jirei-line-container .half-width:first-child {
    position: absolute;
    bottom: 35px;
    left: 0;
  }
}
.home .jirei-line-container .half-width:first-child img {
  display: none;
}
@media (min-width: 1024px) {
  .home .jirei-line-container .half-width:first-child img {
    display: block;
  }
}
@media (min-width: 1024px) {
  .home .jirei-line-container .half-width:first-child p {
    display: none;
  }
}
@media (min-width: 1024px) {
  .home .jirei-line-container .half-width:last-child {
    margin-left: 50%;
  }
}
.home .jirei-line-container .jirei-line-sp {
  position: relative;
  left: calc(100% - 5rem);
  margin-bottom: 1.8rem;
}
@media (min-width: 1024px) {
  .home .jirei-line-container .jirei-line-pc {
    width: 82%;
    max-width: 34rem;
    height: auto;
    position: relative;
    top: -70px;
    margin-bottom: -35px;
  }
}
.home .main-content-wrapper.margin-top {
  margin-top: 4.375rem;
}
.home .project-section a.section-container {
  display: block;
  text-decoration: none;
  color: #1E1E1E;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .home .project-section a.section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.375rem;
  }
}
.home .project-section a.section-container:last-of-type {
  margin-bottom: 0;
}
.home .project-section .image-sp {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: auto;
}
.home .project-section .image-pc {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .home .project-section img {
    margin-bottom: 1.125rem;
  }
}
.home .project-section .project-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 50%;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .home .project-section .project-title-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.home .project-section .project-title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
}
.home .project-section .project-title ruby {
  position: relative;
}
.home .project-section .project-title ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.2rem;
  text-align: center;
  font-size: 0.57rem;
  width: 100%;
  word-break: keep-all;
}
@media (min-width: 1024px) {
  .home .project-section .project-title ruby[data-ruby]::before {
    top: 0;
    right: -1.75rem;
    font-size: 0.7125rem;
  }
}
.home .project-section .project-title rt {
  display: none;
  font-weight: 500;
  font-size: 0.57rem;
}
@media (min-width: 1024px) {
  .home .project-section .project-title rt {
    font-size: 0.7125rem;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .home .project-section .project-title {
    font-size: 1.25rem;
    letter-spacing: 0.8rem;
    margin-bottom: 4rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    height: 100%;
    text-align: center;
  }
}
.home .project-section .content-right {
  position: relative;
}
@media (max-width: 1023px) {
  .home .project-section .content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.home .project-section .content-right .project-meta-group {
  width: 50%;
}
@media (min-width: 1024px) {
  .home .project-section .content-right .project-meta-group {
    width: 100%;
    position: absolute;
    bottom: -8px;
  }
}
.home .project-section .content-right .project-meta-group .project-meta {
  line-height: 28px;
}
@media (max-width: 1023px) {
  .home .project-section .content-right .project-meta-group .project-meta {
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.home .project-section .content-right .project-meta-group .project-meta th {
  font-weight: 400;
  text-align: left;
}
.home .project-section .content-right .project-meta-group .project-meta th::after {
  content: " : ";
}
.home .project-section .button {
  margin-top: 3.75rem;
  margin-bottom: 4.8rem;
}
@media (min-width: 1024px) {
  .home .project-section .button {
    margin-top: 6.68rem;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 640px) {
  .home .core-concept {
    margin-top: 11rem;
  }
}
@media (max-width: 1023px) {
  .home .core-concept .content-main {
    width: 100%;
  }
}
.home .core-concept .corner-heading {
  margin-bottom: 4.2rem;
}
@media (min-width: 1024px) {
  .home .core-concept .corner-heading {
    margin-bottom: 3.875rem;
  }
}
.home .core-concept img {
  width: 100%;
}
.home .core-concept .button {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .home .core-concept .button {
    margin-top: 3.875rem;
  }
}
.home section.blog {
  margin-top: 4.8rem;
}
@media (min-width: 1024px) {
  .home section.blog {
    margin-top: 13rem;
  }
}
.home section.blog .corner-heading {
  margin-top: 2.75rem;
}
@media (min-width: 1024px) {
  .home section.blog .corner-heading {
    margin-bottom: 6.4rem;
  }
}
.home section.blog .blog-bg {
  position: absolute;
  top: 45px;
  right: 0;
}
@media (min-width: 1024px) {
  .home section.blog .blog-bg {
    top: 23px;
    width: auto;
  }
}
.home section.blog .button {
  margin-top: 3.625rem;
}
@media (min-width: 1024px) {
  .home section.blog .button {
    margin-top: 7.375rem;
  }
}
.home section.blog .image-sp {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: auto;
}
.home section.blog .image-pc {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: auto;
}
.home .coming-soon {
  background-image: url(/wp-content/themes/mytheme/images/bg-comingsoon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 600%;
  height: 300vh;
  max-height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5rem 0;
}
@media (min-width: 1024px) {
  .home .coming-soon {
    background-size: 300%;
    margin: 11.25rem 0;
    max-height: 180rem;
  }
}
.home .coming-soon p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.home #contact {
  margin-top: 6.25rem;
}
@media (min-width: 1024px) {
  .home #contact {
    margin-top: 8.125rem;
  }
}
@media (min-width: 1024px) {
  .home .contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .home .contact {
    gap: 1.625rem;
  }
}
.home .contact .contact-info .image-sp {
  width: 80%;
  margin: auto;
  margin-top: 1.75rem;
  margin-bottom: 2.875rem;
}
.home .contact .contact-info .image-pc {
  max-width: 6.25rem;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 0;
  margin-left: 0;
}
.home .contact .contact-text {
  text-align: center;
  line-height: 26px;
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  margin-bottom: 3.75rem;
}
@media (min-width: 1024px) {
  .home .contact .contact-text {
    text-align: left;
    line-height: 24px;
    letter-spacing: 1.26px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .home .contact .contact-text br.mobile-only {
    display: none;
  }
}
.home .contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .contact label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.home .contact textarea, .home .contact input {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #1E1E1E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 0;
}
.home .contact textarea {
  resize: none;
}
.home .contact input {
  height: 2.8rem;
}
.home .contact .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9rem;
}
.home .contact .wpcf7-acceptance label a {
  text-decoration: none;
  color: #1E1E1E;
}
.home .contact .wpcf7-list-item {
  margin: 0;
}
.home .contact .wpcf7-acceptance label input {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 0.45rem 0 0;
}
.home .contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 2.8rem;
  background-color: transparent;
  border: none;
  pointer-events: none;
  margin: 0;
  color: #1E1E1E;
}
.home .contact input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1rem !important;
  height: 1rem !important;
  border: 1px solid #333;
  position: relative;
  cursor: pointer;
  background-color: white;
  padding: 0;
  top: -1px;
}
.home .contact input[type=checkbox] + span {
  font-size: 0.75rem;
}
.home .contact input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid black;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home .contact button {
  cursor: pointer;
  width: 30%;
  margin: auto;
  padding: 0;
  margin-top: 3rem;
}
.home .contact .wpcf7-spinner {
  display: none;
}
.home .contact .wpcf7-response-output {
  margin-top: 1.25rem !important;
}
.home .contact textarea {
  height: 17rem;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
/***************************************************
* Blog TOPページ共通
***************************************************/
.blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .blog-list {
    gap: 1.875rem;
  }
}

.blog-item {
  margin-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  .blog-item {
    margin-bottom: 1.6rem;
  }
}

.blog-item-image {
  margin-bottom: 0.64rem;
}
@media (min-width: 1024px) {
  .blog-item-image {
    margin-bottom: 1.625rem;
  }
}
.blog-item-image .image-sp {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: auto;
}
.blog-item-image .image-pc {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: auto;
}

.blog-item-title {
  color: #1E1E1E;
  text-decoration: none;
  position: relative;
  min-height: 2rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .blog-item-title {
    min-height: 7rem;
  }
}

.blog-item-title-inner {
  position: relative;
}
@media (min-width: 1024px) {
  .blog-item-title-inner {
    margin-bottom: 1.43rem;
  }
}

.blog-item-title h4 {
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 19px;
  letter-spacing: 2px;
  font-size: 0.6875rem;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .blog-item-title h4 {
    line-height: 26px;
    letter-spacing: 1.323px;
    font-size: 0.875rem;
  }
}

.blog-item-title h4 span {
  display: block;
  font-size: 0.5625rem;
  letter-spacing: 1.32px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .blog-item-title h4 span {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1.26px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .blog-item-title h4, .blog-item-title time {
    width: calc(100% - 5rem);
  }
}

.blog-item-title time {
  display: block;
  letter-spacing: 0.15em;
  line-height: 17px;
  font-size: 0.5625rem;
}
@media (min-width: 1024px) {
  .blog-item-title time {
    font-size: 14px;
  }
}

/***************************************************
* Blog Index
***************************************************/
@media (min-width: 1440px) {
  .container-blog .blog-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: none !important;
}

/***************************************************
* Blog Single
***************************************************/
.blog-single a {
  color: #1E1E1E;
}
.blog-single h1 {
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 3.61px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .blog-single h1 {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 5px;
    margin-bottom: 1.875rem;
  }
}
.blog-single .blog-header {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .blog-single .blog-header {
    margin-bottom: 3.875rem;
  }
}
.blog-single .blog-title {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .blog-single .blog-title {
    margin-top: 0;
  }
}
.blog-single .blog-title span {
  font-size: 15px;
  letter-spacing: 2.38px;
}
@media (min-width: 1024px) {
  .blog-single .blog-title span {
    font-size: 1.25rem;
    letter-spacing: 3.4px;
  }
}
@media (min-width: 1024px) {
  .blog-single .blog-date {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.blog-single .blog-date time {
  letter-spacing: 3.4px;
  font-size: 0.875rem;
  letter-spacing: 2.38px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .blog-single .blog-date time {
    letter-spacing: 3.4px;
  }
}
.blog-single .content section {
  margin-bottom: 3.875rem;
}
@media (min-width: 1024px) {
  .blog-single .content section {
    margin-bottom: 7.6rem;
  }
}
.blog-single .content section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .blog-single .content section h2 {
    font-size: 1.375rem;
    margin-bottom: 3.375rem;
  }
}
@media (min-width: 1024px) {
  .blog-single .content section h2::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #2e2828;
    display: block;
    right: 0;
    position: absolute;
  }
}
.blog-single .content section .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .blog-single .content section .split {
    gap: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.blog-single .content section .split > * {
  width: 100%;
}
@media (min-width: 1024px) {
  .blog-single .content section .split > * {
    width: 50%;
  }
}
.blog-single .content section .text p {
  font-size: 0.875rem;
  letter-spacing: 0.28px;
  line-height: 25px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .blog-single .content section .text p {
    font-size: 1rem;
    letter-spacing: 0.34px;
    line-height: 37px;
    margin-bottom: 1.5rem;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
/***************************************************
* Works リストページ
***************************************************/
.work-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .work-list {
    gap: 1.875rem;
  }
}

.work-image-pc {
  display: none;
}
@media (min-width: 1024px) {
  .work-image-pc {
    display: block;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: auto;
  }
}

.work-image-sp {
  display: block;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .work-image-sp {
    display: none;
  }
}

.work-list .blog-item .blog-item-title {
  padding-left: 0;
}
.work-list .blog-item .blog-item-title::before {
  content: none;
}
.work-list .blog-item .blog-item-title h4 {
  font-size: 1rem;
  letter-spacing: 4.5px;
}
@media (min-width: 1024px) {
  .work-list .blog-item .blog-item-title h4 {
    font-size: 20px;
    letter-spacing: 7.8px;
    line-height: 35px;
  }
}
.work-list .blog-item .blog-item-title h4 span {
  font-size: 0.68rem;
  letter-spacing: 1.32px;
  line-height: 19px;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .work-list .blog-item .blog-item-title h4 span {
    font-size: 1rem;
    margin-bottom: 0;
    letter-spacing: 3.4px;
  }
}
.work-list .blog-item .blog-item-image {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .work-list .blog-item .blog-item-image {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 1023px) {
  .work-list .blog-item .blog-item-image {
    aspect-ratio: 3/4;
  }
  .work-list .blog-item .blog-item-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/***************************************************
* Works Singleページ
***************************************************/
.works-single .main-image {
  margin-top: 5.87rem;
  margin-bottom: 1.125rem;
}
@media (min-width: 1024px) {
  .works-single .main-image {
    margin-top: 0;
    margin-bottom: 4.375rem;
  }
}
.works-single .main-image img {
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .works-single .main-image img {
    aspect-ratio: 4/3;
  }
}
.works-single .project-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5.87rem;
}
@media (min-width: 1024px) {
  .works-single .project-title-group {
    margin-bottom: 6.125rem;
  }
}
.works-single h1 {
  font-size: 1.125rem;
  letter-spacing: 4.5px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 14px;
}
@media (min-width: 1024px) {
  .works-single h1 {
    font-size: 20px;
    letter-spacing: 5.4px;
    line-height: 34px;
    margin-top: 0;
  }
}
.works-single h1 ruby {
  position: relative;
}
.works-single h1 ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.25rem;
  text-align: center;
  font-size: 0.57rem;
  width: 100%;
  word-break: keep-all;
}
@media (min-width: 1024px) {
  .works-single h1 ruby[data-ruby]::before {
    top: -2rem;
    font-size: 0.7125rem;
  }
}
.works-single h1 rt {
  display: none;
  font-size: 0.5rem;
  letter-spacing: 6.24px;
  line-height: 14px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .works-single h1 rt {
    font-size: 11px;
    letter-spacing: 3.2px;
    line-height: 34px;
    font-weight: 500;
  }
}
.works-single h2 {
  font-size: 0.875rem;
  letter-spacing: 2.89px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 1.625rem;
}
@media (min-width: 1024px) {
  .works-single h2 {
    font-size: 1rem;
    letter-spacing: 2.89px;
    line-height: 35px;
  }
}
.works-single .details {
  font-size: 0.625rem;
  letter-spacing: 1.5px;
  line-height: 17px;
}
@media (min-width: 1024px) {
  .works-single .details {
    font-size: 0.875rem;
    letter-spacing: 2.1px;
    line-height: 31px;
  }
}
.works-single .details.mobile-only {
  display: block;
}
@media (min-width: 1024px) {
  .works-single .details.mobile-only {
    display: none;
  }
}
.works-single .content-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .works-single .content-split {
    gap: 4.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 9.8rem;
  }
}
.works-single .content-split .content {
  width: 100%;
}
@media (min-width: 1024px) {
  .works-single .content-split .content {
    width: 80%;
  }
}
.works-single .content-split .meta {
  width: 100%;
}
@media (min-width: 1024px) {
  .works-single .content-split .meta {
    width: 30%;
    margin-top: 0;
  }
}
.works-single .content-split .zumen {
  aspect-ratio: 4/3;
  background-color: #f0f0f0;
}
@media (min-width: 1024px) {
  .works-single .content-split .zumen {
    aspect-ratio: unset;
    border: 1px dashed black;
    background-color: transparent;
  }
}
.works-single .content-split .zumen img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .works-single .content-split .zumen img {
    padding: 20%;
  }
}
.works-single .content-split .meta .details {
  display: none;
}
@media (min-width: 1024px) {
  .works-single .content-split .meta .details {
    display: block;
    margin-bottom: 4.8rem;
  }
}
.works-single .content p {
  font-size: 0.875rem;
  letter-spacing: 0.56px;
  line-height: 27px;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .works-single .content p {
    font-size: 1rem;
    letter-spacing: 0.64px;
    line-height: 33px;
  }
}
.works-single .content p:last-child {
  margin-bottom: 0;
}
.works-single .image-libraries img {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .works-single .image-libraries img {
    margin-bottom: 3rem;
  }
}
.works-single .image-libraries img.landscape {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
.works-single .image-libraries img.portrait {
  width: 56.251%;
  display: block;
  margin-right: 0;
  margin-left: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 639px) {
  .works-single .image-libraries img.portrait {
    width: 100%;
    margin-right: 0;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
/***************************************************
* Info
***************************************************/
.info .corner-heading {
  margin-bottom: 1.68rem;
}
@media (min-width: 640px) {
  .info .corner-heading {
    margin-bottom: 6.4rem;
  }
}

.info h2 {
  font-size: 1.125rem;
  letter-spacing: 1.8px;
  font-weight: 400;
  margin-bottom: 0.9rem;
}
@media (min-width: 1024px) {
  .info h2 {
    margin-bottom: 1rem;
  }
}
.info h2::before {
  content: "( ";
}
.info h2::after {
  content: " )";
}

.info p {
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 28px;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .info p {
    font-size: 1rem;
    letter-spacing: 2.4px;
  }
}
.info p ruby {
  display: inline-block;
  position: relative;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .info p ruby {
    margin-top: 16px;
  }
}
.info p ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  text-align: center;
  font-size: 0.57rem;
  width: 100%;
  word-break: keep-all;
  top: -20px;
}
@media (min-width: 1024px) {
  .info p ruby[data-ruby]::before {
    font-size: 0.7125rem;
    top: -24px;
  }
}
.info p rt {
  display: none;
}
.info p .company-name {
  display: block;
  margin-bottom: 0.5rem;
}
.info p .foundation-date {
  display: block;
  margin-top: 0.5rem;
}

.container-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .container-info {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.container-info .container-info-left {
  width: 100%;
  margin-right: 3.75rem;
}
@media (min-width: 640px) {
  .container-info .container-info-left {
    width: 30%;
  }
}
.container-info .container-info-left.mobile-order {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 640px) {
  .container-info .container-info-left.mobile-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.container-info .container-info-right {
  width: 100%;
  margin-bottom: 4rem;
}
.container-info .container-info-right.mobile-order {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 640px) {
  .container-info .container-info-right.mobile-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 640px) {
  .container-info .container-info-right {
    margin-bottom: 0;
    width: 70%;
  }
}
.container-info .container-info-right img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 640px) {
  .container-info .container-info-right img {
    aspect-ratio: 4/3;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center;
  }
}

.info .content-right {
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  .info .content-right {
    display: block;
  }
}
.info .content-right .meta {
  position: absolute;
  bottom: 0;
}

.info a.button-dashed {
  margin-top: 3.5rem;
  padding-top: 6px;
}
.info a.button-dashed::after {
  background-image: url(/wp-content/themes/mytheme/images/info/contact.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  display: block;
  position: absolute;
  width: 14.5rem;
  height: 3.3rem;
  top: 0;
  left: 100%;
}
@media (min-width: 640px) {
  .info a.button-dashed::after {
    width: 41.5rem;
    height: 3.3rem;
    top: 0;
    left: 0;
  }
}

.info-address {
  margin-top: 3rem;
}
@media (min-width: 640px) {
  .info-address {
    margin-top: 13rem;
  }
}

.info-addres-2 {
  margin-top: 3rem;
}

.info-map #map {
  width: 100%;
  height: 36rem;
  margin-top: 2.1rem;
  aspect-ratio: 4/3;
}
@media (min-width: 640px) {
  .info-map #map {
    margin-top: 5.6rem;
    aspect-ratio: unset;
  }
}
.info-map #map iframe {
  width: 100%;
  height: 100%;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
/***************************************************
* Flow
***************************************************/
.flow-list {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .flow-list {
    width: 80%;
  }
}

.flow-item {
  margin-bottom: 2rem;
}
.flow-item::after {
  content: "";
  position: relative;
  display: block;
  background-image: url("/wp-content/themes/mytheme/images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 58px;
  margin: auto;
  margin-top: 1.375rem;
}
@media (min-width: 1024px) {
  .flow-item::after {
    margin-left: 18rem;
  }
}
.flow-item:last-child::after, .flow-item.no-arrow::after {
  content: none;
}

.flow-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .flow-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.flow-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .flow-item-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-preferred-size: 12rem;
    flex-basis: 12rem;
    width: 12rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.flow-item-title .flow-item-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1.625rem;
}
@media (min-width: 1024px) {
  .flow-item-title .flow-item-title-inner {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: auto;
  }
}
.flow-item-title h3 {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.91px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .flow-item-title h3 {
    text-align: left;
    font-size: 17px;
    letter-spacing: 8.55px;
  }
}
.flow-item-title h3::before, .flow-item-title h3::after {
  position: relative;
  top: 0;
  left: 2px;
}
.flow-item-title h3::before {
  content: "( ";
}
@media (min-width: 1024px) {
  .flow-item-title h3::before {
    content: "(";
    margin-bottom: 4px;
  }
}
.flow-item-title h3::after {
  content: " )";
}
@media (min-width: 1024px) {
  .flow-item-title h3::after {
    content: ")";
    margin-top: 4px;
  }
}
@media (min-width: 1024px) {
  .flow-item-title h3 {
    margin-left: 2.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .flow-item-title h3:nth-of-type(2) {
    margin-left: 0.625rem;
  }
}

.circle-index {
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid black;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.top {
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 0.75rem;
}

.bottom {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 0.75rem;
}

.slash {
  position: absolute;
  width: 2.4rem;
  height: 0;
  border-top: 1px solid black;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 6px;
  top: 24px;
}

.flow-item-image {
  width: 100%;
  height: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .flow-item-image {
    width: 200px;
    height: 160px;
    margin-right: 2.68rem;
    margin-bottom: 0;
  }
}
.flow-item-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: none;
  object-fit: none;
}

.flow-item-content p {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 1.08px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .flow-item-content p {
    font-size: 0.875rem;
    letter-spacing: 1.26px;
    line-height: 24px;
  }
}
.flow-item-content::before {
  display: block;
  width: 13rem;
  max-width: 100%;
  height: 1px;
  border-top: 1px dashed #1E1E1E;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .flow-item-content::before {
    content: "";
  }
}
.flow-item-content.no-border::before {
  content: none;
}
.flow-item-content .button-container {
  text-align: center;
}
@media (min-width: 1024px) {
  .flow-item-content .button-container {
    text-align: left;
  }
}
.flow-item-content .button-flow {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .flow-item-content .button-flow {
    display: inline-block;
  }
}

.divider-flow {
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 0.875rem;
  background-image: url("/wp-content/themes/mytheme/images/wave.svg");
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .divider-flow {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.flow-item .asterisk {
  width: 45px;
  height: 45px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
/***************************************************
* Team
***************************************************/
.container-team {
  width: 100%;
  margin: auto;
}
@media (min-width: 1024px) {
  .container-team {
    width: calc(100% - 1.5rem);
    margin: auto;
    margin-left: 1.5rem;
  }
}

.container-team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.25rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 1024px) {
  .container-team-item {
    gap: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.container-team-item-image img {
  width: 80%;
}
@media (min-width: 1024px) {
  .container-team-item-image img {
    width: 100%;
  }
}

.container-team-item-profile {
  position: relative;
}
.container-team-item-profile h4 {
  font-size: 1.125rem;
  letter-spacing: 3.6px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .container-team-item-profile h4 {
    font-size: 1.25rem;
    letter-spacing: 4.8px;
    margin-bottom: 1.5rem;
  }
}
.container-team-item-profile span {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.5625rem;
  letter-spacing: 0.81px;
  margin-bottom: 1.375rem;
}
@media (min-width: 1024px) {
  .container-team-item-profile span {
    font-size: 0.875rem;
    letter-spacing: 1.26px;
    margin-bottom: 1.5rem;
  }
}
.container-team-item-profile p.position {
  font-size: 0.6875rem;
  letter-spacing: 2.75px;
  line-height: 21px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .container-team-item-profile p.position {
    font-size: 0.875rem;
    letter-spacing: 1.26px;
    line-height: 26px;
    margin-bottom: 2rem;
  }
}
.container-team-item-profile p.license {
  font-size: 0.625rem;
  letter-spacing: 0.9px;
  line-height: 16px;
  padding-bottom: 1.375rem;
}
@media (min-width: 1024px) {
  .container-team-item-profile p.license {
    font-size: 0.875rem;
    letter-spacing: 3.5px;
    line-height: 28px;
    padding-bottom: 0;
  }
}
.container-team-item-profile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 5.6rem;
  height: 1px;
  border-bottom: 1px dashed #1E1E1E;
}
@media (min-width: 1024px) {
  .container-team-item-profile::after {
    width: 16rem;
  }
}

.team .members {
  margin-top: 5.5rem;
}
.team .members p {
  font-size: 0.75rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .team .members p {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .team .members {
    margin-top: 10rem;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
/***************************************************
* 年代メニュースライダー
***************************************************/
.year-slider-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding: 1rem 10%;
  background-color: #fff;
  z-index: 50;
}
@media (min-width: 1024px) {
  .year-slider-container {
    position: absolute;
    width: 18.75rem;
    padding: 0 3rem;
    bottom: auto;
    top: 0;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
}

.year-slider {
  width: 100%;
  overflow: hidden;
}
.year-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.year-slider .swiper-slide {
  text-align: center;
  cursor: pointer;
  padding: 0rem 0 0.5rem 0;
  position: relative;
}
.year-slider .swiper-slide a {
  color: #1E1E1E;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  padding-bottom: 0.25rem;
  position: relative;
  width: auto;
  font-size: 0.875rem;
  letter-spacing: 1.26px;
  margin: auto;
}
@media (min-width: 1024px) {
  .year-slider .swiper-slide a {
    font-size: 1rem;
    letter-spacing: 1.71px;
  }
}
/* アクティブスライド用の下線アニメーション */
.year-slider-underline {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #1E1E1E;
  -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 14px !important;
  height: 35px !important;
  z-index: 10;
  cursor: pointer;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem;
  color: #1E1E1E;
}

.swiper-button-prev {
  left: 5% !important;
}
@media (min-width: 1024px) {
  .swiper-button-prev {
    left: 0 !important;
  }
}

.swiper-button-next {
  right: 5% !important;
}
@media (min-width: 1024px) {
  .swiper-button-next {
    right: 0 !important;
  }
}

/* 年代コンテンツのスタイル */
.year-content-wrapper {
  position: relative;
  width: 100%;
}

.year-content {
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.year-content.barba-leave {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-content-container {
  margin-top: 3rem;
}

.blog-no-posts {
  text-align: center;
  padding: 3rem 0;
  font-size: 1rem;
  width: 200%;
}

.year-heading {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: normal;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1024px) {
  .year-heading {
    font-size: 1.5rem;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=ONLY VARIABLES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Space & sizing system */
/*heavy*/
/* 20px */
/***************************************************
* カテゴリーメニュースライダー
***************************************************/
.category-slider-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding: 1rem 1rem;
  background-color: #fff;
  z-index: 50;
}
@media (min-width: 1024px) {
  .category-slider-container {
    position: absolute;
    width: auto;
    padding: 0;
    bottom: auto;
    top: 0;
    margin-bottom: 2.5rem;
  }
}

.category-slider {
  width: 100%;
  overflow: hidden;
}
.category-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.category-slider .swiper-slide {
  min-width: 90px;
  text-align: center;
  cursor: pointer;
  padding: 0.42rem 0 0.42rem 0;
  position: relative;
}
@media (min-width: 1024px) {
  .category-slider .swiper-slide {
    width: auto !important;
  }
}
@media (max-width: 1023px) {
  .category-slider .swiper-slide.mobile-hide {
    display: none !important;
  }
}
.category-slider .swiper-slide:last-of-type {
  margin-right: 0 !important;
}
.category-slider .swiper-slide.swiper-slide-last {
  margin-right: 0 !important;
}
.category-slider .swiper-slide a {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.2rem 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1.26px;
}
@media (min-width: 1024px) {
  .category-slider .swiper-slide a {
    font-size: 1rem;
    letter-spacing: 1.71px;
  }
}

/* スライダーの上下線のスタイル */
.category-slider-line {
  position: absolute;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}
.category-slider-line.top-line {
  top: 0;
}
.category-slider-line.bottom-line {
  bottom: 0;
}

/* 左右の矢印を非表示 */
.category-slider .swiper-button-next,
.category-slider .swiper-button-prev {
  display: none !important;
}

/* カテゴリーコンテンツのスタイル */
.category-content-wrapper {
  position: relative;
  width: 100%;
}

.category-content {
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.category-content.barba-leave {
  position: absolute;
  top: 0;
  left: 0;
}

.works-content-container {
  margin-top: 3rem;
}

.works-no-posts {
  text-align: center;
  padding: 3rem 0;
  font-size: 1rem;
}

.category-heading {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: normal;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1024px) {
  .category-heading {
    font-size: 1.5rem;
  }
}

body {
  color: #1e1e1e;
}

:root {
  --max-width: 1920px;
  --side-gap: 16px;
}
@media (min-width: 640px) {
  :root {
    --side-gap: 48px;
  }
}
@media (min-width: 1024px) {
  :root {
    --side-gap: 58px;
  }
}
@media (min-width: 1440px) {
  :root {
    --side-gap: 58px;
  }
}