@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Serif+JP:wght@200..900&display=swap');



      html, body, div, span, object, iframe,
      h1, h2, h3, h4, h5, h6, p, blockquote, pre,
      abbr, address, cite, code,
      del, dfn, em, img, ins, kbd, q, samp,
      small, strong, sub, sup, var,
      b, i,
      dl, dt, dd, ol, ul, li,
      fieldset, form, label, legend,
      table, caption, tbody, tfoot, thead, tr, th, td,
      article, aside, dialog, figure, footer, header,
      hgroup, menu, nav, section, menu,
      time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background-color: transparent;
      }


/* コピーガード */
p,
img,
ul,
ol {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* コピーガード */





body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a img {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

a img:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.clearfix {
  _height: 1px;
  min-height: 1px;
}

@media only screen and (max-width: 979px) {
}
@media only screen and (max-width: 479px) {
}

body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
  color: #202020;
  line-height: 180%;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

strong {
    color: #000;
}

header {
  margin: 60px auto 100px;
}
header h1 {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  letter-spacing: 3px;
}

header h1 a {
    color: #000;
    font-size: 26pt;
    height: -10px;
}

header h1 a:hover {
    color: #fff;
}



footer {
margin: 100px auto;
}

body {
  background: #c1e4e9;
  text-align: center;
  animation: loading 1s;
}

@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}



aside {
  position: relative;
  max-width: 480px;
  margin: 20px auto;
  padding: 0 20px;
}
aside h3 {
  color: #000;
  display: inline-block;
  padding: 0 6px;
  margin: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #d70035 0%);
}

article {
  position: relative;
  max-width: 800px;
  margin: 50px auto;
  padding: 0 5px;
}
article h2 {
  font-family: "Cinzel","Noto Serif JP", serif;
  color: #000;
  font-size: 1.6em;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
article section {
  position: relative;
}
article section h3 {
  color: #000;
  font-weight: bold;
  display: inline-block;
  padding: 0 6px;
  margin: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #84b9cb 0%);
}


article h4 {
  font-size: 2.0em;
  text-align: right;
  color: #d70035;
  padding: 0 6px;
}




article section ul {
    font-size: 0;
}
article section ul li {
  display: inline-block;
}
article section ul li a {
    color: #000;
    border-bottom: solid 1px #000;
    display: inline-block;
    padding: 0 4px;
    margin-bottom: 4px;
    margin-right: 4px;
}

article section ul li a:hover {
  color: #fff;
  text-decoration: none;
}

article p {
    margin-bottom: 10px;
}
article em {
    background: linear-gradient(rgba(0, 0, 0, 0) 40%, #d70035 0%);
}



img {

max-width: 100%;
height: auto;
}



/* テキスト */
.text{
margin: 10px ;
text-align: left;
}

/* 小説 */
.novel{
margin: 50px 5px;
text-align: left;
padding: 6%;
background: #e7e7eb;
border:dashed 1px #000;
font-size: 18pt;
}


/* やじるし */
.arrow ul li a{
    color: #000;
    border-bottom: none;
    display: inline-block;
    padding: 0 4px;
    margin-bottom: 4px;
    margin-right: 4px;
    font-size: 19pt;
}








.menu-wrapper {
  position: relative;
}

.menu-icon {
  width: 30px;
  height: 30px;
  position: fixed; /* ← fixedにして常に左上固定 */
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 3;
  display: inline-block;
}

.menu-icon span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: #333;
  border-radius: 2px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
.menu {
  position: fixed;
  top: 0;
  left: -250px; /* ← 初期位置を左へ */
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.4s ease;
  z-index: 2;
}

#menu-toggle:checked ~ .menu {
  left: 0; /* ← 開いたときは左0へ */
}

.menu ul {
  list-style: none;
  padding: 60px 20px;
}

.menu li {
  margin: 20px 0;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  font-family: "Cinzel","Noto Serif JP", serif;
  
  transition: color 0.3s;
}

.menu a:hover {
  color: #007bff;
}



html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}


/* iframe */
.inlineframe	{
	height:200px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
}





 /* lasyload */
.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}




 /* スクロールバー */

body {
  --sb-track-color: #c1e4e9;
  --sb-thumb-color: #000;
  --sb-size: 14px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}






