/* ==========================================================
   TCG GATE グランドオープン記念キャンペーン LP
   style.css
   ========================================================== */

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ---------- Base ---------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #e8e8e8;
  color: #000;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  line-height: 1.6;
}

/* ---------- Page Wrapper ---------- */
.page-wrapper {
  max-width: 390px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  position: relative;
}

/* ---------- Section backgrounds ---------- */
.section-red {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-white {
  background-color: #fff;
}

.section-gray {
  background-color: #ebebeb;
}

.section-black {
  background-color: #000;
}

/* ---------- Common section content ---------- */
.section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 48px 24px 60px;
  width: 100%;
}

/* ---------- Section Title Block ---------- */
.section-title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  flex-shrink: 0;
}

.section-title-block .title-en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}

.section-title-block .title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
}

.section-title-block .title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

.section-title-block.white-text .title-en,
.section-title-block.white-text .title-jp,
.section-title-block.white-text .title-sub {
  color: #fff;
}

/* ==========================================================
   HEADER
   ========================================================== */
.site-header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.site-header img {
  width: 220px;
  margin: 20px 0;
}

.header-logo-text {
  display: flex;
  align-items: baseline;
  gap: 0;
}

.logo-tcg {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
}

.logo-gate {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 1px;
  color: #c41e3a;
}

.logo-japan {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  color: #000;
  margin-left: 6px;
  align-self: center;
}

/* ==========================================================
   HERO / INTRO
   ========================================================== */
.hero {
  background: #fff;
  position: relative;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Decorative shapes */
.hero-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-deco-blob-left {
  position: absolute;
  left: 0;
  top: 300px;
  width: 152px;
  height: 242px;
  background: linear-gradient(135deg, #d4a843 0%, #c8922a 50%, #a87220 100%);
  clip-path: ellipse(60% 50% at 30% 50%);
  opacity: 0.85;
}

.hero-deco-blob-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 152px;
  height: 151px;
  background: linear-gradient(315deg, #d4a843 0%, #c8922a 50%, #a87220 100%);
  clip-path: ellipse(60% 50% at 70% 50%);
  opacity: 0.85;
}

.hero-deco-triangle {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 283px;
  height: 170px;
  background: #000;
  clip-path: polygon(0 100%, 100% 0, 0 0);
  opacity: 1;
}

.hero-deco-corner {
  position: absolute;
  right: 0;
  bottom: 90px;
  width: 99px;
  height: 106px;
  background: #000;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  opacity: 1;
}

/* Badges row */
.hero-badges {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  width: 100%;
  padding: 0 24px;
}

.hero-badge-free {
  width: 70px;
  height: 70px;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* star/badge effect */
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.hero-badge-free span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.3;
  text-align: center;
}

.hero-badge-open {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 8px;
  white-space: nowrap;
}

/* Campaign logo area */
.hero-campaign-logo {
  position: relative;
  z-index: 2;
  width: 340px;
  margin-top: 16px;
  background: #000;
  border: 3px solid #c41e3a;
  padding: 16px;
}

.hero-logo-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hero-logo-sub-en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 11px;
  color: #c41e3a;
  letter-spacing: 1.5px;
  text-align: center;
}

.hero-logo-main-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.hero-logo-prize {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.hero-logo-prize .prize-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
}

.hero-logo-prize .prize-value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
}

.hero-logo-prize .prize-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #c41e3a;
}

.hero-logo-prize .prize-num em {
  font-style: normal;
  font-size: 20px;
}

/* ==========================================================
   OPENING ANNOUNCEMENT
   ========================================================== */
.opening-announcement {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 24px 40px;
}

.label-red {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 4px 8px;
  display: inline-block;
}

.opening-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 1.7;
  width: 342px;
}

/* ==========================================================
   PRIZES
   ========================================================== */
.section-prizes .section-content {
  gap: 48px;
}

.prizes-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

.prize-card {
  background: #fff;
  border: 1px solid #000;
  box-shadow: 12px 12px 0px 0px #000;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.prize-card-img {
  width: 100%;
  height: 176px;
  overflow: hidden;
  flex-shrink: 0;
}

.prize-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prize-card-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.brand-logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 30px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.2;
}

.brand-text-lato {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #000;
}

.prize-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

.red-badge {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
}

.prize-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.prize-card-desc {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.prize-card-desc li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.prizes-note-white {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  text-align: left;
}

/* ==========================================================
   PRIZE DESIGN
   ========================================================== */
.section-prize-design .section-content {
  gap: 48px;
}

.prize-design-img-wrap {
  position: relative;
  width: 100%;
  height: 162px;
  overflow: hidden;
  flex-shrink: 0;
}

.prize-design-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grade-up-badge {
  position: absolute;
  top: 8px;
  left: 24px;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 14px;
  padding: 4px 8px 4px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.grade-up-arrow {
  font-size: 10px;
  color: #c41e3a;
  background: #fff;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.prize-design-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  width: 100%;
}

.prize-design-text p {
  line-height: 1.7;
}

/* Pink highlight on first line */
.highlight-text {
  display: inline;
  background: linear-gradient(to bottom, transparent 60%, #ffb4c0 60%);
  line-height: 1.7;
}

/* Buttons */
.btn-black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 24px;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none;
  white-space: nowrap;
}

.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #06c755;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 24px;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none;
  white-space: nowrap;
}

.btn-rounded {
  border-radius: 40px;
}

.icon-x {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.icon-line {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* ==========================================================
   HOW TO ENTER
   ========================================================== */
.section-howto .section-content {
  gap: 48px;
}

.howto-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  flex-shrink: 0;
}

.howto-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.howto-item-top {
  align-items: flex-start;
}

.howto-item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.howto-item p,
.howto-item-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  flex: 1;
}

.step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #000;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  flex-shrink: 0;
}

/* Finish section */
.howto-finish {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  flex-shrink: 0;
}

.finish-triangles {
  width: 192px;
  height: 24px;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.finish-triangles svg {
  display: block;
  width: 100%;
  height: 100%;
}

.finish-label {
  background: #c41e3a;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}

.howto-notes {
  width: 100%;
  flex-shrink: 0;
}

.howto-notes p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5d5d5d;
  line-height: 1.6;
}

/* ==========================================================
   SNS ACTIONS
   ========================================================== */
.section-sns .section-content {
  gap: 48px;
}

.sns-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.sns-cards {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  flex-shrink: 0;
}

.sns-card {
  background: #fff;
  border: 1px solid #000;
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

.sns-card-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.sns-header-black {
  background: #000;
}

.sns-logo-x {
  width: 24px;
  height: 24px;
}

.sns-logo-tiktok {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.sns-logo-instagram {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.sns-logo-text {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #fff;
}

.tiktok-text {
  font-style: normal;
}

.instagram-text {
  font-style: normal;
}

.sns-card-body {
  padding: 80px 24px 24px;
  overflow-wrap: anywhere;
}

.sns-card-body ol {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sns-card-body li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  white-space: pre-wrap;
}

.sns-help-link {
  color: #c41e3a;
  text-decoration: underline;
  font-size: 14px;
}

/* ==========================================================
   SCHEDULE HEADER
   ========================================================== */
.section-schedule-header .section-content {
  padding-bottom: 48px;
}

/* ==========================================================
   SCHEDULE LIST
   ========================================================== */
.schedule-list {
  background: #fff;
  padding: 0 24px 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.schedule-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.schedule-num-col {
  background: #c41e3a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 4px;
  min-width: 32px;
  align-self: stretch;
  flex-shrink: 0;
  gap: 2px;
}

.schedule-num-wide {
  min-width: 40px;
}

.num-kanji {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.num-digit {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.schedule-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

/* SNS tag buttons */
.sns-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 45px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  margin: 4px 0;
  vertical-align: middle;
  align-self: flex-start;
}

.sns-tag:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.x-tag {
  background: #000;
}

.ig-tag {
  background: linear-gradient(
    73.49deg,
    rgb(101, 33, 245) 9%,
    rgb(234, 51, 172) 63.6%,
    rgb(248, 212, 72) 115.1%
  );
}

.tt-tag {
  background: #000;
}

.sns-tag-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Date rows */
.schedule-row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}

.date-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.tag-start {
  background: #b8b8b8;
}

.tag-end {
  background: #7e7e7e;
}

.tag-announce {
  background: #000;
}

.schedule-hr {
  border: none;
  border-top: 1px solid #000;
  flex-shrink: 0;
}

/* ==========================================================
   FINAL 第14弾
   ========================================================== */
.section-final .section-content {
  gap: 48px;
}

.final-note-top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  width: 100%;
  flex-shrink: 0;
}

.final-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
  flex-shrink: 0;
}

.final-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-detail-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
  border: 1px solid #000;
}

.final-detail-notes {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 1.6;
}

.final-detail-header {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.final-detail-body {
  background: #fff;
  padding: 24px;
}

.final-detail-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}

.final-notes {
  width: 100%;
  flex-shrink: 0;
}

.final-notes p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}

/* ==========================================================
   WINNER
   ========================================================== */
.section-winner .section-content {
  gap: 48px;
}

.winner-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
}

.winner-block-header {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  line-height: 1.4;
}

.winner-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

.winner-block-body {
  background: #fff;
  border: 1px solid #000;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.winner-block-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}

.winner-note-gray {
  font-size: 14px !important;
  color: #5d5d5d !important;
}

/* ==========================================================
   RULES
   ========================================================== */
.section-rules .section-content {
  gap: 48px;
}

.rules-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  flex-shrink: 0;
}

.rules-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: left;
  white-space: nowrap;
}

.rules-block ul {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rules-block li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* ==========================================================
   STORE
   ========================================================== */
.section-store .section-content {
  gap: 48px;
}

.store-map-wrap {
  position: relative;
  width: 342px;
  height: 210px;
  overflow: hidden;
  flex-shrink: 0;
}

.store-map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: rgba(123, 123, 123, 0.7);
  pointer-events: none;
}

.store-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  flex-shrink: 0;
}

.store-name {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #000;
  text-align: left;
  white-space: nowrap;
}

.store-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.pin-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.store-row p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  line-height: 1.5;
}

.store-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  line-height: 1.5;
}

/* ==========================================================
   CONCEPT
   ========================================================== */
.section-concept .section-content {
  gap: 48px;
}

.section-concept .title-jp p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

.concept-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  width: 100%;
  flex-shrink: 0;
}

/* ==========================================================
   TERMS
   ========================================================== */
.section-terms .section-content {
  align-items: flex-start;
  gap: 16px;
  padding: 48px 24px 60px;
}

.terms-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.terms-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  height: 324px;
  overflow-y: auto;
  padding: 16px;
}

.terms-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
}

/* ==========================================================
   Responsive: Desktop centering
   ========================================================== */
@media (min-width: 600px) {
  body {
    background: #e8e8e8;
  }
}

.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.site-footer img {
  width: 220px;
  margin-bottom: 24px;
}
