?@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Cormorant';



/* 適用対象：要素全体
   ============================================================ */
/* リセットCSS */
h1, h2, h3{font-weight: normal;}
nav ul{list-style:none;padding:0;margin: 0;}
ins, h1 a, a:hover{text-decoration: none;}

/* bodyなど */
body{line-height:1.7;background: #fff;color: #222;}

/* フォーム関連 */
input, select, textarea{vertical-align: middle;}
::-webkit-input-placeholder{color: #666;}
:-ms-input-placeholder{color: #666;}
::-moz-placeholder{color: #666;}
label{cursor: pointer;}

input, textarea{padding: 0.3em;border-radius: 2px;margin: 0 5px 5px 0;}
input[type="text"], textarea{border: 1px solid;}
input[type="submit"]{cursor: pointer;}

/* リンク */
a{color: #030303;}
a:hover{color: #001f76;}

/* 水平線 */
hr{border-top: 1px solid;}
/* 重要性 */
strong{color: #e2041b;}
/* 追加要素 */
ins:after{content: "new";color: #e2041b; margin-left: 1em;}

/* 適用対象：クラス名を付けた要素
   ============================================================ */
/* ヘッダー */
.site-title, .caption{font-family: 'Cormorant', serif;text-shadow: 3px 3px 20px rgba(0,0,0,1);}
.header{background: url(http://www.blasmi.com/wp-content/themes/seiken/img/2222.jpg) 50% 30% no-repeat;width: 100%;height: 350px;  background-size: cover;color: #fff;text-align: center;}
.header a{color: #fff;}
.caption{font-size: 2.1rem;margin-top: -15px;}

/* 見出し */
.site-title{margin: 100px 0 0;}
.site-title a:link, site-title a:visited{font-size: 4.8rem;}
.site h2, .site h3{font-size: 100%;}
.site main h2{font-family: 'Cormorant', serif;font-size: 2.2rem;text-shadow: 0px 5px 20px rgba(0,0,0,0.4);}
.site main h3{margin: 5px auto;display: inline-block;background: rgba(0,0,255,0.1);
position: relative;
padding: 3px 18px 3px 5px;
line-height: 1.3;
z-index:-1;}
.site main h3:before {
position: absolute;
content: '';
right: -2px;
top: -2px;
border: none;
border-right: solid 30px #fff;
border-top: solid 40px transparent;
z-index:-2
}

/* 更新履歴 */
.update dt{float: left;}
.update dt:after{content: "---"; margin:0 1em;}
.update dd{margin-left: 7em;}

/* ナビゲーションメニュー */
.gnav{text-align: center;background: rgba(0,0,255,0.5);}
.gnav li {display: inline-block;padding: 5px 10px;}
.gnav li a{color: #fff;text-decoration: none;font-family: 'Cormorant', serif;font-size: 1.8rem;display: block;}
/* hover時のアニメーション */
.gnav li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.gnav li :before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  height: 3px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gnav li :hover:before, .gnav li :focus:before, .gnav li a:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* 展示リスト */
.list, .list-ss{list-style: none;padding: 0;}
.list li{color: #555;}
.list li a{margin-right: 15px;}
.list-caption dd{margin-left: 1.5em;color: #555;}
.list-slash dt {float: left;width: 8em;height:auto;}
.list-slash dd {margin: 0 0 5px 8em;padding-left: 1em;}
.list-ss li{display: inline;border-right: 1px solid #bbb;padding-right: 7px;margin-right: 7px;}
.list-ss li:last-child{border: none;}

/* フォーム */
.bottom{vertical-align: middle;}
.comment{width: 80%;max-width: 500px;}
.btn, .btn-inline{background: transparent;border: 1px solid;}
.btn-color{background: #222;color: #fff;border: none;}
.btn-color:hover{background: #e2041b;}
.btn-inline{display: block;}
.hensin{margin: 5px 0;list-style:none;padding:0;}
.hensin li{display: inline;margin-right: 1.5em;}
.kansou label{padding-right: 1em;}

/* リンクページ */
.link-bn{margin: 10px 0;}
.link-bn dd{margin-left: 10px;padding: 5px 10px;border-left: 1px solid #bbb;}
.link-text a{margin-right: 1em;}
.link-inline {padding-left: 0;}
.link-inline li{display: inline;margin-right: 10px;}

/* 折り畳みボックス */
.acMenu dt{cursor:pointer;border-bottom: 1px solid;display: inline-block;}
.acMenu dd{display:none;padding: 5px 0 5px 10px;margin-left: 20px; border-left: 1px solid;}

/* 小説ページ */
.novel-wrap{border: 1px solid;border-top: none;border-bottom: none;}
h1.novel{font-family:YuMincho, '游明朝', serif;text-align: center;font-size: 2.2rem;}
.novel{font-size: 1.5rem;line-height: 2;}
.afterword{margin-top: 120px;}
/* 画像展示ページ */
.img {text-align: center;}
.img img{max-width: 100%;height: auto;margin: 60px auto;}
/* ページ下部のメニュー */
.local-nav {text-align: center;margin: 20px auto 0;padding: 0;}
.local-nav li{display: inline;padding: 0 30px;}

/* 装飾ボックス */
.box{background:  rgba(0,0,255,0.1);border: 1px solid ;padding: 10px;}
/* 著作権表示 */
.copy{text-align: right;font-size: 1.6rem;}

/* ============================================================
   適用デバイス：タブレット(sm)・デスクトップ(md)・大画面デスクトップ(lg)
   ============================================================ */
@media all and (min-width: 768px) {
.link-bn dt{float: left;}
.link-bn dd{margin-left: 210px;padding: 0 0 0 10px;}
.btn-inline{display: inline;}
}
/*
     FILE ARCHIVED ON 01:43:43 Apr 26, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:33:21 Jun 11, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  RedisCDXSource: 84.803
  LoadShardBlock: 80.153 (3)
  captures_list: 202.078
  esindex: 0.02
  exclusion.robots: 0.377
  PetaboxLoader3.datanode: 76.688 (4)
  exclusion.robots.policy: 0.35
  PetaboxLoader3.resolve: 371.827
  CDXLines.iter: 29.071 (3)
  load_resource: 383.898
*/
/*
     FILE ARCHIVED ON 07:12:40 Mar 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:23:47 Aug 15, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.756
  exclusion.robots: 0.041
  exclusion.robots.policy: 0.017
  esindex: 0.017
  cdx.remote: 9.798
  LoadShardBlock: 367.331 (3)
  PetaboxLoader3.datanode: 113.104 (5)
  PetaboxLoader3.resolve: 649.184 (2)
  load_resource: 476.337
  loaddict: 86.752
*/