/* page style - C108 booth guide
------------------------------------------------------------------*/
:root {
  --ink: #25252b;
  --yellow: #ffe552;
  --gold: #f8bc06;
  --red: #d85a52;
  --gray: #ededf2;
  --cyan: #43d7ed;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff url("../img/bg_container.png") repeat fixed;
}

main.c108-lp {
  color: var(--ink);
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.lp-shell {
  width: min(100%, 440px);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-left: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
}

.mv {
  background: linear-gradient(180deg, #dbfaff 0%, var(--cyan) 100%);
}

.mv-image {
  display: block;
  width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.lp-nav {
  display: grid;
  gap: 16px;
  padding: 40px 24px;
  background: var(--gray);
}

.nav-button,
.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--ink);
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nav-button {
  gap: 12px;
  min-height: 64px;
  padding: 12px 16px;
  background: #fff;
  font-size: 18px;
}

.nav-button img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav-booth {
  background: #fff9ef;
}

.nav-contents {
  background: var(--yellow);
}

.nav-news {
  background: var(--gold);
}

.section {
  padding: 16px 16px 40px;
  background: #fff;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
  margin: 32px 0 32px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(37, 37, 43, 1) 4px, rgba(37, 37, 43, 1) 6px )
}

.booth-section {
  background: #fff9ef;
}

.booth-image {
  display: block;
  width: 100%;
  height: auto;
}

.map-wrap {
  margin: 16px 0;
  padding: 24px 16px;
  border-radius: 8px;
  background: #fff;
}

.map-image {
  display: block;
  width: 100%;
  height: auto;
}

.guide-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid var(--red);
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}

.guide-note img {
  flex: 0 0 auto;
}

.contents-section {
  padding: 16px 20px 40px;
  background: var(--yellow);
}

.content-list {
  display: grid;
  gap: 12px;
}

.content-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
}

.content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 40px;
  aspect-ratio: 1 / 1;
}

.content-icon img {
  display: block;
  width: auto;
  height: auto;
}

.content-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.35;
}

.content-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.cocona-section {
  position: relative;
  padding: 40px 16px;
  overflow: hidden;
  background: #fabe00;
}

.cocona-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/bg_content.png") repeat;
  opacity: 0.2;
  pointer-events: none;
}

.cocona-card {
  position: relative;
  z-index: 1;
  padding: 20px 16px;
  border-radius: 8px;
  background: #fff9ef;
  text-align: center;
}

.cocona-card p {
  margin: 0 0 14px;
  font-size: 14px;
}

.cocona-lead {
  color: var(--red);
  font-size: 18px !important;
  font-weight: 800;
}

.cocona-chibi {
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 8px auto 12px;
}

.stream-info {
  margin: 2px 0 16px;
  text-align: left;
}

.stream-info h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  color: #2ca6b8;
  font-size: 22px;
  line-height: 1;
}

.stream-info h3 img {
  display: block;
  width: 28px;
  height: 30px;
  flex: 0 0 auto;
}

.stream-info dl,
.stream-info div {
  margin: 0;
}

.stream-info dl {
  overflow: hidden;
  border: 3px solid #2ca6b8;
  border-radius: 10px;
  background: #fff;
}

.stream-info div {
  display: grid;
  grid-template-columns: 116px 1fr;
  column-gap: 12px;
  padding: 12px 38px;
  border-top: 1px solid #e4e4e4;
  font-size: 16px;
  line-height: 1.3;
}

.stream-info div:first-child {
  border-top: 0;
}

.stream-info dt,
.stream-info dd {
  margin: 0;
}

.stream-info dt {
  color: #2ca6b8;
}

.stream-info dd {
  color: var(--ink);
}

.cta {
  min-height: 48px;
  margin-top: 12px;
  padding: 12px 16px;
  color: #fff;
  font-size: 18px;
}

.cta-red {
  background: var(--red);
}

.cta-gray {
  background: #64646d;
}

.news-section {
  text-align: center;
}

.news-image {
  display: block;
  width: 90px;
  margin: 0 auto 16px;
}

.news-section p {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 500;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 3px 4px 0 var(--yellow);
}

.faq-item summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: auto;
  background: url("../img/c108-chevron.svg") center / contain no-repeat;
  flex: 0 0 auto;
}

.faq-item[open] summary::after {
  transform: scaleY(-1);
}

.faq-item summary span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding-bottom: 2px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  flex: 0 0 28px;
  font-size: 14px;
  font-weight: normal;
}

.faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.notes-section {
  background: var(--gray);
}

.notes-section ul {
  margin: 0;
  padding-left: 1.5em;
  list-style: disc outside;
  font-size: 14px;
  font-weight: 500;
}

.notes-section li + li {
  margin-top: 4px;
}

.lp-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 22px 0 26px;
  background: var(--ink);
  color: #fff;
}

.footer-logo {
  width: 156px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  font-size: 13px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a::before {
  content: "➜";
  margin-right: 4px;
}

.footer-message {
  width: 100%;
  margin: 0;
  padding: 10px 8px;
  background: var(--gold);
  color: var(--ink);
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 18px;
  text-align: center;
}

.copyright {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
}

@media (max-width: 440px) {
  .lp-shell {
    border-left: 0;
    border-right: 0;
  }

  .mv {
    min-height: 0;
  }

  .footer-links {
    gap: 10px;
    font-size: 12px;
  }
}
