.elementor-1609 .elementor-element.elementor-element-261f2f1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:9em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-1609 .elementor-element.elementor-element-004748a{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c2e4180 */@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@400;500;700;800&family=Permanent+Marker&display=swap');


/* =========================================================
   COMMON
========================================================= */

:root {
  --tk-red: #ef2b21;
  --tk-history-bg: #fafaf8;
  --tk-black: #050505;
}


/* =========================================================
   OUR HISTORY INTRO
========================================================= */

.tk-history-intro {
  position: relative;
  max-width: 850px;
  margin: 10px auto 75px;
  padding: 0 30px;
  text-align: center;
  background: var(--tk-history-bg);
  box-shadow: 0 0 0 100vmax var(--tk-history-bg);
  clip-path: inset(0 -100vmax);
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.2,.7,.2,1);
}

.tk-history-intro.show {
  opacity: 1;
  transform: translateY(0);
}

.tk-history-intro-kicker {
  margin-bottom: 22px;
  color: var(--tk-red);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .22em;
}

.tk-history-intro-lead {
  margin: 0 0 30px;
  color: #151515;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -.015em;
}

.tk-history-intro-lead strong {
  font-weight: 700;
}

.tk-history-intro-body {
  max-width: 700px;
  margin: 0 auto;
  color: #444;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.tk-history-intro-body p {
  margin: 0 0 20px;
}

.tk-history-intro-body strong {
  color: #171717;
  font-weight: 700;
}

.tk-history-intro-en {
  margin-top: 35px;
  color: #171717;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.tk-history-intro-line {
  width: 42px;
  height: 2px;
  margin: 30px auto 0;
  background: var(--tk-red);
}


/* =========================================================
   HISTORY
========================================================= */

.tk-history {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-left: max(30px, calc((100vw - 1100px) / 2 + 30px));
  padding-right: max(30px, calc((100vw - 1100px) / 2 + 30px));
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  background:
    radial-gradient(
      ellipse at 4% 25%,
      rgba(239,43,33,.045) 0%,
      transparent 37%
    ),
    radial-gradient(
      ellipse at 97% 70%,
      rgba(239,43,33,.04) 0%,
      transparent 38%
    ),
    radial-gradient(
      ellipse at 85% 25%,
      rgba(0,0,0,.018) 0%,
      transparent 42%
    ),
    var(--tk-history-bg);
}


/* =========================================================
   HISTORY TEXTURE
========================================================= */

.tk-history-texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .52;
  background-image:
    radial-gradient(
      circle,
      rgba(20,20,20,.10) 1px,
      transparent 1.2px
    ),
    radial-gradient(
      circle,
      rgba(0,0,0,.04) .55px,
      transparent .7px
    );
  background-size:
    18px 18px,
    5px 5px;

  -webkit-mask-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,.75) 0%,
      rgba(0,0,0,.15) 24%,
      transparent 40%,
      transparent 60%,
      rgba(0,0,0,.15) 76%,
      rgba(0,0,0,.75) 100%
    );

  mask-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,.75) 0%,
      rgba(0,0,0,.15) 24%,
      transparent 40%,
      transparent 60%,
      rgba(0,0,0,.15) 76%,
      rgba(0,0,0,.75) 100%
    );
}

.tk-history-grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .26;
  background:
    repeating-linear-gradient(
      128deg,
      transparent 0,
      transparent 34px,
      rgba(0,0,0,.018) 35px,
      transparent 36px
    );
}


/* =========================================================
   BACKGROUND TYPOGRAPHY
========================================================= */

.tk-history-bg-word {
  position: absolute;
  z-index: 0;
  color: rgba(10,10,10,.045);
  font-family: var(--f-en,"Archivo",sans-serif);
  font-size: clamp(135px,15vw,235px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.065em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transition:
    opacity 1.3s ease,
    transform 2.2s cubic-bezier(.2,.7,.2,1);
}

.tk-history-bg-tyrant {
  left: max(30px,calc((100vw - 1500px) / 2 + 30px));
  top: 8%;
  transform: translateY(70px) rotate(180deg);
}

.tk-history-bg-king {
  right: max(30px,calc((100vw - 1500px) / 2 + 30px));
  bottom: 8%;
  transform: translateY(-70px);
}

.tk-history.active .tk-history-bg-word {
  opacity: 1;
}

.tk-history.active .tk-history-bg-tyrant {
  transform: translateY(0) rotate(180deg);
}

.tk-history.active .tk-history-bg-king {
  transform: translateY(0);
}


/* =========================================================
   BACKGROUND RED CURVES
========================================================= */

.tk-history-bg-line {
  position: absolute;
  z-index: 0;
  width: 460px;
  height: 260px;
  border-top: 1px solid rgba(239,43,33,.16);
  border-radius: 50%;
  pointer-events: none;
}

.tk-history-bg-line-1 {
  left: -100px;
  top: 30%;
  transform: rotate(-13deg);
}

.tk-history-bg-line-2 {
  right: -100px;
  bottom: 22%;
  transform: rotate(16deg);
}


/* =========================================================
   CENTER CURVE
========================================================= */

.tk-history-curve {
  position: absolute;
  top: 0;
  bottom: 35px;
  left: 50%;
  width: 150px;
  height: auto;
  z-index: 2;
  transform: translateX(-50%);
  pointer-events: none;
  overflow: hidden;
}

.tk-history-curve svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tk-history-path {
  fill: none;
  stroke: var(--tk-red);
  stroke-width: 1.6;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transition: stroke-dashoffset 2.8s ease;
}

.tk-history.active .tk-history-path {
  stroke-dashoffset: 0;
}


/* =========================================================
   HISTORY ITEMS
========================================================= */

.tk-history-item {
  position: relative;
  z-index: 3;
  width: calc(50% - 90px);
  min-height: 80px;
  margin-bottom: 55px;
  opacity: 0;
  transition:
    opacity .8s ease,
    transform .9s cubic-bezier(.2,.7,.2,1);
}

.tk-history-item.left {
  margin-left: 0;
  margin-right: auto;
  padding-right: 25px;
  text-align: right;
  transform: translate(-25px,30px);
}

.tk-history-item.right {
  margin-left: calc(50% + 90px);
  margin-right: 0;
  padding-left: 25px;
  text-align: left;
  transform: translate(25px,30px);
}

.tk-history-item.show {
  opacity: 1;
  transform: translate(0,0);
}


/* =========================================================
   YEAR / TEXT
========================================================= */

.tk-year {
  margin-bottom: 10px;
  color: var(--tk-red);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .08em;
}

.tk-history-text {
  color: #161616;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.tk-history-text strong {
  font-weight: 700;
}


/* =========================================================
   RED DOT
========================================================= */

.tk-history-item::before {
  content: "";
  position: absolute;
  top: 4px;
  width: 8px;
  height: 8px;
  background: var(--tk-red);
  border-radius: 50%;
}

.tk-history-item.left::before {
  right: -84px;
}

.tk-history-item.right::before {
  left: -84px;
}


/* =========================================================
   HISTORY SPACING
========================================================= */

.tk-history-item.pos-1 { margin-bottom:65px; }
.tk-history-item.pos-2 { margin-bottom:80px; }
.tk-history-item.pos-3 { margin-bottom:65px; }
.tk-history-item.pos-4 { margin-bottom:90px; }
.tk-history-item.pos-5 { margin-bottom:65px; }
.tk-history-item.pos-6 { margin-bottom:85px; }
.tk-history-item.pos-7 { margin-bottom:70px; }
.tk-history-item.pos-8 { margin-bottom:95px; }
.tk-history-item.pos-9 { margin-bottom:70px; }
.tk-history-item.pos-10 { margin-bottom:85px; }
.tk-history-item.pos-11 { margin-bottom:70px; }

.tk-history-item:last-child {
  min-height: 60px;
  margin-bottom: 0;
}


/* =========================================================
   PLACE BEHIND THE WORK
========================================================= */

.tk-history-place {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 55px 0 80px;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      ellipse at 8% 20%,
      rgba(239,43,33,.035) 0%,
      transparent 38%
    ),
    radial-gradient(
      ellipse at 90% 72%,
      rgba(0,0,0,.025) 0%,
      transparent 42%
    ),
    var(--tk-history-bg);
}

.tk-history-place::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .30;
  background-image:
    radial-gradient(
      circle,
      rgba(20,20,20,.08) 1px,
      transparent 1.1px
    ),
    radial-gradient(
      circle,
      rgba(0,0,0,.035) .5px,
      transparent .7px
    );
  background-size:
    18px 18px,
    5px 5px;
}

.tk-history-place-inner {
  position: relative;
  z-index: 2;
  width: min(1500px,calc(100% - 60px));
  margin: 0 auto;
}


/* =========================================================
   PLACE HEADING
========================================================= */

.tk-history-place-heading {
  position: relative;
  z-index: 30;
  max-width: 760px;
  margin: 0 0 5px 5%;
}

.tk-history-place-kicker {
  margin-bottom: 10px;
  color: var(--tk-red);
  font-family: "Anton","Arial Narrow","Arial Black",sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .18em;
}

.tk-history-place-heading h2 {
  margin: 0;
  color: #111;
  font-family: "Anton","Arial Narrow","Arial Black",sans-serif;
  font-size: clamp(44px,5vw,74px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.025em;
}

.tk-history-place-heading h2 span {
  color: var(--tk-red);
}


/* =========================================================
   COLLAGE
========================================================= */

.tk-history-collage {
  position: relative;
  width: 100%;
  height: 800px;
}

.tk-history-collage::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -4%;
  top: 85px;
  width: 108%;
  height: 620px;
  pointer-events: none;
  background:
    linear-gradient(
      174deg,
      transparent 0 19%,
      rgba(15,17,18,.90) 19.3% 20.5%,
      transparent 20.9%
    ),
    linear-gradient(
      166deg,
      transparent 0 39%,
      rgba(15,17,18,.85) 39.2% 40.3%,
      transparent 40.7%
    ),
    linear-gradient(
      176deg,
      transparent 0 61%,
      rgba(239,43,33,.80) 61.2% 62.2%,
      transparent 62.6%
    ),
    linear-gradient(
      171deg,
      transparent 0 77%,
      rgba(15,17,18,.82) 77.2% 78.3%,
      transparent 78.7%
    );
  opacity: .86;
  transform: rotate(-1deg);
}


/* =========================================================
   COLLAGE PHOTO
========================================================= */

.tk-history-photo {
  position: absolute;
  z-index: 6;
  box-sizing: border-box;
  padding: 8px 8px 11px;
  background: #fff;
  box-shadow:
    0 19px 35px rgba(0,0,0,.15),
    0 4px 10px rgba(0,0,0,.09);
  transform-origin: center;
  transition:
    transform .38s cubic-bezier(.2,.75,.2,1),
    box-shadow .38s ease;
}

.tk-history-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tk-history-photo::before {
  content: "";
  position: absolute;
  z-index: 12;
  left: 50%;
  top: -14px;
  width: 74px;
  height: 25px;
  background:
    linear-gradient(
      90deg,
      rgba(190,187,176,.12),
      rgba(150,147,136,.31),
      rgba(190,187,176,.16)
    );
  box-shadow: 0 1px 2px rgba(0,0,0,.07);
  transform: translateX(-50%) rotate(-4deg);
  opacity: .78;
}

.tk-history-photo > span {
  position: absolute;
  z-index: 13;
  left: 50%;
  bottom: -15px;
  min-width: 105px;
  padding: 6px 18px 7px;
  transform: translateX(-50%) rotate(-3deg);
  background: #111;
  color: #fff;
  font-family: "Anton","Arial Narrow","Arial Black",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .045em;
  text-align: center;
  white-space: nowrap;
}

.tk-history-photo:hover {
  z-index: 30;
  transform: translateY(-10px) rotate(0) scale(1.035);
  box-shadow:
    0 28px 55px rgba(0,0,0,.20),
    0 8px 14px rgba(0,0,0,.08);
}


/* =========================================================
   PHOTO POSITIONS
========================================================= */

.tk-history-collage .photo-creative {
  left: 5%;
  top: 200px;
  width: 19%;
  height: 220px;
  transform: rotate(-6deg);
}

.tk-history-collage .photo-lounge {
  left: 23%;
  top: 60px;
  width: 20%;
  height: 255px;
  transform: rotate(-3deg);
}

.tk-history-collage .photo-details {
  left: 41%;
  top: 110px;
  width: 18%;
  height: 230px;
  transform: rotate(2deg);
}

.tk-history-collage .photo-culture {
  left: 58%;
  top: 70px;
  width: 18%;
  height: 245px;
  transform: rotate(-2deg);
}

.tk-history-collage .photo-working {
  right: 5%;
  top: 150px;
  width: 20%;
  height: 235px;
  transform: rotate(5deg);
}

.tk-history-collage .photo-office {
  left: 5%;
  top: 470px;
  width: 19%;
  height: 230px;
  transform: rotate(3deg);
}

.tk-history-collage .photo-meeting {
  left: 23%;
  top: 380px;
  width: 21%;
  height: 250px;
  transform: rotate(-3deg);
}

.tk-history-collage .photo-team {
  left: 43%;
  top: 415px;
  width: 18%;
  height: 230px;
  transform: rotate(2deg);
}

.tk-history-collage .photo-new {
  left: 60%;
  top: 375px;
  width: 18%;
  height: 225px;
  transform: rotate(-4deg);
}

.tk-history-collage .photo-ideas {
  right: 4%;
  top: 455px;
  width: 19%;
  height: 220px;
  transform: rotate(4deg);
}


/* =========================================================
   COLLAGE TEXT
========================================================= */

.tk-history-collage-bg-text {
  position: absolute;
  z-index: 20;
  right: 2%;
  top: -15px;
  font-family: "Permanent Marker","Arial Black",sans-serif;
  font-size: clamp(34px,4vw,58px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.03em;
  color: #111;
  transform: rotate(-8deg);
  pointer-events: none;
}

.tk-history-collage-bg-text span {
  position: relative;
  display: inline-block;
  margin-top: 6px;
  color: #cf1732;
}

.tk-history-collage-bg-text span::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -13px;
  width: 118%;
  height: 8px;
  background: #cf1732;
  transform: rotate(-4deg);
}

.tk-history-collage-message {
  position: absolute;
  z-index: 20;
  right: 7%;
  bottom: 10px;
  font-family: "Permanent Marker","Arial Black",sans-serif;
  font-size: clamp(30px,3.3vw,47px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.025em;
  color: #111;
  text-align: center;
  transform: rotate(-8deg);
  pointer-events: none;
}

.tk-history-collage-message::after {
  content: "";
  display: block;
  width: 112%;
  height: 8px;
  margin: 11px 0 0 -7%;
  background: #cf1732;
  transform: rotate(-4deg);
}


/* =========================================================
   CORPORATION NOTE
========================================================= */

.tk-history-corp-note {
  position: relative;
  z-index: 3;
  width: calc(100% - 60px);
  max-width: 720px;
  margin: 15px auto 0;
  padding: 22px 30px 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(0,0,0,.09);
  color: rgba(20,20,20,.48);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .01em;
  text-align: center;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:1100px) {

  .tk-history-intro {
    max-width: 700px;
    margin-bottom: 65px;
  }

  .tk-history-intro-lead {
    font-size: 22px;
  }

  .tk-history {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tk-history-bg-word {
    font-size: clamp(105px,15vw,165px);
  }

  .tk-history-bg-tyrant {
    left: 20px;
  }

  .tk-history-bg-king {
    right: 20px;
  }

  .tk-history-place {
    padding: 55px 0 65px;
  }

  .tk-history-place-inner {
    width: calc(100% - 48px);
  }

  .tk-history-place-heading {
    margin-left: 0;
    margin-bottom: 25px;
  }

  .tk-history-collage {
    height: auto;
    padding: 135px 0 150px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 34px 18px;
    align-items: start;
  }

  .tk-history-photo,
  .tk-history-collage .photo-creative,
  .tk-history-collage .photo-lounge,
  .tk-history-collage .photo-details,
  .tk-history-collage .photo-culture,
  .tk-history-collage .photo-office,
  .tk-history-collage .photo-meeting,
  .tk-history-collage .photo-team,
  .tk-history-collage .photo-new,
  .tk-history-collage .photo-ideas,
  .tk-history-collage .photo-working {
    position: relative;
    inset: auto;
    width: 100%;
    height: 205px;
    margin: 0;
  }

  .tk-history-collage .photo-creative,
  .tk-history-collage .photo-details,
  .tk-history-collage .photo-office,
  .tk-history-collage .photo-team,
  .tk-history-collage .photo-working {
    transform: rotate(-2deg);
  }

  .tk-history-collage .photo-lounge,
  .tk-history-collage .photo-culture,
  .tk-history-collage .photo-meeting,
  .tk-history-collage .photo-new,
  .tk-history-collage .photo-ideas {
    transform: rotate(2deg);
  }

  .tk-history-collage-bg-text {
    left: 0;
    right: auto;
    top: 15px;
    font-size: 43px;
  }

  .tk-history-collage-message {
    right: 0;
    bottom: 20px;
    font-size: 34px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px) {

  .tk-history-intro {
    margin: 5px auto 50px;
    padding: 0 25px;
    text-align: left;
  }

  .tk-history-intro-kicker {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .tk-history-intro-lead {
    font-size: 20px;
    line-height: 1.7;
  }

  .tk-history-intro-body {
    font-size: 14px;
    line-height: 1.9;
  }

  .tk-history-intro-en {
    font-size: 12px;
    line-height: 1.7;
  }

  .tk-history-intro-line {
    margin-left: 0;
  }

  .tk-history {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px 35px 65px;
  }

  .tk-history-bg-word {
    font-size: 82px;
    color: rgba(10,10,10,.032);
  }

  .tk-history-bg-tyrant {
    left: auto;
    right: 8px;
    top: 8%;
  }

  .tk-history-bg-king {
    display: none;
  }

  .tk-history-bg-line {
    display: none;
  }

  .tk-history-texture {
    opacity: .32;
  }

  .tk-history-curve {
    left: 20px;
    width: 65px;
    bottom: 25px;
    transform: none;
  }

  .tk-history-item,
  .tk-history-item.left,
  .tk-history-item.right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 55px;
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
    transform: translateY(25px);
  }

  .tk-history-item.show {
    transform: translateY(0);
  }

  .tk-history-item::before,
  .tk-history-item.left::before,
  .tk-history-item.right::before {
    left: -38px;
    right: auto;
  }

  .tk-history-item:last-child {
    min-height: 55px;
    margin-bottom: 0;
  }

  .tk-history-text {
    font-size: 15px;
  }

  .tk-history-place {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 45px 0 55px;
  }

  .tk-history-place-inner {
    width: calc(100% - 28px);
  }

  .tk-history-place-heading {
    width: 100%;
    margin: 0 0 15px;
  }

  .tk-history-place-kicker {
    font-size: 10px;
  }

  .tk-history-place-heading h2 {
    font-size: clamp(34px,11vw,48px);
  }

  .tk-history-collage {
    padding: 105px 0 130px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 27px 10px;
  }

  .tk-history-photo,
  .tk-history-collage .photo-creative,
  .tk-history-collage .photo-lounge,
  .tk-history-collage .photo-details,
  .tk-history-collage .photo-culture,
  .tk-history-collage .photo-office,
  .tk-history-collage .photo-meeting,
  .tk-history-collage .photo-team,
  .tk-history-collage .photo-new,
  .tk-history-collage .photo-ideas,
  .tk-history-collage .photo-working {
    height: 155px;
  }

  .tk-history-photo > span {
    bottom: -9px;
    min-width: 65px;
    padding: 5px 8px;
    font-size: 9px;
  }

  .tk-history-collage-bg-text {
    top: 10px;
    font-size: 28px;
  }

  .tk-history-collage-message {
    right: 2px;
    bottom: 15px;
    font-size: 24px;
  }

  .tk-history-corp-note {
    width: 100%;
    margin-top: 20px;
    padding: 18px 0 0;
    font-size: 10px;
    line-height: 1.75;
    text-align: left;
  }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:480px) {

  .tk-history-intro {
    padding: 0 20px;
  }

  .tk-history-intro-lead {
    font-size: 19px;
  }
}


@media (prefers-reduced-motion: reduce) {

  .tk-history-intro,
  .tk-history-item,
  .tk-history-photo {
    transition: none;
  }
}/* End custom CSS */