@charset "utf-8";

/* =========================
  カスタムフォント読み込み
========================= */
@font-face {
  font-family: "VivalaboTegaki";
  src: url("../fonts/851tegaki_zatsu_normal_0883.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* =========================
  Asoma：手書きフォント適用（見出し）
========================= */
.viva-hand {
  font-family: "VivalaboTegaki", "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;

}

/* =========================
  Base
========================= */
.page-asoma {
  background: #fff;
}

/* =========================
  FV（ページ見出し）
========================= */
.asoma-hero {
  position: relative;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
}

.asoma-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 84px;
  background: #fff;
  border-top-left-radius: 100% 84px;
  border-top-right-radius: 100% 84px;
}

.asoma-hero__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #222;
  padding: 10px 18px;
  background: rgba(255, 255, 255, .75);
  border-radius: 999px;
  white-space: nowrap;
}

/* =========================
  第一セクション：「あそま」について
========================= */
.asoma-intro {
  padding: 40px 0 70px;
}

.asoma-intro__head {
  position: relative;
  text-align: center;
  margin: 10px 0 26px;
}

.asoma-intro__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
}

.asoma-intro__title-en {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: .06em;
}

.asoma-intro__underline {
  display: block;
  width: 220px;
  max-width: 70%;
  height: auto;
  margin: 10px auto 0;
}

.asoma-intro__sketch {
  display: block;
  width: 240px;
  height: auto;
  margin: -100px 0px 20px auto;
}

.asoma-intro__media {
  position: relative;
  overflow: visible;
  text-align: center;
}

.asoma-intro__fv {
  width: min(980px, 100%);
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 回転させるピンクSVG（画像の下） */
.asoma-intro__spin {
  position: absolute;
  left: 10%;
  bottom: -115px;
  width: 130px;
  height: auto;
  z-index: 0;
  pointer-events: none;

  --asoma-rot: 0deg;
  transform: rotate(var(--asoma-rot));
  transform-origin: 50% 50%;
}

/* =========================
  エネルギー＝マナ
========================= */
.asoma-mana {
  width: 100%;
  background-image: url("../img/enemanapc.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* 全幅で表示 */
  padding: 90px 0 400px;
}

.asoma-mana__inner {
  display: flex;
  justify-content: flex-start;
  width: 1160px;
  margin-left: 180px
}

.asoma-mana__box {
  max-width: 560px;
  margin-top: 80px;
  box-sizing: border-box;
}

.asoma-mana__title {
  margin: 0 0 12px;
  text-align: left;
  font-size: 22px;
}

.asoma-mana__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #222;
}



/* =========================
  Tablet：751〜1200px（左右3%）
========================= */
@media (min-width: 751px) and (max-width: 1200px) {
  .page-asoma .container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .asoma-hero {
    height: 300px;
  }

  .asoma-intro__sketch {
    width: 150px;
    margin: -96px -10px 18px auto;
  }

  .asoma-intro__spin {
    width: 170px;
    left: 6%;
    bottom: -30px;
  }

  .asoma-intro__content {
    width: 100% !important;
  }

  .asoma-mana__inner {
    width: auto;
    margin-left: 0;
  }

  .asoma-mana {
    padding-bottom: 100px;
  }

}

/* =========================
  SP：〜750px（左右5%）
========================= */
@media (max-width: 750px) {
  .page-asoma .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .asoma-hero {
    height: 260px;
  }

  .asoma-hero__title {
    font-size: 22px;
    padding: 8px 14px;
  }

  .asoma-intro {
    padding: 26px 0 54px;
  }

  .asoma-intro__title {
    font-size: 28px;
  }

  .asoma-intro__sketch {
    width: 135px;
  }

  .asoma-intro__spin {
    width: 150px;
    left: 6%;
    bottom: -28px;
  }

  .asoma-mana {
    padding: 54px 0 110px;
  }

  .asoma-mana__box {
    width: 100%;
  }

  .asoma-intro__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-top: 24px;
    width: 100%;
  }

  .asoma-intro__media {
    flex: 0 0 auto;
    width: 100%;
  }

  .asoma-intro__copy {
    max-width: none;
    width: 100%;
  }

  .asoma-intro__copyTitle {
    font-size: 18px;
  }

  .asoma-intro__copyText {
    font-size: 14px;
  }

  .asoma-intro__content {
    width: 100% !important;
  }

  .asoma-mana__inner {
    margin-left: 0px;
    width: 100% !important;
  }

  .container.asoma-mana__inner {
    padding-top: 80px;
  }

  .asoma-mana__inner {
    width: auto;
    margin-left: 0;
  }

  .asoma-omoi__photoWrap {
    margin: auto;

  }

  img.asoma-omoi__photo {
    width: 75%;
  }


}

.asoma-intro__lead {
  margin: 18px auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 17px;
  line-height: 2.1;
  color: #222;
}

.asoma-intro__content {
  display: flex;
  margin-top: 34px;
  align-items: center;
  width: 1160px;
  margin: auto;
  margin-top: 34px;
  gap: 50px;
}

/* pngを「左寄せ＆大きすぎない」サイズに */
.asoma-intro__media {
  flex: 0 0 520px;
  text-align: left;
}

.asoma-intro__fv {
  width: 100%;
  max-width: 520px;
  margin: 0;
}

.asoma-intro__copy {
  flex: 1 1 auto;
  max-width: 520px;
}

.asoma-intro__copyTitle {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: .04em;
  margin-top: 40px;
}

.asoma-intro__copyText {
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 2.0;
  color: #222;
}

.page-asoma .container {
  box-sizing: border-box;
}

/* =========================
  共通：セクション見出し
========================= */
.asoma-secTitle {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.asoma-secTitle--left {
  text-align: left;
}

/* =========================
  名前の由来
========================= */
.asoma-name {
  position: relative;
  padding: 70px 0 50px;
}

.asoma-name__inner {
  position: relative;
  text-align: center;
}

.asoma-name__star {
  position: absolute;
  left: 6%;
  top: 70px;
  width: 34px;
  height: auto;
}

.asoma-name__logo {
  display: block;
  width: 380px;
  max-width: 92%;
  height: auto;
  margin: 10px auto 12px;
}

.asoma-name__desc {
  margin: 0 auto;
  max-width: 720px;
  font-size: 18px;
  line-height: 2.0;
  color: #222;
}

/* =========================
  フリースクールへの想い
========================= */
.asoma-omoi {
  position: relative;
  padding: 70px 0 90px;
}

.asoma-omoi__grid {
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.asoma-omoi__left {
  flex: 1 1 auto;
  min-width: 0;
}

.asoma-omoi__right {
  flex: 0 0 360px;
  min-width: 0;
}

.asoma-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.asoma-point {
  position: relative;

  margin: 0 0 22px;
}

.asoma-point__icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: auto;
}

.asoma-point__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.asoma-point__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #222;
}

.asoma-omoi__photoWrap {
  position: relative;
  width: 320px;
  max-width: 100%;
  margin-left: auto;
}


/* 下の回転シェイプ（位置はWrapで保持、回転はimg側） */

.asoma-omoi__shape {
  display: block;
  width: 100%;
  height: auto;
  --asoma-rot: 0deg;
  transform: rotate(var(--asoma-rot));
  transform-origin: 50% 50%;
}

/* ピンクの星 */
.asoma-omoi__pinkStar {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 26px;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

/* =========================
  フリースクールとラボの関係
========================= */
.asoma-kankei {
  position: relative;
  padding: 70px 0 90px;
}

.asoma-kankei__grid {
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.asoma-kankei__media {
  flex: 0 0 420px;
  min-width: 0;
}

.asoma-kankei__img {
  display: block;
  width: 100%;
  height: auto;
}

.asoma-kankei__body {
  flex: 1 1 auto;
  min-width: 0;
}

/* ピンクの星 */
.asoma-kankei__pinkStar {
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: 26px;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

/* =========================
  SP：〜750px（1カラム）
========================= */
@media (max-width: 750px) {

  .asoma-omoi__grid,
  .asoma-kankei__grid {
    flex-direction: column;
    gap: 28px;
  }

  .asoma-omoi__right {
    flex-basis: auto;
    width: 100%;
  }

  .asoma-omoi__photoWrap {
    margin-left: 0;
    width: min(320px, 100%);
  }

  .asoma-kankei__media {
    flex-basis: auto;
    width: 100%;
  }

  .asoma-name__star {
    left: 4%;
    top: 50px;
    width: 28px;
  }

  .asoma-point__title {
    font-size: 16px;
  }
}

/* =========================
  名前の由来 / 想い / 関係
========================= */

/* この3セクションだけ：PCは1160、TB/SPは100%（中央寄せ） */
.asoma-name .container,
.asoma-omoi .container,
.asoma-kankei .container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* 共通見出し */
.asoma-secTitle {
  margin: 0 0 18px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: .04em;
}

.asoma-secTitle--left {
  text-align: left;
}

/* -------------------------
  名前の由来
------------------------- */
.asoma-name {
  position: relative;
  padding: 70px 0 60px;
}

.asoma-name__inner {
  position: relative;
  text-align: center;
}

.asoma-name__star {
  position: absolute;
  left: 10%;
  top: 180px;
  width: 60px;
  height: auto;
}

.asoma-name__logo {
  display: block;
  width: min(260px, 100%);
  height: auto;
  margin: 18px auto 0;
}

.asoma-name__desc {
  margin: 16px auto 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 2.1;
  color: #222;
}

/* -------------------------
  フリースクールへの想い
------------------------- */
.asoma-omoi {
  position: relative;
  padding: 80px 0 70px;
}

.asoma-omoi__inner {
  position: relative;
}

.asoma-omoi__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  margin-top: 22px;
}

.asoma-omoi__left {
  flex: 1 1 auto;
  min-width: 0;
}

.asoma-omoi__right {
  flex: 0 0 420px;
  min-width: 0;
}

.asoma-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.asoma-point {
  display: grid;
  grid-template-columns: 22px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  margin: 0 0 22px;
}

.asoma-point:last-child {
  margin-bottom: 0;
}

.asoma-point__icon {
  grid-column: 1;
  grid-row: 1;
  width: 18px;
  height: auto;
  margin-top: 2px;
}

.asoma-point__title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.asoma-point__text {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 18px;
  line-height: 2.0;
  color: #222;
}

.asoma-omoi__photoWrap {
  position: relative;
  width: min(420px, 100%);
  margin-left: auto;
  overflow: visible;
}

.asoma-omoi__shapeWrap {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 140px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.asoma-omoi__shape {
  display: block;
  width: 100%;
  height: auto;
}

/* ピンクの星（想い） */
.asoma-omoi__pinkStar {
  position: absolute;
  left: 10%;
  bottom: -80px;
  width: 50px;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

/* -------------------------
  フリースクールとラボの関係
------------------------- */
.asoma-kankei {
  position: relative;
  padding: 70px 0 90px;
}

.asoma-kankei__inner {
  position: relative;
}

.asoma-kankei__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.asoma-kankei__media {
  flex: 0 0 420px;
  min-width: 0;
}

.asoma-kankei__img {
  display: block;
  width: 100%;
  height: auto;
}

.asoma-kankei__body {
  flex: 1 1 auto;
  min-width: 0;
}

/* ピンクの星（関係） */
.asoma-kankei__pinkStar {
  position: absolute;
  left: 15%;
  bottom: -70px;
  width: 40px;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

/* -------------------------
  Tablet / SP
------------------------- */
@media (min-width: 751px) and (max-width: 1200px) {

  .asoma-omoi__grid,
  .asoma-kankei__grid {
    gap: 40px;
  }

  .asoma-omoi__right,
  .asoma-kankei__media {
    flex-basis: 360px;
  }
}

@media (max-width: 750px) {
  .asoma-secTitle {
    font-size: 20px;
  }

  .asoma-name {
    padding: 0px;
  }

  .asoma-name__star {
    width: 28px;
    top: 4px;
  }

  .asoma-omoi {
    padding: 60px 0 60px;
  }

  .asoma-omoi__grid {
    flex-direction: column-reverse;
    gap: 26px;
  }

  .asoma-omoi__right {
    flex: 0 0 auto;
  }

  .asoma-omoi__photoWrap {
    margin-left: 0;
  }

  .asoma-kankei {
    padding: 60px 0 70px;
  }

  .asoma-kankei__grid {
    flex-direction: column;
    gap: 26px;
  }

  .asoma-kankei__media {
    flex: 0 0 auto;
  }

  .asoma-omoi__pinkStar,
  .asoma-kankei__pinkStar {
    left: 50%;
  }

  .asoma-omoi__shapeWrap {
    width: 90px;
  }

  .asoma-intro__media {
    flex: 0 0 390px;
  }
}

/* =========================================
  フリースクールへの想い / 関係
  ・テキスト頭揃え
  ・星の上に数字を重ねる（1,2,3）
========================================= */

/* リストの余白を統一 */
.asoma-omoi .asoma-points,
.asoma-kankei .asoma-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

/* 既存アイコン(img)は使わず、擬似要素で「星＋数字」を作る */
.asoma-omoi .asoma-point__icon,
.asoma-kankei .asoma-point__icon {
  display: none;
}

/* 文字の開始位置（タイトル/本文）を揃える */
.asoma-omoi .asoma-point,
.asoma-kankei .asoma-point {
  position: relative;

}

/* 星 */
.asoma-omoi .asoma-point::before,
.asoma-kankei .asoma-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 数字 */
.asoma-omoi .asoma-point::after,
.asoma-kankei .asoma-point::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #222;
}

/* タイトル/本文のズレ防止（開始位置・余白） */
.asoma-omoi .asoma-point__title,
.asoma-kankei .asoma-point__title {
  margin: 0;
}

.asoma-omoi .asoma-point__text,
.asoma-kankei .asoma-point__text {
  margin: 10px 0 0;
}

/* ====== 画像（星）割り当て：フリースクールへの想い ====== */
.asoma-omoi .asoma-point:nth-child(1)::before {
  background-image: url("../img/asomaf1.svg");
}

.asoma-omoi .asoma-point:nth-child(2)::before {
  background-image: url("../img/asomaf2.svg");
}

.asoma-omoi .asoma-point:nth-child(3)::before {
  background-image: url("../img/asomaf3.svg");
}

/* 数字：フリースクールへの想い */
.asoma-omoi .asoma-point:nth-child(1)::after {
  content: "1";
}

.asoma-omoi .asoma-point:nth-child(2)::after {
  content: "2";
}

.asoma-omoi .asoma-point:nth-child(3)::after {
  content: "3";
}

/* ====== 画像（星）割り当て：フリースクールとラボの関係 ====== */
.asoma-kankei .asoma-point:nth-child(1)::before {
  background-image: url("../img/asomaf1.svg");
}

.asoma-kankei .asoma-point:nth-child(2)::before {
  background-image: url("../img/asomaf2.svg");
}

.asoma-kankei .asoma-point:nth-child(3)::before {
  background-image: url("../img/asomaf3.svg");
}

/* 数字：フリースクールとラボの関係 */
.asoma-kankei .asoma-point:nth-child(1)::after {
  content: "1";
}

.asoma-kankei .asoma-point:nth-child(2)::after {
  content: "2";
}

.asoma-kankei .asoma-point:nth-child(3)::after {
  content: "3";
}

/* =========================
  CTA
========================= */
.asoma-cta {
  background: #F0F8D8;
  padding: 72px 0;
}

.asoma-cta__inner {
  text-align: center;
}

.asoma-cta__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.asoma-cta__time {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.asoma-cta__fee {
  margin: 0 0 26px;
  font-size: 12px;
  line-height: 1.9;
  color: #222;
}

.asoma-cta__notes {
  margin: 0 auto 26px;
  max-width: 520px;
  font-size: 15px;
  line-height: 2.0;
  color: #222;
}

.asoma-cta__notes p {
  margin: 0 0 8px;
}

.asoma-cta__notes p:last-child {
  margin-bottom: 0;
}

.asoma-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 9999px;
  background: #0E3D6D;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.asoma-btn:hover {
  opacity: .9;
}

/* =========================
  開催日 / アクセス
========================= */
.asoma-schedule {
  padding: 70px 0 90px;
}

.asoma-headLine {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 26px;
}

.asoma-headLine__line {
  width: 220px;
  max-width: 30vw;
  height: auto;
}

.asoma-headLine__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.asoma-schedule__calendar {
  max-width: 980px;
  margin: 0 auto 40px;
}

.asoma-schedule__calendar iframe {
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
}

.asoma-access {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.asoma-access__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.asoma-access__map {
  flex: 0 0 520px;
  min-width: 0;
}

.asoma-access__map iframe {
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
}

.asoma-access__info {
  flex: 1 1 auto;
  min-width: 0;

  padding-top: 10px;
}

.asoma-access__place {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

.asoma-access__addr {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #222;
}

.asoma-access__star {
  position: absolute;
  right: -10px;
  bottom: -18px;
  width: 78px;
  height: auto;
  pointer-events: none;
}

/* =========================
  TB / SP
========================= */
@media (min-width: 751px) and (max-width: 1200px) {
  .asoma-access__grid {
    gap: 34px;
  }

  .asoma-access__map {
    flex-basis: 460px;
  }

  .asoma-access__star {
    right: 0;
  }
}

@media (max-width: 750px) {
  .asoma-cta {
    padding: 54px 0;
  }

  .asoma-headLine__line {
    width: 140px;
    max-width: 28vw;
  }

  .asoma-schedule__calendar {
    margin-bottom: 30px;
  }

  .asoma-access__grid {
    flex-direction: column;
    gap: 18px;
  }

  .asoma-access__map {
    flex-basis: auto;
    width: 100%;
  }

  .asoma-access__info {
    text-align: left;
  }

  .asoma-access__star {
    right: 10px;
    bottom: -10px;
    width: 64px;
  }
}

/* =========================
  Googleカレンダー：PCは高さ固定 600px
========================= */
@media (min-width: 1201px) {
  .asoma-schedule__calendar iframe {
    height: 600px !important;
  }
}

/* TB/SP は自動（比率で可変）にしたい場合 */
@media (max-width: 1200px) {
  .asoma-schedule__calendar iframe {
    height: auto !important;
    aspect-ratio: 16 / 10;
    /* 必要なら調整 */
  }
}

/* =========================
  GoogleMap：自動サイズ（レスポンシブ）
  PC/TB/SP すべてOK
========================= */
.asoma-access__map {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  /* 角丸不要なら消してOK */
}

.asoma-access__map iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10;
  /* 自動サイズの基準 */
  display: block;
  border: 0;
}

/* もしPCはもう少し横長にしたい場合 */
@media (min-width: 1201px) {
  .asoma-access__map iframe {
    aspect-ratio: 16 / 9;
  }
}

/* =========================
  boardgame / zinzai：asoma-schedule 左右パディング
  TB：3% / SP：5%
========================= */
@media (min-width: 751px) and (max-width: 1200px) {

  #boardgame-schedule,
  #zinzai-schedule {
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
  }
}

@media (max-width: 750px) {

  #boardgame-schedule,
  #zinzai-schedule {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
}

/* =========================
  boardgame / zinzai：intro & schedule 左右パディング
  TB：3% / SP：5%
========================= */
@media (min-width: 751px) and (max-width: 1200px) {

  #boardgame-schedule,
  #zinzai-schedule,
  #boardgame-intro,
  #zinzai-intro {
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
  }
}

@media (max-width: 750px) {

  #boardgame-schedule,
  #zinzai-schedule,
  #boardgame-intro,
  #zinzai-intro {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }

  .asoma-name__desc,
  .asoma-point__text {
    font-size: 16px;
  }
}