@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Serif+JP&display=swap');
@import url(https://fonts.googleapis.com/css?family=Niconne);
@import url(https://fonts.googleapis.com/css?family=Vibur|Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Upright|Varela+Round);
@import url("https://fonts.googleapis.com/css?family=Give+You+Glory|Muli");
@import URL('https://fonts.googleapis.com/css?family=Fjalla+One|Assistant:400,700');
@import url('https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');

@font-face{
font-family: はれのそら明朝;
src: url('https://cdn.leafscape.be/Harenosora/harenosora_web.woff2')
     format("woff2");
}

@font-face {
    font-family: 'はんなり明朝';
    font-display: swap;
    src: url('https://cdn.leafscape.be/hannari/hannari_web.woff2') format("woff2");
}

@font-face{
 font-family: IPA 明朝;
 src: url("https://cdn.leafscape.be/IPAfont/ipam_web.woff")
     format("woff");
}

@font-face{
font-family: 戸越明朝;
src: url("https://cdn.leafscape.be/togoshi/togoshi-mincho_web.woff2")
     format("woff2");
}

/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
https://fontopo.com/?p=377
http://ipafont.ipa.go.jp/
-------------------------------------------------*/

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
*/
html, body, div, span, object, blockquote,iframe,
h1, h2, h3, h4, h5, h6, p,  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,
textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    font-family: 'Muli',Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', Helvetica, Arial, sans-serif;
    background:transparent;
    color: #404040;}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {display:block;}

html {
      font-size:61.5%;}

body {
      font-size: 11px;font-size: 1.1em;line-height:1.7;background: #ffffff;
      font-family: 'Muli',Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', Helvetica, Arial, sans-serif;
      background:url('/will-wright-fgWSyPKmiB4-unsplash.jpg') ;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode:lighten;
      background-attachment: fixed;}

body::before,body::after {
      top:0;
      left:0;
      display:block;
      position:fixed;
      width:100vw;
      height:100vh;}

body::after {
             background:linear-gradient(rgba(34,34,34,0.2),rgba(34,34,34,0.5));
             z-index:-1;}

a {
   color: #404040;}

a:hover {
         color: #ffb6c1;text-decoration: none;}

img {
     border: none;}

figure {
        top:0;
        left:0;
        content:'';
        z-index:-1;
        display:block;
        position:fixed;
        width:100%;
        height:0;
        padding-top:calc(400 / 600 * 100%);
        background: linear-gradient(rgba(255,255,255,0) 60%, rgba(255,255,255,1)), url('/khma_back.jpeg') center no-repeat;
        background-size:cover;
        -moz-background-size:cover;
        -webkit-background-size:cover;}

/* サイト */

header, footer {
                text-align: center;}

body {
      margin:20px 0}

header .col12 {
               margin: 0 auto -10px;}

.update {
         border: 8px solid #2586ba;margin: 20px 0;padding: 20px;background: #fff url(tef.png) no-repeat 90% 50%;}

main section {
              margin: 20px 0 40px;}

main section section, aside p {
                               margin: 20px 0;}

small,small a {
               font-size: 11px;font-size: 1.1rem;text-decoration: none;}

strong {
        color: #74aee8;}

hr.hr {
	background-color: #fff;
	border-top: 1px dashed #404040;}

.title {
        font-family: 戸越明朝,serif;
        color:#fff;
        letter-spacing: 1px;
        font-size:11px;}

.title a {
          display: inline-block; width: 20px; margin: 2px; text-align: center; font-size: 13px; line-height:2.0;}
.title a {
          color:#fff;}

.title a {
          cursor:pointer;}

.title a {
          font-family: 'Lora', serif;}

.title a:hover {
          color: #a4a8d4;text-decoration: none;}

.title a:visited {
          color:#a4a8d4;text-decoration:underline;}

.blink {
        -webkit-animation:blink 0.9s ease-in-out infinite alternate;
        -moz-animation:blink 0.9s ease-in-out infinite alternate;
        animation:blink 0.9s ease-in-out infinite alternate;}

@-webkit-keyframes blink{
        0% {opacity:0;}
        100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

img{border: none;}

/* メニュー */
ul#global_nav{list-style: none;text-align: center;margin: 20px 0 20px -1em;}
ul#global_nav li a{text-decoration: none;font-family: 'Niconne', cursive;font-size: 15px;font-size: 1.5rem;}
ul#global_nav li a:before{content: ">>";color: transparent;transition:all 0.2s linear 0s;position: relative;top: 0;left: -1em;}
ul#global_nav li a:hover:before{content: ">>";color: #74aee8;left: -0.5em;}
ul.local_nav li{display: inline;padding: 0 30px;}


/* サイト名・見出し */

h1 {
    font-size:20px;
    text-align:center;
    color:#fff;
    font-family: 戸越明朝,serif;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 1rem 1rem;}

h2 {
    font-family: はれのそら明朝, serif, 'Yu Gothic', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
    color:#fff;
    font-size:17px;
    letter-spacing: 1px;
    line-height: 5.0rem;
    padding:0 0.8em;}

h3 {
    font-family: はれのそら明朝, serif, 'Yu Gothic', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
    text-align:right;
    color:#fff;
    font-size:16px;
    letter-spacing: 1px;
    line-height: 5.0rem;
    padding:0 0.8em;}

h4 {
    font-family: 'Playfair Display', serif; font-size: 15px; font-size: 1.7rem; letter-spacing: 1px;
    border-bottom: solid 2px #dcdcdc;
    position: relative;}

h4:after {
          position: absolute;
          content: " ";
          display: block;
          border-bottom: solid 2px #a4a8d4;
          width: 30%;
}

h5 {
    font-family: 'Dawning of a New Day', cursive;
    font-size: 40px;
    letter-spacing: -0.8px;}

h6 {
    font-family: 'Lora', serif;
    text-align:center;
    letter-spacing: 1px;
    line-height: 1.8rem;
    color:#fff;
    font-size:7.5px;
    font-weight: 500;}

h7 {
    font-family: 'Lora', serif;
    text-align:center;
    color:#404040;
    font-size:20px;}

h8 {
    font-size:9.5pt; line-height:1.9;
    font-family: 'Sawarabi Gothic', sans-serif;
}

section{
        text-align:justify;
        word-break:break-all;
        margin:2em auto 0;
        padding:1em 1.5em;
        background:rgba(255,255,255,0.5);}

section:nth-of-type(even) {text-align:right;}

aside{
     position:absolute;
     width:30px;
     top:90px;
     left:55px;
     text-align:center;
}

aside2{
      display:block;
      text-align:left;
      margin:0.1em 1.2em 1em;
      padding-left:1em;
      border-left:1px dashed #fff;
}

aside2.right{
             display:block;
             text-align:right;
             margin:0.1em 1.2em 1em;
             padding-right:1em;
             border:none;
             border-right:1px dashed #fff;
}

/* フォーム関連 */

form input[type=text]
{
    width: 100px;
    height: 20px;
    font-size: 13px;
    line-height: 1.8;
    display: inline;
    background: #fff;
    border-radius :2px;
    border: 1px solid #bbbbbb;
    }

form input[type=submit]
{
    width: 100px;
    height: 30px;
    font-size: 13px;
    line-height: 1.8;
    display: inline;
    background: #fff;
    border-radius :2px;
    border: 1px solid #fff;
    padding: 5px;
    }

input[type="text"], textarea {
    width: 300px;
    height: 150px;
    font-size: 13px;
    line-height: 18px;
    background: #fff;
    border-radius :2px;
    border: 1px solid #bbbbbb;
    padding: 5px;
    margin: 0px 0;}

form input[type=submit] {
    width: 50px;
    line-height: 20px;
    background: #dda288;
    color: #ffffff;
    margin: 0px 0;}

select {
    width: 152px;
    font-size: 13px;
    background: #ffffff;
    border-radius :2px;
    border: 1px solid #bbbbbb;
    padding: 10px;
    margin: 0px 0;}

input, textarea{padding: 0.3em;margin: 0 5px 5px 0;}

/* 装飾ボックス */
.box{background: #fff;border: 1px solid #c0c0c0; border-radius: 2px; padding: 10px;}
.shadow {box-shadow: 2px 2px 10px #c0c0c0;}

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #74aee8;
    border: solid 2px #74aee8;
    border-radius: 3px;
    transition: .4s;}

.square_btn:hover {
    background: #74aee8;
    color: white;}

/* 折り畳みボックス */

.modal_wrap input{
  display: none;
}

.modal_overlay{
  font-size:9.5pt;
  line-height:1.9;
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.5s;
  transform: scale(0);
}

.modal_trigger{
  position: absolute;
  width: 100%;
  height:100%;
}

.modal_content{
  font-size:9.5pt;
  line-height:1.9;
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 768px;
  padding: 30px 30px 35px;
  box-sizing: border-box;
  background: #fff;
  transition: 0.5s;
}

.close_button{
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 15px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_button{
  padding: 5px 10px;
  margin: 0 10px 15px;
  color: #030303;
  font-family: 'Montserrat', sans-serif;
  border-radius: 1px;
  cursor: pointer;
  background: #fff;  border: 1px solid #404040; vertical-align: middle;
  font-family: 戸越明朝,serif;
}

/* リンクページ */
dl.link{clear: left;margin: 5px 0;}
dl.link.last{margin: 5px 0 20px;}
dl.link dt{float: left;margin: 0 10px 0 0;}
dl.link dd{margin-left: 210px;padding: 0 0 0 10px;border-left: 1px dotted;}
dl.link:after{visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;}
ul.link li{display: inline;padding-right: 10px;}

/* One% CSS Grid - 12 Columns Fluid CSS Grid System */
/* Main container for all */
.wrapper {
	margin: 0 auto;
	padding: 0 0 0 1%;
	max-width: 1020px;
}
.onerow {
	clear: both;
	padding: 0 20px;
}
/* Common columns definitions */
.col1, .col2, .col3, .col4, #sidebar, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}
.col1.last, .col2.last, .col3.last, .col4.last, #sidebar, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}
.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%;}
#sidebar { width: 31%;float: right;}
.col5 { width: 39.5%;}
.col6 { width: 48%; }
.col7 { width: 56.5%;}
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%;}

.clearfix:after, body:after, header:after, .update:after, main:after, section:after, dl:after{
visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;}

/* Small devices */
@media all and (max-width: 768px) {
	.col1, .col2, .col3, #sidebar, .col4, .col45, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;}
	ul#global_nav{margin: 18px auto;}
	ul#global_nav li {display: inline-block;padding: 0 7px;}
	ul#global_nav li a:before, ul#global_nav li a:hover:before{content: none;}
	h1.novel{font-weight: normal;}
}

section{
        padding:0 auto;
        flex-basis:45%;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
}

section:last-child{
                   margin-bottom:0;
}

-->
</style>