@charset "UTF-8";
@font-face {
  font-family: DINCondensed-Bold;
  src: url(../font/DINCondensed-Bold.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
  background: #f4f3f0;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

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

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
body {
  background: #ffffff;
  color: #222222;
  min-height: 100vh;
}

.gate {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #ffffff;
}
.gate__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 110px 40px 80px;
}
.gate__logo {
  width: 214px;
  margin: auto;
  display: flex;
}
.gate__logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #8c734b;
  line-height: 1;
}
.gate__logo-sub {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 2px;
}
.gate__logo-gold {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.9;
}
.gate__catch {
  margin-top: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gate__catch-ja {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #000000;
}
.gate__catch-en {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #000000;
}
.gate__stores {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 140px;
  width: 100%;
}
.gate__store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.gate__store:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.gate__store-ja {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.gate__store-en {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gate__note {
  margin-top: 100px;
  text-align: center;
  max-width: 100%;
}
.gate__note-ja {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  color: #000000;
  letter-spacing: 0.04em;
}
.gate__note-en {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  color: #000000;
  letter-spacing: 0.02em;
}
.gate__footer {
  width: 100%;
  background: #000000;
  padding: 48px 24px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gate__footer-logo {
  width: 140px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gate__footer-sub {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 2px;
}
.gate__footer-gold {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.9;
}
.gate__copyright {
  margin-top: 18px;
  font-family: DINCondensed-Bold;
  font-size: 26px;
  font-weight: 500;
  color: #7f7f7f;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.1333333vw;
  }
  .gate__main {
    width: 690rem;
    margin: auto;
    margin-top: 60rem;
    padding: 0;
  }
  .gate__logo {
    width: 350rem;
  }
  .gate__catch-ja {
    font-size: 30rem;
  }
  .gate__catch-en {
    font-size: 30rem;
  }
  .gate__stores {
    display: flex;
    justify-content: center;
    gap: 60rem;
    margin-top: 150rem;
    flex-direction: column;
  }
  .gate__store {
    width: 530rem;
    margin: auto;
  }
  .gate__note-ja {
    font-size: 28rem;
  }
  .gate__note-en {
    margin-top: 30rem;
    font-size: 28rem;
  }
  .gate__note {
    margin-top: 150rem;
    margin-bottom: 130rem;
  }
  .gate__footer {
    width: 100%;
    padding: 48px 0 36px;
  }
  .gate__copyright {
    margin-top: 40rem;
    font-size: 28rem;
  }
}/*# sourceMappingURL=style.css.map */