@charset "UTF-8";
/*
Theme Name: Sight Theme Parent
Author: Sight
Author URI: https://spiralgraphic.jp/
Description: 親テーマ／WordPress 5.7以降
Version: 0.1
Theme URI: http://spiralgraphic.jp/wordpress/
Text Domain: sight-theme-parent
License: CC BY-NC-ND 4.0
License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
Tags: blog, two-columns
Tested up to: 5.7
Requires PHP: 7.4
*/

/* 共通 */
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  line-height: 1.75;
  letter-spacing: .1em;
  overflow-x: hidden;
}

/* レイアウト */
.wrapper {
  margin: 0 auto;
  display: grid;
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
video {
  vertical-align: bottom;
}
figure {
  margin: 0;
}

/* 必須 */
.wp-caption {

}
.wp-caption-text {

}
.sticky {

}
.gallery-caption {

}
.bypostauthor {

}
.alignright {
  float: right;
  margin-left: 1rem;
}
.alignleft {
  float: left;
  margin-right: 1rem;
}
.aligncenter {
  margin: 0 auto;
}
.screen-reader-text {

}