@font-face {
  font-family: "Yu Gothic Pr6N";
  src: local("Yu Gothic");
}

:root {
  --color-text: #000;
  --color-text-subtle: #000;
  --color-text-muted: #888;
  --color-border: #ddd;
  --color-background: #ffffff;
  --font-sans: noto-sans-cjk-jp, "Avenir Next", "Open Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Arial, sans-serif;
  --font-japanese: noto-sans-cjk-jp,"yu-gothic-pr6n", "Yu Gothic Pr6N", "Yu Gothic",
    "Hiragino Sans", "Noto Sans JP", sans-serif;
}



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

html {
  color: var(--color-text);
  background: var(--color-background);
  font-family: var(--font-sans);
font-weight: 400;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.hero {
  position: relative;
  display: flex;
width: 100%;
    height: 95vh;
    max-height: 820px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--color-background);
}

.hero__video {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transform: translateX(-50%);
}

.mission {
  display: flex;
  width: 100%;
/*  padding: 240px clamp(20px, 6vw, 48px)*/
  padding: 310px clamp(20px, 6vw, 48px)

    clamp(40px, 6vw, 72px);
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 4vw, 44px);
}


@media (max-width: 580px) {
.mission {
/*  padding: 126px 0 0 0;*/
  padding: 164px 0 0 0;
}
}


.mission__text {
  display: flex;
  width: min(100%, 720px);
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  text-align: center;
}

.mission__lead-en {
  margin: 0;
  font-size: clamp(22px, 4vw, 45px);
  font-weight: 600;
  letter-spacing: 0.1em;
/*  -webkit-text-stroke: 0.01em var(--color-text);*/
  text-transform: capitalize;
    margin-bottom: -.3em;
}

.mission h1 {
  margin: 0;
  font-family: var(--font-japanese);
  font-size: clamp(22px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: 0.06em;
  paint-order: stroke fill;
/*  -webkit-text-stroke: 0.01em var(--color-text);*/
  padding-bottom: 1em;
font-feature-settings: "halt" on, "pwid" on;
}

.mission__description {
  margin: 0;
  color: #000;
  font-family: noto-sans-cjk-jp,"yu-gothic-pr6n", "Yu Gothic Pr6N", "Yu Gothic",
    "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-feature-settings: "halt" on, "pwid" on;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
line-height: 2.4;
}

.mission__break--sp,
.mission__break--tablet {
  display: none;
}

.mission__mascot {
  width: clamp(84px, 10vw, 128px);
  height: auto;
  margin-block: clamp(20px, 3vw, 40px);
  object-fit: contain;
}

.locations {
  display: grid;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px) clamp(20px, 6vw, 48px);
  grid-template-columns: repeat(3, minmax(220px, 300px));
  justify-content: center;
  align-items: start;
  gap: clamp(40px, 6vw, 80px);
}

.location-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.location-card__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.location-card__header h2,
.location-card__header p {
  margin: 0;
}

.location-card__header h2 {
  font-family: var(--font-japanese);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 600;
  letter-spacing: 0.1em;
  paint-order: stroke fill;
/*  -webkit-text-stroke: 0.01em var(--color-text);*/
}

.location-card__header p {
  color: var(--color-text-subtle);
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.location-card__logo {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.location-card__logo-image {
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.location-card__logo-image--corporate {
  height: 80px;
}

.location-card__logo-image--flagship {
  height: 70px;
}

.location-card__logo-image--daikokuyu {
  height: 55px;
}

.location-card__socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.03em;
  text-decoration: none;
}

.social-link:hover span,
.social-link:focus-visible span {
  text-decoration: underline;
}

.social-link:focus-visible,
.site-footer__email:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.social-link img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.social-link .social-link__x-icon {
  width: 16px;
  height: 16px;
  margin-left: 1px;
}

.coming-soon {
  display: flex;
  padding: clamp(24px, 8vw, 48px) 24px 266px;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 1.5vw, 16px);
  text-align: center;
}

@media (max-width: 580px) {
.coming-soon {
  padding: 130px 0 0 0;
}
}



.coming-soon p {
  margin: 0;
}

.coming-soon__lead {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.coming-soon__label {
  color: #000;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  width: 100%;
  padding: clamp(48px, 7vw, 88px) 24px clamp(20px, 4vw, 20px);
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 1.5vw, 16px);
/*  border-top: 1px solid var(--color-border);*/
}

.site-footer__label {
  margin: 0;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer__email {
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.site-footer__copyright {
  margin-top: clamp(24px, 4vw, 40px);
  color: #000;
  font-family: noto-sans-cjk-jp, "Avenir Next", sans-serif;
  font-feature-settings: "halt" on, "pwid" on;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.65px;
  text-align: center;
padding-top: 314px;
}

@media (max-width: 900px) {
  .hero {
    height: clamp(360px, 37.5vw, 100svh);
    max-height: none;
  }

  .hero__video {
    height: 100%;
  }

  .locations {
    grid-template-columns: repeat(2, minmax(220px, 300px));
  }
}

@media (min-width: 581px) {
  .mission {
    padding-bottom: 0;
    gap: 0;
  }

  .locations {
    padding-top: 0;
  }
}

@media (min-width: 581px) and (max-width: 1024px) {
  .mission__description {
    font-size: clamp(16px, 2.2vw, 18px);
    line-height: clamp(42px, 5.5vw, 48px);
    letter-spacing: 0.18em;
  }

  .mission__break--tablet {
    display: inline;
  }

  .mission__mascot {
    margin-top: clamp(96px, 16.3vw, 167px);
    margin-bottom: clamp(136px, 23.5vw, 241px);
  }

  .locations {
    padding-right: clamp(16px, 3vw, 32px);
    padding-left: clamp(16px, 3vw, 32px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 24px);
  }

  .location-card {
    min-width: 0;
    gap: 16px;
  }

  .location-card__header h2 {
    font-size: clamp(18px, 2.5vw, 24px);
  }

  .location-card__header p {
    font-size: clamp(9px, 1.3vw, 12px);
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .location-card__socials {
    width: 100%;
    align-items: center;
    gap: 8px;
  }

  .social-link {
    gap: 6px;
    font-size: clamp(9px, 1.3vw, 12px);
  }

  .social-link img {
    width: 16px;
    height: 16px;
  }

  .social-link .social-link__x-icon {
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 1025px) {
  .mission__mascot {
/*    margin-top: 235px;
    margin-bottom: 339px;*/

    margin-top: 305px;
    margin-bottom: 339px;
  }
}

@media (max-width: 580px) {
  .mission {
    padding-bottom: 0;
    gap: 0;
  }

  .mission__description {
    width: 100%;
    max-width: none;
    font-size: 13px;
    line-height: 2.3;

  }


  .mission__break--sp {
    display: inline;
  }

  .mission__mascot {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .locations {
    padding-top: 0;
    grid-template-columns: minmax(220px, 300px);
    gap: 160px;
  }

  .site-footer {
    position: relative;
    min-height: 80svh;
    padding: 44px 24px;
    justify-content: center;
    gap: 18px;
    border-top: 0;
  }

  .site-footer__label {
    font-size: 14px;
  }

  .site-footer__email {
    font-size: 14px;
  }

  .site-footer__copyright {
    position: absolute;
    bottom: 44px;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
