.elementor-1560 .elementor-element.elementor-element-16f0b5c5{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--padding-top:18px;--padding-bottom:18px;--padding-left:36px;--padding-right:36px;--z-index:100;}.elementor-1560 .elementor-element.elementor-element-16f0b5c5:not(.elementor-motion-effects-element-type-background), .elementor-1560 .elementor-element.elementor-element-16f0b5c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:rgba(250,250,248,0.82);}.elementor-1560 .elementor-element.elementor-element-16f0b5c5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1560 .elementor-element.elementor-element-561841d9{--display:flex;}.elementor-1560 .elementor-element.elementor-element-561841d9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1560 .elementor-element.elementor-element-556c8fa8{width:var( --container-widget-width, 94.102% );max-width:94.102%;--container-widget-width:94.102%;--container-widget-flex-grow:0;}.elementor-1560 .elementor-element.elementor-element-556c8fa8.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1560 .elementor-element.elementor-element-449b3f10{--display:flex;}.elementor-1560 .elementor-element.elementor-element-449b3f10.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1560 .elementor-element.elementor-element-54908752{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1560 .elementor-element.elementor-element-54908752.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1560 .elementor-element.elementor-element-54908752 .elementor-menu-toggle{margin:0 auto;}.elementor-1560 .elementor-element.elementor-element-54908752 .elementor-nav-menu .elementor-item{font-family:"Archivo", Sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.4px;}.elementor-1560 .elementor-element.elementor-element-54908752 .elementor-nav-menu--main .elementor-item{color:#1a1a1a;fill:#1a1a1a;padding-left:18px;padding-right:18px;padding-top:6px;padding-bottom:6px;}.elementor-1560 .elementor-element.elementor-element-54908752 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-1560 .elementor-element.elementor-element-54908752 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-1560 .elementor-element.elementor-element-54908752 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-1560 .elementor-element.elementor-element-54908752 .elementor-nav-menu--main .elementor-item:focus{color:#c8102e;fill:#c8102e;}.elementor-1560 .elementor-element.elementor-element-54908752 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#c8102e;}.elementor-1560 .elementor-element.elementor-element-54908752 div.elementor-menu-toggle{color:#0a0a0a;}.elementor-1560 .elementor-element.elementor-element-54908752 div.elementor-menu-toggle svg{fill:#0a0a0a;}.elementor-1560 .elementor-element.elementor-element-598dfba8{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:24px 24px;--row-gap:24px;--column-gap:24px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1560 .elementor-element.elementor-element-16f0b5c5{--width:100%;}.elementor-1560 .elementor-element.elementor-element-561841d9{--width:23.755%;}.elementor-1560 .elementor-element.elementor-element-449b3f10{--width:58.298%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1560 .elementor-element.elementor-element-449b3f10{--width:67.839%;}}@media(max-width:767px){.elementor-1560 .elementor-element.elementor-element-16f0b5c5{--width:100%;--padding-top:14px;--padding-bottom:14px;--padding-left:20px;--padding-right:20px;}.elementor-1560 .elementor-element.elementor-element-561841d9{--width:44%;}.elementor-1560 .elementor-element.elementor-element-449b3f10{--width:56%;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}/* Start custom CSS for container, class: .elementor-element-16f0b5c5 *//* =========================================================
   TYRANT KING HEADER
   COMPLETE REPLACEMENT CSS
========================================================= */


/* =========================================================
   HEADER
========================================================= */

.header {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  background: rgba(250, 250, 248, .82);

  border-bottom: 1px solid transparent;

  transition:
    border-color .3s,
    background .3s;

  overflow: visible !important;
}

.header.scrolled {
  border-bottom-color: var(--tk-line, #e4e4df);
}


/* =========================================================
   HEADER FLEX
========================================================= */

.header,
.header > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 24px;

  flex-wrap: nowrap !important;

  overflow: visible !important;
}


/* =========================================================
   BRAND / LOGO
========================================================= */

.brand {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;

  gap: 12px;

  text-decoration: none;

  flex: 0 0 auto;

  font-family: var(--f-en, "Archivo", sans-serif);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;

  color: var(--tk-ink, #0a0a0a);

  white-space: nowrap;
}


/* =========================================================
   BRAND MARK
========================================================= */

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  width: 40px;
  height: 40px;

  background: var(--tk-accent, #c8102e);

  color: #fff;

  font-family: var(--f-en, "Archivo", sans-serif);
  font-weight: 900;
  font-size: 18px;
  line-height: 1;

  border-radius: 3px;
}


/* =========================================================
   LOGO IMAGE
========================================================= */

.header img,
.brand img {
  display: block;

  width: auto !important;
  height: auto !important;

  max-height: 40px !important;
}


/* =========================================================
   NAVIGATION
========================================================= */

.nav {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  flex: 0 0 auto !important;

  width: auto !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;
}


/* desktop menu only */

.nav .elementor-nav-menu--main .elementor-nav-menu {
  display: flex;
  align-items: center;
}


.nav .elementor-item {
  font-family: var(--f-en, "Archivo", sans-serif) !important;

  font-size: 12px !important;
  font-weight: 600 !important;

  letter-spacing: .12em !important;

  text-transform: uppercase;

  color: var(--tk-ink-2, #1a1a1a) !important;

  white-space: nowrap;
}


.nav .elementor-item:hover,
.nav .elementor-item.elementor-item-active {
  color: var(--tk-accent, #c8102e) !important;
}


/* =========================================================
   HEADER RIGHT
========================================================= */

.header-right,
.header-right > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;

  align-items: center !important;
  justify-content: flex-end !important;

  gap: 24px;

  flex: 0 0 auto !important;

  width: auto !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;
}


/* =========================================================
   LOCALE
========================================================= */

.locale {
  font-family: var(--f-en, "Archivo", sans-serif);

  font-size: 12px;
  font-weight: 600;

  letter-spacing: .18em;

  color: var(--tk-ink-2, #1a1a1a);

  white-space: nowrap;
}


.locale span {
  color: var(--tk-ink-mute, #8a8a85);

  margin: 0 4px;
}


/* =========================================================
   ELEMENTOR HAMBURGER
========================================================= */

.nav div.elementor-menu-toggle {
  color: var(--tk-ink, #0a0a0a);
}


.nav div.elementor-menu-toggle:hover {
  color: var(--tk-accent, #c8102e);
}


/* =========================================================
   OLD CUSTOM MENU BUTTON
========================================================= */

.menu-btn {
  display: inline-flex;

  flex-direction: column;

  justify-content: center;
  align-items: stretch;

  gap: 5px;

  width: 44px;
  height: 44px;

  padding: 12px 10px;

  background: transparent;

  border: 1px solid var(--tk-line, #e4e4df);

  border-radius: 4px;

  cursor: pointer;

  transition:
    border-color .2s,
    background .2s;
}


.menu-btn:hover {
  border-color: var(--tk-accent, #c8102e);
}


.menu-btn span {
  display: block;

  width: 100%;
  height: 2px;

  background: var(--tk-ink, #0a0a0a);

  border-radius: 2px;

  transition: background .2s;
}


.menu-btn:hover span {
  background: var(--tk-accent, #c8102e);
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1025px) {

  .menu-btn {
    display: none;
  }


  .nav .elementor-nav-menu--main {
    display: block !important;
  }


  .nav .elementor-menu-toggle {
    display: none !important;
  }

}


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

@media (max-width: 1024px) {

  /* -------------------------------------------------------
     HEADER
  ------------------------------------------------------- */

  .header {
    overflow: visible !important;
  }


  .header,
  .header > .e-con-inner {
    display: flex !important;

    flex-direction: row !important;

    align-items: center !important;

    justify-content: space-between !important;

    flex-wrap: nowrap !important;

    width: 100% !important;

    min-height: 0 !important;
    height: auto !important;

    gap: 12px !important;

    overflow: visible !important;
  }


  /* -------------------------------------------------------
     LOGO
  ------------------------------------------------------- */

  .brand {
    display: flex !important;

    align-items: center !important;
    justify-content: flex-start !important;

    flex: 0 1 auto !important;

    width: auto !important;
    min-width: 0 !important;

    margin: 0 auto 0 0 !important;
    padding: 0 !important;
  }


  .brand .elementor-widget-container {
    display: flex !important;

    align-items: center !important;
    justify-content: flex-start !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  .brand img,
  .header .brand img {
    width: auto !important;
    height: auto !important;

    max-width: 165px !important;
    max-height: 35px !important;

    margin: 0 !important;
  }


  /* -------------------------------------------------------
     LOCALE OFF
  ------------------------------------------------------- */

  .locale {
    display: none !important;
  }


  /* -------------------------------------------------------
     HEADER RIGHT
  ------------------------------------------------------- */

  .header-right,
  .header-right > .e-con-inner {
    display: flex !important;

    flex-direction: row !important;

    align-items: center !important;
    justify-content: flex-end !important;

    flex: 0 0 auto !important;

    width: auto !important;
    min-width: 0 !important;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 0 0 auto !important;
    padding: 0 !important;

    gap: 0 !important;

    overflow: visible !important;
  }


  /* -------------------------------------------------------
     NAV
  ------------------------------------------------------- */

  .nav {
    position: static !important;

    display: flex !important;

    align-items: center !important;
    justify-content: flex-end !important;

    flex: 0 0 auto !important;

    width: auto !important;
    min-width: 0 !important;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    visibility: visible !important;
    opacity: 1 !important;

    overflow: visible !important;
  }


  .nav .elementor-widget-container {
    position: static !important;

    width: auto !important;
    min-width: 0 !important;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
  }


  /* -------------------------------------------------------
     DESKTOP MENU OFF
  ------------------------------------------------------- */

  .nav .elementor-nav-menu--main {
    display: none !important;
  }


  /* -------------------------------------------------------
     HAMBURGER
  ------------------------------------------------------- */

  .nav .elementor-menu-toggle {
    position: relative !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    visibility: visible !important;
    opacity: 1 !important;

    width: 40px !important;
    height: 40px !important;

    min-width: 40px !important;
    min-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;

    color: #111 !important;

    z-index: 100001 !important;
  }


  .nav .elementor-menu-toggle svg {
    display: block !important;

    visibility: visible !important;
    opacity: 1 !important;

    width: 24px !important;
    height: 24px !important;

    fill: currentColor !important;
  }


  .nav .elementor-menu-toggle i {
    display: block !important;

    visibility: visible !important;
    opacity: 1 !important;

    font-size: 24px !important;

    color: #111 !important;
  }


  /* -------------------------------------------------------
     DROPDOWN
     Header全体の幅で展開
  ------------------------------------------------------- */

  .nav .elementor-nav-menu--dropdown {
    position: fixed !important;

    top: 58px !important;

    left: 12px !important;
    right: 12px !important;

    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 6px 0 !important;

    box-sizing: border-box !important;

    background: rgba(250, 250, 248, .98) !important;

    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;

    border: 1px solid rgba(0, 0, 0, .06) !important;

    box-shadow:
      0 14px 30px rgba(0, 0, 0, .10) !important;

    overflow: visible !important;

    z-index: 999999 !important;
  }


  .nav .elementor-nav-menu--dropdown .elementor-nav-menu {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  .nav .elementor-nav-menu--dropdown ul {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  .nav .elementor-nav-menu--dropdown li {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  .nav .elementor-nav-menu--dropdown .elementor-item {
    display: flex !important;

    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;

    box-sizing: border-box !important;

    margin: 0 !important;

    padding: 13px 18px !important;

    font-family: var(--f-en, "Archivo", sans-serif) !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    letter-spacing: .12em !important;

    line-height: 1.45 !important;

    text-transform: uppercase;

    text-align: left !important;

    white-space: normal !important;

    color: #303138 !important;

    background: transparent !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.06) !important;
  }


  .nav .elementor-nav-menu--dropdown li:last-child .elementor-item {
    border-bottom: 0 !important;
  }


  .nav .elementor-nav-menu--dropdown .elementor-item:hover,
  .nav .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    color: #fff !important;

    background: #383940 !important;
  }


  /* -------------------------------------------------------
     CUSTOM MENU BUTTON OFF
  ------------------------------------------------------- */

  .menu-btn {
    display: none !important;
  }

}


/* =========================================================
   PHONE
========================================================= */

@media (max-width: 767px) {

  .header,
  .header > .e-con-inner {
    gap: 10px !important;
  }


  .brand img,
  .header .brand img {
    max-width: 155px !important;
    max-height: 33px !important;
  }


  .nav .elementor-menu-toggle {
    width: 38px !important;
    height: 38px !important;

    min-width: 38px !important;
    min-height: 38px !important;
  }


  .nav .elementor-menu-toggle svg {
    width: 23px !important;
    height: 23px !important;
  }


  .nav .elementor-nav-menu--dropdown {
    top: 56px !important;

    left: 10px !important;
    right: 10px !important;
  }

}/* End custom CSS */