@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  height: 100%;
  line-height: 1.3; }

body {
  color: #000;
  background: #FFF;
  font-size: 100%;
  /* =16px */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  min-width: 300px;
  /*最小幅*/
  word-wrap: break-word;
  overflow-wrap: break-word;
  height: 100vh;
  /* fix IE11 */
  min-height: 100%;
  /* fix IE11 */
  display: flex;
  flex-direction: column; }

main, .BCouter, .sns {
  width: 100%;
  max-width: 1024px;
  padding: 15px;
  margin: 0 auto; }

main {
  flex-grow: 2; }

.sns {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  padding-bottom: 0; }
  .sns > div {
    width: 50px;
    height: 55px;
    position: relative; }
  .sns a {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 45px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .sns a img {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 7px 10px; }
  .sns a:hover {
    height: 50px;
    transition: all .2s; }
  .sns .tw a {
    background: #1D9BF0; }
  .sns .fb a {
    background: #1877F2; }
    .sns .fb a img {
      padding: 8px 11px; }
  .sns .line a {
    background: #06C755; }
  .sns .hatena a {
    background: #00A4DE; }
    .sns .hatena a img {
      padding: 9px 12px; }

s
.BCouter {
  display: flow-root;
  font-size: 0.8rem;
  color: #666;
  padding-bottom: 0; }

/*clearfix ie対策済み--> display: flow-root;
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
	}*/
a:link,
a:visited {
  color: #96368E;
  text-decoration: none; }

a:hover,
a:active {
  text-decoration: underline; }

article header {
  margin: 1em 0; }
  article header a:link, article header a:visited {
    color: #FFF; }
  article header div {
    position: relative;
    display: inline-block;
    color: #FFF;
    background: #657e73;
    padding: 5px 10px 5px 15px; }
    article header div a {
      display: inline; }
  article header div:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: -0.5em;
    width: 0.5em;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 50%, #657e73 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #657e73 50%) bottom left/100% 50% no-repeat; }
  article header div:nth-child(2) {
    background: #c1c78e; }
  article header div:nth-child(2):after {
    background: linear-gradient(to bottom left, transparent 50%, #c1c78e 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #c1c78e 50%) bottom left/100% 50% no-repeat; }

section {
  margin-bottom: 3em; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.7em;
  font-weight: 800; }

h1 {
  font-size: 1.6rem;
  border-bottom: 3px solid #c1c78e; }

h2 {
  font-size: 1.4rem;
  border-bottom: 1px solid #c1c78e; }

h3 {
  font-size: 1.2rem;
  border-bottom: 1px solid #c1c78e; }

h4, h5, h6 {
  font-size: 1rem; }

h5 {
  font-weight: normal;
  border-bottom: 1px solid #CE78C8; }

em {
  font-weight: 800;
  font-style: normal; }

/*基本デコレーション*/
hgroup h1 {
  margin-bottom: 0; }
hgroup p {
  color: #657e73; }

h3 + h4 {
  margin-top: 1em; }

p + .linkintrotext {
  margin-top: 3em; }

.tw_timeline {
  max-width: 40%; }

#jquery-lightbox {
  max-width: 90%; }

#gallery ul {
  list-style: none;
  margin-left: 0;
  display: flex; }
  #gallery ul li {
    margin: 0 5px 5px 0; }
    #gallery ul li img {
      vertical-align: bottom;
      border: 1px solid #DDD; }

/*SOG写真　#gallery .sogphoto */
.sogphoto ul {
  flex-wrap: wrap; }
  .sogphoto ul li img {
    height: 60px;
    width: auto; }

/*同人誌表紙　#gallery .item_photo */
.item_photo {
  margin-bottom: 2em; }
  .item_photo div {
    text-align: center; }
    .item_photo div img {
      width: 100%;
      max-width: 300px; }
  .item_photo ul {
    justify-content: center;
    margin-bottom: 0; }
    .item_photo ul li img {
      height: 100px;
      width: auto; }

p,
table,
blockquote {
  margin: 0 0 1.5em 0; }

p {
  line-height: 1.6; }

ul, ol {
  margin: 0 0 1.5em 1em; }

li {
  margin: 0 0 0.3em 0; }

dl {
  margin-bottom: 1.5em; }

dt {
  background: #EFEFEF;
  padding: 2px; }

dd {
  padding: 0;
  margin: 0 0 1.5em 0; }

/*movie表示*/
/*movie レスポンシブ*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 0; }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.movie_outer {
  text-align: center;
  padding: 0;
  border: 1px solid #CCC;
  margin-bottom: 1.5em; }
  .movie_outer .movie {
    max-width: 560px;
    margin: 0 auto; }

/*toppage*/
#index_main {
  display: grid;
  gap: 0 3em;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); }
  #index_main .sog h1 {
    font-size: 1.2rem; }
  #index_main .sog h2 {
    font-size: 1.2rem; }
  #index_main .sog li {
    margin-bottom: 2em; }
  #index_main .sog li:last-child {
    margin-bottom: 0; }
