﻿@charset "UTF-8";
@import url("../html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Lora');


/* ↓レイアウト↓ */

* {	line-height: 150%; }

body {	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	background-color: #fff; }

.base {	margin: 0 auto;
	max-width: 1000px; }

.header {
	padding: 5px;
	margin: 30px 0px 20px 0px;
	text-align: center; }

.footer {
	padding: 5px;
	text-align: center;
	font-family: 'Lora', serif; }

.work {	padding: 5px;
	margin: 10px 10px; }

.menu {	height: 30px;
	width: 100%;
	padding-top: 2px;
	position: fixed;
	background:#eb7;
	top: 0;
	font-size: 15px;
	z-index: 100;
	font-family: 'Lora', serif; }

.box {	overflow: hidden; }		/* floatを解除する */

.text {	margin: 50px 10px;		/* ノベルページ */
	padding: 5px;
	line-height: 160%; }

.cg {	margin: 50px 10px;		/* イラストページ */
	padding: 5px;
	line-height: 180%; }

.textmenu {
	text-align: center;		/* 下部ナビゲーション */
	padding: 5px;
	margin: 5px;
	word-spacing: 20px;
	font-family: 'Lora', serif; }

img {	max-width: 100%;
	height: auto; }


/* ↓タグ↓ */

h1 {	font-size: 200%;
	font-weight: normal;
	font-family: 'Lora', serif; }

h2 {	font-size: 80%;
	font-weight: normal;
	margin-top: 5px; }

h3 {	font-size: 140%;
	font-weight: normal;
	text-align: center;
	margin: 20px 0px;
	font-family: 'Lora', serif; }

h3 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left; }

h3 span::before, h3 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc; }

h3 span::before {
	right: 100%; }

h3 span::after {
	left: 100%; }

h4 {	font-size: 110%;
	font-weight: normal;
	margin: 10px 0px 2px 0px; }

h4:before {
	content: '✤';
	font-size: 100%;
	margin: 0px 5px 0px 0px; }

h5 {	font-size: 90%;
	font-weight: normal; }

h6 {	font-size: 80%;
	font-weight: normal;
	background-color: #f8f8ff;
	padding: 2px; }

em{   background: linear-gradient(transparent 60%, #fff799 60%); }


strong {
	background-color: #cf9;
	font-weight: normal; }

small {	font-size: 80%; }

i {	padding: 1px 5px;
	background-color: #fff;
	font-style: italic;
	color: #000;
	border-radius: 5px; }

a:link {
	color: #eb5;
	text-decoration: none; }

a:visited {
	color: #eb5;
	text-decoration: none; }

a:hover {
	background-color: #ffd; }

blockquote {
	padding: 5px;
	font-size: 90%;
	margin: 5px 10px;
	color: #778899; }

blockquote:before {
	content: '\201c';
	font-size: 150%;
	color: #000000;
	margin: 0px 10px; }

blockquote:after {
	content: '\201d';
	font-size: 150%;
	color: #000000;
	margin: 0px 10px; }

li {	padding: 2px 5px; }

dl {	padding-left: 3px;
	margin: 0px 10px; }

dt {	padding-left: 5px; }

dd {	padding-left: 10px; }

address {
	font-size: 80%;
	font-family: 'Lora', serif; }

cite {	font-size: smaller; }

.topmargin {
	margin-top: 35px; }


/* ↓classタグ↓ */

.list0 {
	font-size: 90%;			/* 枠内リスト用 */
	padding: 0px 25px 0px 25px; }

.list1 {
	list-style: none;		/* 上部メニュー用 */
	text-align: center; }

.list1 li {
	display: inline-block; }

.list1 a:hover {
	background-color: #ffffff;
	text-decoration: none; }

.list1 a {
	color: #000;
	text-decoration: none; }

.list2 {
	list-style-type: upper-roman;	/* 番号付きリスト */
	list-style-position: inside; }

.list3 {
	font-size: 90%;			/* 既登録リスト用 */
	column-count: 3;        	/* 列数を3列に指定 */
	list-style-type: none; }

.list4 {
	font-size: 90%;			/* 未・不登録リスト用 */
	column-count: 5;		/* 列数を5列に指定 */
	padding: 0px 25px 0px 25px; }

.hr1 {	margin: 5px 0px;		/* 罫線 */
	border-top: 1px #ccc;
	border-bottom: 1px #fff;
	border-style: solid; }

.hr2 {	margin: 5px 0px;		/* 破線 */
	border-top: 1px #aaa;
	border-style: dashed; }

.hr3 {	margin: 5px 0px;		/* 線なし */
	height: 20px;
	border-width: 0px; }

.hr4 {					/* ノベル用　転換線 */
	height: auto;
	border: none;
	text-align: center;
&:after {	content: "◆";
		font-size: 1.2em;
		text-shadow: -1.5em 0,1.5em 0; } }

.p1 {	padding: 5px;			/* 枠なし */
	margin: 5px 0px;
	font-size: 90%; }

.p2 {	border-style: double;		/* 二重枠 */
	border-width: 3px;
	padding: 3px;
	margin: 5px 0px;
	font-size: 90%;
	border-color: #999; }

.p3 {	border-style: dashed;		/* 点線枠 */
	border-width: 1px;
	padding: 5px;
	margin: 5px 0px;
	font-size: 90%;
	border-color: #999; }

.p4 {	text-align: right;		/* 右寄せ */
	padding: 5px;
	margin: 5px 0px;
	font-size: 90%;
	border-color: #999; }

.p5 {	padding: 2px 8px;		/* 枠なし・下スキマ */
	margin: 2px 0px 10px 0px;
	font-size: 90%; }

.dl1 {	padding-left: 3px;		/* 定義 */
	margin: 20px 10px; }

.dt1 {	padding: 12px 0px 0px 0px;	/* 定義の範囲　枠にかけるときはIが必要 */
	margin: 0px 0px -7px -10px;
	font-size: 100%; }

.dd1 {	font-size: 90%;			/* 定義の説明　丸枠 */
	padding: 5px;
	border-width: 1px;
	border-style: dotted;
	margin: 3px;
	border-radius: 5px; }

.dt2 {	font-size: 90%;			/* 質問部分 */
	font-weight: normal;
	background-color: #eeeeee;
	padding: 2px; }

.dt2_new {
	font-size: 90%;			/* 更新部分 */
	color: #ee7788;	
	font-weight: bold;
	background-color: #eeeeee;
	padding: 2px; }

.dd2 {	padding: 2px 8px;		/* 枠なし・下スキマ */
	margin: 2px 0px 15px 0px;
	font-size: 90%; }

.dl3 {	padding-left: 3px;		/* 枠なし横並び（ノベル） */
	margin: 0px; }

.dl3 dt {
	font-size: 90%;	
	width: 200px;
	padding: 0px 10px 2px 3px;
	float: left; }

.dl3 dd {
	font-size: 90%;
	padding: 0px 0px 2px 0px;
	margin: 2px;
	border-style: none none dotted;
	border-width: 1px;
	border-color: #999; }


.memo {	background-color: #eee;		/* スクロール */
	font-size: 80%;
	padding: 0px 10px;
	height: 80px;
	overflow: auto scroll;
	margin:5px 10px; }

.img0 {	text-align: center; }				/* トップ画像 */


.img1 {	box-shadow: 1px 1px 3px -1px #999999;		/* 通常画像 */
	-moz-box-shadow: 1px 1px 3px -1px #999999;
	-webkit-box-shadow: 1px 1px 3px -1px #999999; }

.img2 {	box-shadow: 1px 1px 3px -1px #999999;		/* リンクバナー用 */
	-moz-box-shadow: 1px 1px 3px -1px #999999;
	-webkit-box-shadow: 1px 1px 3px -1px #999999;
	margin: 0px 5px 0px 0px; }

.gallery {
	margin: 3px; }			/* ギャラリー一覧 */

.gallery img {
	width: 30px;			/* ギャラリー画像 */
	height: 30px;
	margin: 2px;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	object-fit: cover; }


/*  Galleryの＜＞を切る
.lum-gallery-button {
	display:none!important } */

.new img {
	margin: 1px;			/* 新規画像 */
	border-width: 2px;
	border-color: #eb5; }

.cg img {
	margin: 10px 0px;
	border-style: none; }

figure {
	margin-bottom: 10px;
	text-align: center; }

figure.side-img {
	display: inline-block; }	/* イラストの回り込み */

div.side {
	display: inline-block;		/* イラスト回り込みテキスト */
	margin: 100px 50px;
	vertical-align: top; }

.section h1 {
	padding-top: 50px;		/* Topに戻るの位置調整 */
	margin-top: -50px; }

.section h3 {
	padding-top: 50px;		/* 見出しに飛ぶの位置調整 */
	margin-top: -50px; }

.section h4 {
	padding-top: 50px;		/* キャラに飛ぶの位置調整（ノベル） */
	margin-top: -50px; }

.navi {	text-align: right;		/* TOPに戻る、更に見る */
	margin: 5px 0px 20px 0px;
	font-family: 'Lora', serif; }


/*↓ディスプレイ900px以下用↓*/

@media screen and (max-width:880px) 

{

.list4 {
	column-count: 3; }		/* 未・不登録リスト用 */
}

    
/*↓ディスプレイ550px以下用↓*/

@media screen and (max-width:550px) 

{

.list3 {
	column-count: 2; } 		/* 既登録リスト用 */


.list4 {
	column-count: 2; }		/* 未・不登録リスト用 */


.dl3 dt {			/* 枠なし横並び（ノベル）を上下に */
	float: none; }


/*↓ディスプレイ500px以下用↓*/

@media screen and (max-width:480px) 

{
    
.base {	width: auto;
	margin: 0px; }

.work {	float: none;
	width: auto;
	margin: 10px; }

.text {	float: ;
	width: auto;
	margin: 10px; }

.cg {	float: ;
	width: auto;
	margin: 10px; }

.menu {	height: 60px;
	font-size: 15px; }

.topmargin {
	margin-top: 65px; }

.textmenu a:hover {
	background-color: #ddd;
	text-decoration: none; }

h1 {	font-size: 150%; }


.gallery {
	justify-content: space-around; }

figure {
	margin-bottom: 0;
	text-align: left; }
 
figure.side-img {
	display: inline-block; }
 
div.side {
	display: inline-block;
	margin: 0px; }


.lum-lightbox-inner img {
	max-width: 100vw!important;
	max-height: 90vh!important; }

.lum-lightbox-caption {
	position: relative!important; }

}


/*↓ディスプレイ350px以下用↓*/

@media screen and (max-width:350px) 

{

.list3 {
	column-count: auto; }		/* 既登録リスト用 */

.list4 {
	column-count: auto; }		/* 未・不登録リスト用 */

}