/* ==========================================================================
   Base
   ========================================================================== */

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

body {
  background-color: #b0bdbd;
  color: #4c4b4c;
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Page Wrapper — SP base / PC side margins
   ========================================================================== */

.page-wrapper {
  max-width: 475px;
  margin-inline: auto;
}

/* ==========================================================================
   MV — Main Visual
   ========================================================================== */

.mv__image-wrap {
  position: relative;
  overflow: hidden;
}

.mv__image {
  width: 100%;
  height: auto;
}

.mv__logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72%;
  pointer-events: none;
}

.mv__logo {
  width: 100%;
  height: auto;
}

.mv__caption {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}

.mv__store-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0em;
  color: #4c4b4c;
  margin: 0 0 2px;
  line-height: 1;
}

.mv__coming-soon {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0em;
  color: #4c4b4c;
  margin: 0;
  line-height: 1.3;
}

/* ==========================================================================
   Scroll Fade
   ========================================================================== */

.js-fade {
  opacity: 0;
  filter: blur(2px);
  transition: filter 1s cubic-bezier(0.5, 0, 0.5, 1) var(--fade-delay, .2s),
              opacity 1s cubic-bezier(0.5, 0, 0.5, 1) var(--fade-delay, .2s);
}

.js-fade.is-visible {
  opacity: 1;
  filter: blur(0);
}

/* ==========================================================================
   Section 2 — Intro
   ========================================================================== */

.intro {
  background-color: #fff;
}

.intro__text-wrap {
  padding: 36px 28px 32px;
  text-align: center;
}

.intro__lead {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 0 20px;
}

.intro__body {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2.4;
  margin: 0;
}

.intro__images {
  display: flex;
}

.intro__image {
  flex: 0 0 50%;
  overflow: hidden;
}

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

/* ==========================================================================
   Section 3 — Story
   ========================================================================== */

.story {
  background-color: #fff;
}

.story__text-wrap {
  padding: 44px 28px;
  text-align: center;
}

.story__image {
  padding: 0 10%;
}

.story__paragraph {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin: 0 0 32px;
}

.story__paragraph:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Section 4 — Concept
   ========================================================================== */

.concept {
  background-color: #fff;
}

.concept__images-top {
  display: flex;
}

.concept__image {
  flex: 0 0 50%;
  overflow: hidden;
}

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

.concept__text-wrap {
  padding: 44px 28px;
  text-align: center;
}

.concept__paragraph {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin: 0 0 52px;
}

.concept__brand {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin: 0;
}

/* ==========================================================================
   Section 5 — Footer MV
   ========================================================================== */

.footer-mv__image-wrap {
  position: relative;
  overflow: hidden;
}

.footer-mv__image {
  width: 100%;
  height: auto;
  display: block;
}

.footer-mv__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8% 0 5%;
  pointer-events: none;
}

.footer-mv__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.footer-mv__store-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  color: #4c4b4c;
  margin: 0;
  line-height: 1;
}

.footer-mv__coming-soon {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0;
  color: #4c4b4c;
  margin: 0;
  line-height: 1.2;
}

.footer-mv__brand {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #4c4b4c;
  margin: 30px 0 0;
  line-height: 1;
}

.footer-mv__qr-link {
  display: block;
  margin-top: 10px;
  pointer-events: auto;
}

.footer-mv__qr {
  width: 24px;
  height: 24px;
}

.footer-mv__copyright {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #4c4b4c;
  margin: 0;
  line-height: 1;
}
