@charset "UTF-8";
/* ==========================================
   Template: ふるびた地図（https://do.gt-gt.org/）
   Copyright: 2019 do
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
ol,

h1,
h2,
h3,
h4,
h5,
img{
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
p {
  margin: 0;
  padding: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #4b617b;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ==========================================
  以下、デザインを決める記述です
   ========================================== */
dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

dl dd,
dl dt {
  display: block;
}

.container::after {
  content: "";
  display: block;
  clear: both;
}

.container {
  background: #fff;
  width: auto;
  min-height: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #3649ad;
  /* リンクの色 */
}

a:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
  /* リンクをホバーすると色が明るくなります */
}

p,
ul {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 30px;
}

@media (max-width: 575px) {
  p,
  ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.margin-top {
  margin-top: 30px;
}

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

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}

img + img {
  margin-left: 5px;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}

.log img

.log img + img {
  margin-left: 0;
}

h2 {
  position: relative;
  font-size: 130%;
  font-weight: normal;
  margin: 20px 5px;
  width: 95%;
  margin-top: 2em;
  margin-bottom: 1em;
}

h2:before {
  content: '';
  display: block;
  width: 105%;
  left: -3%;
  position: relative;
  top: -10px;
  height: 5px;
  /* ここから見出しの上線のストライプ */
  background-size: auto auto;
  background-color: #808ab5;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, white 5px, white 6px);
  /* ここまで見出しの上線のストライプ */
}

h2:after {
  content: '';
  display: block;
  width: 105%;
  left: -3%;
  position: relative;
  top: 10px;
  height: 1px;
  /* ここから見出しの下線のストライプ */
  background-size: auto auto;
  background-color: #808ab5;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, white 5px, white 6px);
  /* ここまで見出しの下線のストライプ */
}

h2.top {
  font-size: 130%;
  font-weight: normal;
  margin: 20px 5px;
  width: 95%;
}

@media (max-width: 575px) {
  h2 {
    font-size: 110%;
  }
}

.row > h2 {
  padding-left: 15px;
  padding-right: 15px;
}

h3 {
  font-weight: normal;
  font-size: 100%;
  display: block;
  margin: 30px auto 15px 15px;
  width: 100%;
}

h3:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 30px;
  position: relative;
  vertical-align: middle;
  right: 13px;
  /* ここから見出しの下線のストライプ */
  background-size: auto auto;
  background-color: #808ab5;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, white 5px, white 6px);
  /* ここまで見出しの下線のストライプ */
}
/*
h4 {
  font-weight: bold;
  font-size: 100%;
  padding-left: 10px;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
*/

h4 {
  font-size: 15px;
  padding-left: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

h4:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px; /* ← ここで上に持ち上げる */
  transform: rotate(45deg);
  background-color: #808ab5;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, white 5px, white 6px);
  background-size: auto auto;
}

h4.top{
  font-weight: bold;
  font-size: 100%;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 1em;
}

h4.top:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-right: 0px;
  vertical-align: middle;
  position: relative;
}

h4.top:after {
  content: '';
  display: block;
  width: 105%;
  left: -3%;
  position: relative;
  top: 5px;
  height: 1px;
  /* ここから見出しの下線のストライプ */
  background-size: auto auto;
  background-color: #808ab5;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #c2d7e4 5px, #c2d7e4 6px);
  /* ここまで見出しの下線のストライプ */
}

@media (max-width: 575px) {
  h4 {
    padding-left: 0.5em;
  }
}

h5 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: 0.5em;
  padding-left: 20px;
  padding-right: 30px;
}

@media (max-width: 575px) {
  h5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

input[type=submit] {
  /* ここから背景のストライプ */
  /*
  background-size: auto auto;
  background-color: #808ab5;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, white 5px, white 6px);
  /* ここまで背景のストライプ */
  /*
  padding: 2px 8px;
  font-size: 12px;*/
  margin: 0 1em 1em;
  background-color: #c2d7e4;
  border: 2px solid #808ab5;
  background-size: auto auto;
  background-repeat: repeat;
  font-family: serif,'MS P明朝','ヒラギノ明朝','Times',serif;
}

input[type=submit]:focus {
  outline: none;
}

header img.heroimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
}

@media (max-width: 575px) {
  header img.heroimg {
    height: 200px;
  }
  header h1 {
    font-size: 150%;
  }
  header p {
    font-size: 12px;
  }

  h3 {
    padding-right: 15px;
    width: 100%;
  }
}

header .container {
  padding: 0;
}

header .wrapper {
  position: relative;
}

header .wrapper .inner {
  position: absolute;
  top: 30%;
  margin-left: 5%;
}

header h1{
  letter-spacing: 35%;
  color: #ffffff;
  padding: 0;
  -webkit-filter: drop-shadow(0 0 4px #3b3239);
          filter: drop-shadow(0 0 4px #3b3239);
}

header p {
  color: #ffffff;
  padding: 0;
  -webkit-filter: drop-shadow(0 0 4px #3b3239);
          filter: drop-shadow(0 0 4px #3b3239);
}

#text header img.heroimg {
  height: 50px;
}

#headernav {
  /* ここから１カラムデザインのメニューバースクロール追従 */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  /* ここまで１カラムデザインのメニューバースクロール追従。不要なら削除してください */
}

#headernav nav {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  margin: 10px auto;
  border-top: 1px solid #3D2B30;
  border-bottom: 1px solid #3D2B30;
}

#headernav nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 0;
  width: calc(100% - 80px);
}

#headernav nav ul li a {
  display: block;
}

.sidebarinner {
  padding: 20px;
  /* ここから２カラムデザインのPC閲覧時サイドバースクロール追従 */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* ここまで２カラムデザインのPC閲覧時サイドバースクロール追従。不要なら削除してください */
}

@media (max-width: 991px) {
  .sidebarinner {
    padding: 20px 0;
  }
}

.sidebarinner ul {
   padding: 0 0 20px;
}

.sidebarinner p {
  padding: 0 0 20px;
}

@media (max-width: 575px) {
  #sidebar {
    /* ここから１カラムデザインのメニューバースクロール追従 */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    /* ここまで１カラムデザインのメニューバースクロール追従。不要なら削除してください */
  }
  
  #sidebar .sidebarinner { padding: 0; }

  /* nav 自体はフレックスにしなくてOK（するなら align のみで十分） */
  #sidebar nav {
    /* display: flex; ←いったん外す or 使うなら justify を start に */
    padding: 10px;
    margin: 10px auto;
    border-top: 1px solid #c0c5cf;
    border-bottom: 1px solid #c0c5cf;
  }

  /* 余白の原因はここ */
  #sidebar nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;              /* ← 折り返し可にして圧縮を防ぐ */
    justify-content: flex-start;  /* ← space-around をやめる（両端の“空白”が消える） */
    gap: .5rem .75rem;            /* ← アイテム間の余白は設計として明示 */
    padding: 0;
    margin: 0;                    /* ← UL のデフォルト余白も念のため消す */
    list-style: none;
    width: auto;                  /* ← これが肝。calc(100% - 80px) を撤去 */
    /* flex: 1; でも可。必要なら min-width:0; を追加 */
  }

  #sidebar nav ul li { flex: 0 0 auto; }

  #sidebar nav ul li a {
    display: block;
    padding: .25rem .5rem;        /* タップしやすい最小の呼吸 */
    line-height: 1.2;
  }

  /*
  #sidebar .sidebarinner {
    padding: 0;
  }
  #sidebar nav {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    margin: 10px auto;
    border-top: 1px solid #c0c5cf;
    border-bottom: 1px solid #c0c5cf;
  }
  #sidebar nav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 0;
    width: calc(100% - 80px);
  }
  #sidebar nav ul li a {
    display: block;
  }
  */
}

.update {
  background: #c2d7e4;
  padding: 10px;
  width: 95%;
  overflow: hidden;
  font-size: 14px;
  margin: 20px auto;
  border-radius: 4px;
}

.update .inner {
  height: 80px;
  overflow-y: scroll;
}

.update .inner::-webkit-scrollbar {
  width: 5px;
}

.update .inner::-webkit-scrollbar-track {
  background: #f2eee6;
}

.update .inner::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 2px;
}

.update .inner dt {
  width: 100px;
}

.update .inner dd {
  width: calc(100% - 100px);
}

@media (max-width: 575px) {
  .update .inner {
    font-size: 12px;
  }
  .update .inner dt {
    width: 80px;
  }

  .update-list {
    font-size: 12px;
  }
  
  .update-list li {
    font-size: 12px;
  }
}

ul.novel-1 {
  margin-bottom: 30px;
}

ul.novel-1 li {
  display: -webkit-box;
  display: flex;
}

ul.novel-1 li.new:after {
  content: 'new';
  color: #f75e5e;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
}

ul.novel-1 li a {
  display: list-item;
  margin-right: 10px;
  white-space: nowrap;
  list-style-type: square;
}

ul.novel-1 li span {
  display: block;
}

ul.novel-2 {
  list-style:disc
  display: list-item;
  list-style-type: square;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

ul.novel-2 li {
  display: list-item;
  list-style-type: square;
}

ul.novel-2 li.new:after {
  content: 'new';
  color: #f75e5e;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
}

ul.novel-2 li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.novel-2 li:not(:last-of-type) {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #f2eee6;
}

ul.illust {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

ul.illust li {
  list-style: none;
  position: relative;
  height: 100px;
  width: 100px;
  margin-bottom: 5px;
  -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

ul.illust li:not(:last-of-type) {
  margin-right: 5px;
}

ul.illust li a {
  display: block;
}

ul.illust li a:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
  /* リンクをホバーすると色が明るくなります */
}

ul.illust li a img {
  border: 1px solid #dcdfe2;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.illust li.new::after {
  content: 'new';
  /* ここから背景のストライプ */
  background-size: auto auto;
  background-color: #ebe3de;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, white 5px, white 6px);
  /* ここまで背景のストライプ */
  position: absolute;
  padding: 0 5px;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 575px) {
  ul.illust li {
    height: 70px;
    width: 70px;
  }
  ul.illust li a img {
    height: 70px;
    width: 70px;
  }
}

ul.link01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 10px 0;
}

ul.link01 li {
  margin-right: 8px;
}

ul.link02 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

ul.link02 li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.link02 li:not(:last-of-type) {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #f2eee6;
}

.mailform {
  display: block;
  flex-direction: column; /* 縦並びにする */
  max-width: 100%; /* フォーム全体の最大幅 */
  font-size: 14px;
}

.mailform textarea {
  font-size: 14px;
  border: 1px solid #e2e2e2;
  padding: 8px;
  width: 100%; /* 親要素の幅に依存するように */
  box-sizing: border-box;
}

.mailform input[type="submit"] {
  font-size: 14px;
  padding: 6px 12px;
  align-self: flex-start; /* 左寄せ。中央にしたければ center に変更 */
  margin-bottom: 0;  
}

.mailform select {
  font-size: 14px;
  padding: 0.4em;
  border: 1px solid #808ab5;
  border-radius: 3px;
  appearance: none;
  width: 10em;
  box-sizing: border-box;
}

/* 定型文プルダウン */
.mailform select{
  position: relative;
  margin: 1em 0 1em 1em;
  font-size: 14px;
  appearance: none;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 1px solid #808ab5;;
  border-radius: 3px;
  color: #000000;
  cursor: pointer;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
/* ここまで */

/* テキストエリア */
.mailform textarea{
  margin: 0 1em 1em;
  font-size: 14px;
  border: 1px solid #808ab5;;
  padding: 3px 5px;
  width:80%;
}
/* ここまで */

footer .template {
  text-align: right;
  width: 100%;
  padding: 0 1em;
  font-size: 12px;
  color: #ffffff;
}

hr {
  height: 1px;
  background-color: #cccccc;
  width: 80%;
  border: none;
  margin: 40px auto;
}

h2.h2-a {
  margin: 30px auto 40px;
  text-align: center;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 10px;
}

h2.h2-a:before {
  display: none;
}

h2.h2-a:after {
  display: none;
}

h2.h2-b {
  padding: 10px 20px;
  background: transparent;
  text-align: center;
  color: #000000;
}

h2.h2-b:before {
  content: '';
  height: 1px;
  width: 10%;
  display: inline-block;
  background: #000000;
  vertical-align: middle;
  margin-right: 30px;
}

h2.h2-b:after {
  content: '';
  height: 1px;
  width: 10%;
  display: inline-block;
  background: #000000;
  vertical-align: middle;
  margin-left: 30px;
}

h3.h3-a {
  padding: 10px 5px;
  background: transparent;
  color: #000000;
  border-left: none;
  border-bottom: 1px dotted #c5c5c5;
}

h3.h3-a:before {
  content: none;
}

h3.h3-b {
  border-left: none;
}

h3.h3-b:before {
  display: inline-block;
  float: none;
  width: auto;
  height: auto;
  position: initial;
  top: auto;
  right: auto;
  background-size: auto auto;
  background-color: transparent;
  background-image: none;
  content: '//';
  font-size: 105%;
  margin-right: 1em;
}

h3.h3-b:after {
  content: '//';
  font-size: 105%;
  margin-left: 1em;
}

table{
  font-size: 14px;
  padding-left: 1.5em;
}

date {
  font-size: 12px;
  color: #a1a1a1;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}

date + p {
  margin-top: 20px;
}

@media (max-width: 575px) {
  date {
    padding-right: 0px;
  }
} 

summary {
  cursor: pointer;
  transition: .2s;
  padding-left: .5em;
}
summary:hover {
  cursor: pointer;
  background-color: #c2d7e4;
}

ul {
  list-style-type: square;
  margin-left: 2em;
}

ul.li-a {
  list-style: square inside;
  margin: 1em 0.5em;
}

ul.li-a li {
  margin-bottom: 0.5em;
}

ul.li-b {
  list-style: disc inside;
  margin: 1em 0.5em;
}

ul.li-b li {
  margin-bottom: 0.5em;
}

ul.contents{
  list-style: none;
  margin-left: 0%;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  ul.contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}

ul.nesting{
  list-style-type: square;
  margin-left: 1em;
  margin-top: 0;
  margin-bottom: 0em;
}

.update-list {
  list-style: none;
  padding-left: 0em;
  margin: 0;
}

.update-list li {
  text-indent: -1em;
  padding-left: 1em;
}

ol.li-a {
  list-style: decimal inside;
  margin: 1em 0.5em;
}

ol.li-a li {
  margin-bottom: 0.5em;
  margin-left: 1em;
}

ol.li-b {
  list-style: lower-alpha inside;
  margin: 1em 0.5em;
}

ol.li-b li {
  margin-bottom: 0.5em;
  margin-left: 1em;
}

.center {
  text-align: center;
}

.book {
  display: -webkit-box;
  display: flex;
  width: 80%;
  max-width: 800px;
  margin: 80px auto;
}

.book:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.book .book__image {
  margin: 0 20px;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
}

.book .book__discription h4 {
  margin-top: 0;
}

@media (max-width: 991px) {
  .book {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .book:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .book:not(:last-of-type) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 60px;
  }
  .book .book__image {
    margin: 0 auto 20px;
    max-width: 300px;
  }
}

.site-data {
  margin-left: 1.5em;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.site-data dt {
  font-size: 14px;
  width: 6em;
  margin-right: 0.5em;
  position: relative;
}

.site-data dt::after {
  content: "：";
  position: absolute;
  right: 0.5em;
}

.site-data dd {
  font-size: 14px;
  width: calc(100% - 10em - 0.5em);
  margin: 0;
}

.link {
  margin-left: 1.5em;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.link dt {
  font-size: 14px;
  width: 11em;
  margin-right: 0.5em;
  position: relative;
}

.link dt::after {
  content: "：";
  position: absolute;
  right: 0.5em;
}

.link dd {
  font-size: 14px;
  width: calc(100% - 11em - 0.5em);
  margin: 0;
}

dl.book-01 {
  margin: 20px 0;
}

dl.book-01 dt {
  width: 100px;
  font-weight: 600;
  margin-bottom: 10px;
}

dl.book-01 dd {
  width: calc(100% - 100px);
  margin: 0;
  margin-bottom: 10px;
}

a.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  background: gray;
  color: #ffffff;
  margin: 20px auto;
  -webkit-transition: .2s;
  transition: .2s;
}

a.btn:hover {
  background: #b3b3b3;
  -webkit-transition: .2s;
  transition: .2s;
}

a.btn.white {
  background: #ffffff;
  color: #000000;
}

a.btn.white:hover {
  color: #333333;
  -webkit-transition: .2s;
  transition: .2s;
}

a.btn.black {
  background: #000000;
}

a.btn.black:hover {
  background: #262626;
  -webkit-transition: .2s;
  transition: .2s;
}

a.btn.pink {
  background: #fa3c72;
}

a.btn.pink:hover {
  background: #fc87a8;
  -webkit-transition: .2s;
  transition: .2s;
  color: #ffffff;
}

a.btn.blue {
  background: #4169e1;
}

a.btn.blue:hover {
  background: #839deb;
  -webkit-transition: .2s;
  transition: .2s;
  color: #ffffff;
}

span.pink {
  color: #fa3c72;
}

#text .atogaki p {
  color: #a1a1a1;
  font-size: 14px;
}

#text main h2 {
  margin: 20px auto 40px;
}

#text main p {
  line-height: 2em;
  font-size: 14px;
}

details{
  margin-left: 2em;
}

summary{
  font-size: 14px;
}

.page {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 30px auto;
}

/* トップへ戻るボタン */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 40px;
  background: #6d8aac;
  opacity: 0.6;
  border-radius: 5px;
  }
  
  /* Font Awesome */
  #page_top::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  }
  
  /* マウスオーバー時 */
  .page_top:hover {
              filter: brightness(130%);
  }

  html{
    scroll-behavior: smooth;
  }


  /* 色付き文字 */
  colorful{
    margin: 0;
    padding: 0;
    font-size: 14px;
  }

  /* 埋め込みをcol-sm-12の幅に合わせる */
  .col-sm-12 iframe {
    display: block;
    padding-left: 20px;
    padding-right: 30px;
    margin-bottom: 0.5em;
  }

  /* YouTube縦横比
  iframe.youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 1280px;
  } */

  .video-container {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
    max-width: 1280px;
    margin-bottom: 0.5em;
  }
  
  .video-container::before {
    content: "";
    display: block;
    padding-top: calc(100% * 9 / 16); /* 16:9の比率 */
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%); /* - 50px 20px + 30px paddingに合わせる */
    height: 100%;
  }

  @media (max-width: 575px) {
    .col-sm-12 iframe {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px;
    }    
  }  
  /* YouTube縦横比ここまで */


  /* 可読性向上テスト */

  h4 {
    margin-bottom: 0.5em;
  }
  
  ul {
    margin-top: 0;
    margin-bottom: 1em;
  }
  
  
  /* 可読性向上テスト */
  
  p {
    margin-bottom: 1em; /* 基本の段落間隔 */
  }

  p + p {
    margin-top: 0.5em; /* 段落が続く場合は間隔狭め */
  }
  
  p.break,
  div.break {
    margin-top: 2em; /* 話題の切れ目などに使用 */
  }
  p.compact,
  div.compact {
    margin-bottom: 0.5em; /* 間隔を狭めたいとき */
  }
  p.break-compact,
  div.break-compact {
    margin-top: 1.5em;
    margin-bottom: 0.5em; /* 間隔を狭めたうえで話題の切れ目を入れるとき */
  }

  p.jump-link-bottom {
    margin-bottom: 3.5em; /* ページの1番下へボタンの下に余白を取る用 */
  }  

  p.break-jump-link-bottom {
    margin-top: 1.5em;
    margin-bottom: 3.5em; /* ページの1番下へボタンの上下に余白を取る用 */
  }

  .col-sm-12 {
    padding-left: 15px;  /* 外側のpadding */
    padding-right: 15px;
    box-sizing: border-box;
  }
  
  .col-sm-12 > p,
  .col-sm-12 > img,
  .col-sm-12 > ul
  .col-sm-12 > li {
    display: block;
    padding-left: 20px;  /* 内側のpadding */
    padding-right: 30px;
  }

  .col-sm-12 ul {
    margin-bottom: 0.5em;
  }

  .col-sm-12 img {
    display: block;
    margin-bottom: 0.5em; /* 画像をcol-sm-12の幅に合わせる */
  }

  .col-sm-12 img + img {
    margin-left: 0;
    margin-bottom: 0.5em; /* 画像が連続するときに左marginをゼロにする */
  }

  @media (max-width: 575px) {
    .col-sm-12 {
      padding-left: 15px;
      padding-right: 15px;
    }

    .col-sm-12 > p,
    .col-sm-12 > img,
    .col-sm-12 > ul
    .col-sm-12 > table {
      display: block;
      padding-left: 10px;  /* 内側のpadding */
      padding-right: 10px;
    }
  }

  .col-sm-12 > ul.illust {
    display: flex;
  }
  
  /* 可読性向上テストここまで */

  /* 親要素の余白防止 */
  .col-sm-9 > form.mailform:last-of-type {
    margin-bottom: 1em;
  }  
  
.page a {
  display: block;
  /* ここから背景のストライプ */
  background-size: auto auto;
  background-color: #808ab5;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, white 5px, white 6px);
  /* ここまで背景のストライプ */
  color: #333;
  padding: 3px 10px;
}

blockquote {
  background: #ededed;
  padding: 20px 30px;
  margin: 20px;
  /* font-size: 15px;
  font-style: italic; */
}

@media (max-width: 575px) {
  .only-pc {
    display: none;
  }
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #4b617b;
  background-image: radial-gradient(#27333d 80%, transparent 80%);
  background-size: 20px 20px;
  background-repeat: repeat;
  font-family: serif,'MS P明朝','ヒラギノ明朝','Times',serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 高さを常に画面に合わせる */
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* ビューポートの高さに最低限あわせる */
}

main {
  flex: 1; /* ここが余白を押し広げてくれる */
}

main {
  margin: 0;
  padding: 0;
  background: none;
  flex: 1; /* mainが中身の高さに応じて伸びる */
}

.col-sm-9 > p:last-of-type {
  margin-bottom: 0;
}

footer {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

footer .container {
  background-color: #808ab5;
  width: auto;
  margin: 0 auto;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 12px;
  box-sizing: border-box;
}

footer .template {
  margin: 0;
  padding: 0;
  text-align: right; /* または left / center */
}

/* ▼ TOPリンク用のスタイル ▼ */
.toplink {
  margin-bottom: -1em;
  padding-left: 0;
}

.toplink p {
  margin: 0;
}

.toplink a {
  color: #3649ad;
  text-decoration: none;
  font-size: 14px;
}

.toplink a:hover {
  text-decoration: underline;
}

.spacer {
  margin-top: 20px; /* ページの最後がpで終わるときに余白を確保 */
}

/* diary月別目次の上部余白 */
.margin-top-diary.only-pc {
  margin-top: 0;
}

.margin-top-diary .compact {
  padding-bottom: 0;
}

/* essay用設定 */

ul.article-list {
  list-style: disc; /* or none */
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 2em;
}

ul.article-list li {
  margin-bottom: 1em;
}

ul.article-list div {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}

h3.article {
  margin-top: 3em;  /* 上に余白をつけて見出しの前にスペース */
  margin-bottom: 1.5em;
}

.article table {
  border-collapse: collapse;
  border: 1px solid #999;
  margin-left: 20px;
  margin-left: 30px;
}

.article th,
.article td {
  padding: 0.25em 0.5em 0.25em 0.5em; /* 上 右 下 左 */
  border: 1px solid #999;
}

.article th {
  background-color:gainsboro;
}

@media (max-width: 575px) {
  .only-pc {
    display: none;
  }
}

/* laymicをfuwaimgの印象に揃える */

.laymic_opener {
  border: 1px solid #dcdfe2;
  border-radius: 3px;
  padding: 0; /* ← buttonの余白リセット */
  width: 100px;
  height: 100px;
  background: none; /* 万が一の初期化 */
  display: block; /* 安定化 */
  overflow: hidden; /* はみ出し防止 */
}

.laymic_opener img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.laymic_opener:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  /* リンクをホバーすると色が明るくなります */
}

@media (max-width: 575px) {
.laymic_opener {
    height: 70px;
    width: 70px;
  }
}

/* about用設定 */

/* プロフィール画像 */
.profile-pic {
  box-sizing: border-box;
  max-width: 100%;
  display: block;
  border-radius: 50%;  /* 完全な円形 */
  box-shadow: 0 4px 6px rgba(0,0,0,0.2); /* ドロップシャドウ */
  object-fit: cover;
  margin-left: 20px;
  margin-right: 10px;
}

/* 土台のprofile-textは、ほぼ親クラスとして使う */

.profile-text ul {
  margin: 1.5em 0 1.5em 20px; /* margin: 上 右 下 左 */
  padding-right: 15px;
}

.profile-text > ul > li::marker {
  content: "◆ ";
  color: #3649ad;
  font-size: 1em;
}

.profile-text li {
  margin: 1em 0 1em 0; /* margin: 上 右 下 左 */
}

.profile-text > ul > li + li {
  margin-top: 1em; /* 話題ごとの間隔を開ける */
}

.profile-text li > div {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.profile-text li ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 2em;
}

.profile-text li ul li::marker {
  list-style-type: square;
  color: inherit;
}

.profile-text li ul li > div {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .profile-pic {
      display: block;
      max-width: calc(100% - 20px); /* 10px margin × 2 */
      margin-left: 10px;
      margin-right: 10px;
  }
}

/* ここまで */

/* review用設定 */

/* フォーム共通 */
.mailform .formTable{
  width:100%;
  border-collapse:collapse;
}
.mailform .formTable th,
.mailform .formTable td{
  padding:.6rem .8rem;
  vertical-align:top;
  text-align:left;
}

.mailform input[type="text"],
.mailform input[type="url"],
.mailform textarea{
  width:100%;
  box-sizing:border-box;
  font:inherit;
}

.mailform textarea{
  min-height:9em;
  resize:vertical;
  line-height:1.6;
}

.formTable input, textarea {
  padding: 5px;
  border: 1px solid #808ab5;
  background-color : #fff;
}

.mailform .formTable td > input,
.mailform .formTable td > textarea{
  display:block;
  margin:0;              /* これでズレ取り */
}

.mailform .hint{
  display:block;
  margin-top:.35rem;
  font: size 12px;;
  color:#6b7280; /* 薄め */
  line-height:1.5;
}


@media (min-width:576px){
  .mailform{ max-width:820px; margin-inline:auto; } /* 読み幅を絞る */
  .mailform .formTable{ table-layout:fixed; }
  .mailform .formTable col.label{ width:10em; }     /* 左列の幅 */
  .mailform .formTable col.field{ width:auto; }
  .mailform .formTable th{ white-space:nowrap; font-weight:600; }
}

/* 狭い画面では縦積み */
@media (max-width: 575px){
  .mailform .formTable th,
  .mailform .formTable td{
    padding-left:0;      /* ここを詰める */
    padding-right:0;
  }
  
  .mailform .formTable th{
    margin-top:.75rem;     /* ラベル間の余白だけ残す */
    padding-bottom:0;      /* ラベル下の空きを消す */
  }
  .mailform .formTable td{
    padding-top:.25rem;    /* 入力欄直前の空きを最小限に */
    padding-bottom:0;      /* 下の余白も詰める */
  }
  
  .mailform .formTable th{
    margin-bottom: 0;
  }
  
  .mailform .formTable td{
    margin-top: 0;
  }
  
  .mailform .formTable td > input,
  .mailform .formTable td > textarea{
    width:100%;          /* 念のため明示 */
  }

  .mailform .formTable,
  .mailform .formTable tr,
  .mailform .formTable th,
  .mailform .formTable td{ display:block; width:100%; }

  /* PC用指定のリセット */
  .mailform .formTable th{ white-space:normal;}

  /* はみ出し対策の保険 */
  .mailform .formTable{ overflow-wrap:anywhere; }
  
  .formActions{
    margin-top:1.5rem;
    text-align:left; /* 右寄せ・中央寄せにしたいならここを変える */
  }
}

/* ここまで */

body.log .row img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 575px) {
  body.log .row img {
    max-width: 100%;
    height: auto;
  }
}

/* fuwaimgの画像ズレ防止 */

/*
#fuwaimg_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#fuwaimg_imginner,
#fuwaimg_caption {
  width: auto !important;
  max-width: 90vw;
  box-sizing: border-box;
}
 */