/* ============================================
   Base
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --color-bg: #121414;
  --color-green: #00a86b;
  --color-dark: #2f353b;
  --color-white: #ffffff;
  --font-futura: 'futura-pt', 'Noto Sans JP', sans-serif;
  --font-futura-med: 'futura-pt', 'Noto Sans JP', sans-serif;
  --font-sans: 'futura-pt', 'Noto Sans JP', sans-serif;
  --page-width: 430px;
  --side-padding: 30px;
}

html {
  font-size: 16px;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.p-top__instagram {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  z-index: 10;
}

.p-top__instagram img {
  width: 100%;
  height: 100%;
}

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

body {
  background-color: var(--color-bg);
  color: var(--color-white);
  max-width: var(--page-width);
  margin: 0 auto;
}

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

/* ============================================
   FV
   ============================================ */
.p-top__fv {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 50px;
  position: relative;
}

.p-top__fv-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

.p-top__fv-tagline {
  font-family: var(--font-futura-med);
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--color-green);
}

.p-top__fv-coming {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--color-white);
  text-align: center;
}

.p-top__fv-info {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--color-white);
  text-align: center;
  line-height: 1.8;
}

.p-top__fv-logo {
  width: 100%;
  height: 110px;
}

.p-top__fv-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

/* ============================================
   Message
   ============================================ */
.p-top__message {
  display: flex;
  flex-direction: column;
  gap: 51px;
  align-items: center;
  padding: 50px var(--side-padding);
}

.p-top__message__title {
  position: relative;
  width: 100%;
}

.p-top__message__title h1 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--color-white);
  font-style: normal;
}

.p-top__message__title-ja {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.p-top__message__title-en {
  font-family: var(--font-futura);
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.p-top__message__title h1::after {
  content: '';
  display: block;
  margin-top: 24px;
  width: 25%;
  height: 2px;
  background-color: var(--color-green);
}

.p-top__message__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--color-white);
}

.p-top__message__text .ja {
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.6;
}

.p-top__message__text .en {
  font-family: var(--font-futura);
  line-height: 1.6;
}

/* ============================================
   Main image
   ============================================ */
.p-top__mainimg {
  width: 100%;
  height: 236px;
  overflow: hidden;
}

.p-top__mainimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ============================================
   Menu
   ============================================ */
.p-top__menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 50px var(--side-padding);
}

.p-top__menu h2 {
  display: flex;
  flex-direction: column;
  font-family: var(--font-futura);
  font-style: normal;
  line-height: 1.6;
}

.p-top__menu h2 .en {
  color: var(--color-green);
  font-size: 26px;
  letter-spacing: 0.1em;
}

.p-top__menu h2 .ja {
  color: var(--color-white);
  font-size: 13px;
  letter-spacing: 0.1em;
}

.p-top__menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.p-top__menu__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-top__menu__item-img {
  aspect-ratio: 183 / 202;
  overflow: hidden;
}

.p-top__menu__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-top__menu__item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
}

.p-top__menu__item-text h3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-top__menu__item-text h3 .en {
  font-family: var(--font-futura);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--color-green);
  line-height: normal;
}

.p-top__menu__item-text h3 .ja {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--color-white);
  line-height: 1.5;
}

.p-top__menu__item-text .copy {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--color-white);
  line-height: 1.5;
}

.p-top__menu__item-text .price {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-dark);
  padding: 5px 10px;
  align-self: flex-start;
  font-family: var(--font-futura);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--color-green);
  line-height: normal;
  white-space: nowrap;
}

.p-top__menu__note {
  font-family: var(--font-futura);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--color-white);
  opacity: 0.5;
  line-height: 1.5;
}

/* ============================================
   Access
   ============================================ */
.p-top__access {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px var(--side-padding) 100px;
}

.p-top__access h2,
.p-top__faq h2 {
  display: flex;
  flex-direction: column;
  font-family: var(--font-futura);
  font-style: normal;
  line-height: 1.6;
  height: 63px;
}

.p-top__access h2 .en,
.p-top__faq h2 .en {
  color: var(--color-green);
  font-size: 26px;
  letter-spacing: 0.1em;
  flex: 1;
}

.p-top__access h2 .ja,
.p-top__faq h2 .ja {
  color: var(--color-white);
  font-size: 13px;
  letter-spacing: 0.1em;
}

.p-top__access em.time {
  display: block;
  background-color: var(--color-dark);
  padding: 10px 16px;
  font-family: 'Futura', var(--font-futura-med), sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--color-green);
  text-align: center;
  line-height: 1.6;
}

.p-top__access__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-futura);
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--color-white);
}

.p-top__access__info > p,
.p-top__access__info > h3 {
  line-height: 1.6;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

.p-top__access__info div p {
  line-height: 1.6;
}

.p-top__access__map-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.google-map {
  width: 100%;
  height: 223px;
  border: 0;
  display: block;
}

.p-top__access__map-link {
  display: flex;
  align-items: center;
  gap: 7px;
}

.p-top__access__map-link a {
  font-family: var(--font-futura);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--color-green);
  text-decoration: underline;
  line-height: 1.6;
  white-space: nowrap;
}

.p-top__access__map-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  flex-shrink: 0;
}

.p-top__access__map-icon img:first-child {
  position: absolute;
  inset: 0 15% 0 15%;
  width: 70%;
  height: 100%;
  object-fit: contain;
}

.p-top__access__map-icon img:last-child {
  position: absolute;
  inset: 18% 32% 47% 32%;
  width: 36%;
  height: 35%;
  object-fit: contain;
}

/* ============================================
   FAQ
   ============================================ */
.p-top__faq {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px var(--side-padding);
}

.p-top__faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-top__faq__item {
  display: flex;
  flex-direction: column;
}

.p-top__faq__item .question {
  border-bottom: 1px solid var(--color-green);
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.p-top__faq__item .question p {
  font-family: var(--font-futura);
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--color-white);
  line-height: 1.6;
  flex: 1;
}

.p-top__faq__item .question .q {
  color: var(--color-green);
}

.p-top__faq__item .answer {
  padding: 8px 0;
}

.p-top__faq__item .answer p {
  font-family: var(--font-futura);
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--color-white);
  line-height: 1.6;
}
