@media (max-width: 768px) {
/* ↓ モバイル用CSSはこの中に ↓ */

/* ---------- */
/* ↓ サイトデフォルト設定 ↓ */
body {
  font-size: 3.2vw;
}
/* ↑ サイトデフォルト設定　ココマデ ↑ */
/* ---------- */



/* ---------- */
/* ↓ ヘッダー(header.php/header-bar.php) ↓ */
.header-bar nav .menu-menu-container ul {
  display: none;
}

.header-bar-sitelogo {
  left: 3%;
}
.header-bar-vlogo {
  right: 3%;
}
/* ↑ ヘッダー(header.php/header-bar.php) ↑ */
/* ---------- */

/* ---------- */
/* ↓ フッター(footer.php) ↓ */
.footer {
  display: block;
}
.footer-inner1 {
  display: block;
  text-align: center;
}

.footer-col {
  width: 90%;
  margin: 5%;
}
.footer_logo {
  width: 80%;
  margin: 10px auto;
}
.footer_linklist p {
  margin: 10px auto;
}

.footer-inner2 {
 display: inline-block;
}
/* ↑ フッター(footer.php) ↑ */
/* ---------- */

/* ---------- */
/* ↓ 固定フッター(screen-bottom.php) ↓ */
span.copyright {
  margin-top: 5px;
}
span.copyright p {
  margin-bottom: 0;
}
p.prohibited {
  display: none !important;
  vertical-align: bottom;
}
/* ↑ 固定フッター(screen-bottom.php) ↑ */
/* ---------- */



/* ---------- */
/* ↓ レイアウト ↓ */
.site-inner {
  display: block;
  width: 95%;
}
.main-column {
  width: 100%;
}
.main-column-inner {
}
.sidebar {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 18px 0;
}
.container {
  padding: 0;
  align-content: center;
}
/* ↑ レイアウト ↑ */
/* ---------- */



/* ---------- */
/* ↓ トップページ ↓ */

/* 最新記事・YouTubeエリア */
/* ----- home-grid: 2カラム均等、カードは白背景 ----- */
.home-grid {
  display: block;
  width: 95%;
  margin: 24px auto;
}
.front-left-col,
.front-right-col {
  width: 100%;
}
/* 左右カラム */
.front-right-col {
  margin-top: 20px;
}
/* ↑ トップページ ↑ */
/* ---------- */


/* ---------- */
/* ↓ 個別記事(single.php) ↓ */
.kiji-thumbnail {
  max-width: 90%;
}
.kiji-thumbnail img {
  aspect-ratio: 16 / 9;
  height: auto;
}

.kiji-tag a {
  display: inline-block;
}

.related-grid li {
  width: 47%;
  margin: 0 1% 15px;
}

.related-grid li:nth-child(3n) {
  margin: 0 1% 15px;
}
/* ↑ 個別記事(single.php) ↑ */
/* ---------- */


/* ---------- */
/* ↓ 固定ページ(page.php) ↓ */
body > div.container > div > main {
  margin: 50px auto;
}
/* ↑ 固定ページ(page.php) ↑ */
/* ---------- */

/* ↑ モバイル用CSSはこの中に ↑ */
}