@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');

/*--------------------テンプレート情報--------------------*/
/*template　Maison de R*/
/*url　https://maisonder.web.fc2.com/*/
/*title　INGRID*/
/*code　CSS3*/

/*--------------------ライセンス--------------------*/

/*HTML5 Reset Stylesheet
html5doctor.com Reset Stylesheet v1.6.1
License : CC0 Public Domain Dedication, MIT License
Author : Richard Clark
http://html5doctor.com/html-5-reset-stylesheet/
https://creativecommons.org/publicdomain/zero/1.0/
https://opensource.org/licenses/MIT
*/

/*
jQuery v3.6.1
License : MIT License
https://jquery.com/
https://jquery.org/license/
https://www.tldrlegal.com/l/mit
*/

/*
Smooth scroll
TechAcademyマガジン
https://techacademy.jp/magazine/9532
*/

/*
hamburger menu
Knoweb 世界一わかりやすいWeb制作
https://knoweb.net/html-css/css/responsive-hamburgermenu/
*/

/*
Google Fonts
"Noto Serif Japanese"
Designer : Google
License : SIL Open Font License
https://fonts.google.com/
https://scripts.sil.org/OFL
"GFS Didot"
Designer : Greek Font Society
License : SIL Open Font License
https://fonts.google.com/
https://scripts.sil.org/OFL
*/

/*
Font Awesome(Font)
License : SIL Open Font License 1.1
https://fontawesome.com/v4.7.0/
http://scripts.sil.org/OFL
Font Awesome(Code)
License : MIT license
https://fontawesome.com/v4.7.0/
http://opensource.org/licenses/mit-license.php
*/

/*--------------------PCファースト/すべての画面サイズでベースとなるCSS--------------------*/

/*--------------------全体の設定--------------------*/

* {
    /*paddingとborderを幅と高さに含める*/
    box-sizing: border-box;
    /*単語の途中でも必ず改行される*/
    word-break: break-all;
    /*フォーム周辺のデザインをリセット*/
    -webkit-appearance: none;
    -moz-appearance: none;
}

html {}

body {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    line-height: 2;
    color: white;
    letter-spacing: 0.05em;
    text-align: left;
    background: #a5c9c1;
    /*モバイル端末でのテキストサイズの自動調整対策*/
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/*--------------------主要タグの設定--------------------*/


/*フロート解除*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*リンク*/
a {
    color: white;
    transition: 0.2s;
    /*アニメーション*/
}

a:hover {
    color: white;
}


table th {
    font-weight: normal;
}

input,
textarea {
    /*フォーム入力エリア*/
    font-family: 'Noto Serif JP', serif;
    /*bodyの値と合わせること*/
    resize: none;
    /*領域のサイズを変更させない*/
    line-height: 2.0;
    /*bodyの値と合わせること*/
    letter-spacing: 0.05em;
    /*bodyの値と合わせること*/
    font-size: 17px;
    /*bodyの値と合わせること*/
    color: #403b37;
    background: white;
    border: 1px solid #88bfbf;
    border-radius: 0;
    border-radius:3px 3px 3px 3px;
}

/*画像*/
img {
    /*フルードイメージ（親要素の幅に応じて縦横比を保持したまま自動的に画像の拡大縮小をする）*/
    max-width: 100%;
    height: auto;
    /*ディセンダー対策（画像の下の隙間を無くす）*/
    vertical-align: bottom;
}

a img {
    /*画像リンクの枠線を消す*/
    border: 0;
}

/*段落*/
p {}

/*newマーク*/
.new::after {
    content: "NEW";
    margin-left: 0.5em;
    background: white;
    color: #a5c9c1;
    padding: 0 5px;
}


/*ulリスト共通*/
ul {
    /*リストマークを非表示*/
    list-style-type: none;
    /*リストマークを内側に表示*/
    list-style-position: inside;
}

/*ulリストタイプ1（横並びリスト）*/
.ultype1 {}

.ultype1 li {
    display: inline;
    margin-right: 0.5em;
}

.ultype1 li:last-child {
    margin-right: 0;
}

/*dlリストタイプ1（項目と説明のリスト）*/
.dltype1 {}

.dltype1 dt {
    float: left;
}

.dltype1 dt::after {
    content: "-";
    margin: 0 0.5em;
}

.dltype1 dd {}

.dltype1 dd span {
    /*更新履歴で使用 カテゴリ名をspanで囲う*/
    margin-right: 0.8em;
}






/*--------------------テキスト関連の設定--------------------*/
/*フォントの種類 太さ*/
h1 {
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;

}

h2,
h3 {
    font-weight: normal;
    font-family: 'GFS Didot', 'Noto Serif JP', serif;
}



nav {
    font-family: 'GFS Didot', 'Noto Serif JP', serif;
}


/*テキスト 行の高さ*/
h1,
h2,
h3,
nav,
nav ul li,
.sub {
    line-height: 1;
}

/*タイトルが2行になりそうな場合はこちらの設定がおすすめです*/
/*h1{
    line-height: 1.2;
}
.sub{
    line-height: 1.8;
}*/

.new::after {
    line-height: 1;
}

/*テキスト 文字間隔*/
h1 {
    letter-spacing: 0.2em;
}

h1 span {
    letter-spacing: 0;
}

.sub {
    letter-spacing: 0.1em;
}

h2 {
    letter-spacing: 0.2em;
}

h3,
nav,
nav ul li {
    letter-spacing: 0.2em;
}



/*強調*/

em {
	font-style: normal;
	font-weight: bold;
}

    /*太字*/
em4{
	font-style: normal;
	font-weight: bold;
	}


    /*黄緑色*/
em2{
	color: #84a500;
	font-style: normal;
	font-weight: normal;
	}


    /*薄紫色*/
em3{
	color: #7982c6;
	font-style: normal;
	font-weight: normal;
	}

    /*先頭ハート*/
em::before {
    /*FontAwesome*/
    content: "\f1d1";
    margin-right: 0.5em;
    color: #f9ccc1;
    font-size: 11px;
    font-family: FontAwesome;
    font-style: normal;

}



/*重要*/

    /*ハート付薄黄マーカー*/
strong {
    background: ;
    padding: 0 0.5em;
    font-style: normal;

}

    /*薄黄マーカー*/
strong3 {
    background: #;
    padding: 0 0.5em;
    font-style: normal;

}


    /*青色*/
strong4{
	color: #4169e1;
	font-weight: normal;
	font-style: normal;

	}

    /*コスモス色*/
strong2{
	color: #dc6b9a;
	font-weight: normal;
	font-style: normal;

	}

    /*ダイアモンド*/
strong::before {
    /*FontAwesome*/
    content: "\f219";
    margin-right: 0.5em;
    color: #f7d3ca;
    font-size: 16px;
    font-family: FontAwesome;
	font-style: normal;

}


/*強調2*/

b{
	color: #2cb4ad;
	font-weight: normal;
	}


/*小説部分（.novel）のテキスト関連の設定は下の方にまとめて記載しました*/

/*--------------------構造関連の設定--------------------*/

/*ボディ*/
#all {
    width: 100%;
}

/*白コンテナ*/
.white {
    background: white;
    color: #707070;
}

.white a {
    color: #707070;
}

white a:hover {
    color: #707070;
}


.white h2 {
    color: #7ebaab;
    font-size: 25px;
}

.white h3 {
    border-left: 5px solid #a5c9c1;
}



/*ヘッダー*/
header {
    width: 100%;
    padding: 50px 50px;
    text-align: center;
}

.headerbox {}

h1 {
    font-size: 40px;
}

.sub {
    font-size: 20px;
    margin-top: 10px;
}



h3 span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Noto Serif JP', serif;

}

.sub {
    font-size: 20px;
    margin-top: 30px;
}

/*レイアウト共通*/
.headerbox,
main,
.footerbox {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/*コンテナ1*/
.container1 {
    width: 100%;
    padding: 50px;
}

/*メイン*/
main {}


/*小説記述*/


pre {
	width: 100%;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	font-size: 100%;
    font-family: 'Noto Serif JP','しっぽり明朝Regular', serif;
}


/*小説部分*/
.novel {}

.novel>p {
    /*小説部分直下の階層の段落タグ タグ間の余白*/
    /*小説部分直下の階層のpタグ間に間隔を作りたくない場合はmargin-topに0を指定してください*/
    margin-top: 1em;
}

.novel>p:first-child {
    /*小説部分直下の階層の段落タグ 先頭の要素*/
    margin-top: 0;
}

/*インフォメーション*/
.info {
    margin-top: 60px;
}

.info::before {
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    background: #a5c9c1;
    margin: 0px auto 55px;
    line-height: 1;
}

/*インフォメーション タグ間の設定*/
.info p {
    margin-top: 1em;
}

.info p:first-child {
    margin-top: 0;
}



/*　ハンバーガーボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #707070;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    transform: rotate(45deg);
}

/*ハンバーガーメニュー*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: white;
    background: #88bfbf;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 50%;
    height: 100%;
    padding: 60px 0;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 20px;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li:hover {
    background: rgb(255, 255, 255, 0.3);
}

nav.globalMenuSp ul li a:hover {
    color: white;
}

nav.globalMenuSp ul li a {
    display: block;
    color: white;
    padding: 1em 0;
    text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}

/*セクション1*/
.sectiontype1 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

h2 {
    text-align: center;
    font-size: 50px;
    color: white;
    margin-bottom: 50px;
}

/*セクション2*/
.sectiontype2 {
    margin-top: 40px;
}

.sectiontype2:first-child {
    margin-top: 0;
}

h3 {
    font-size: 25px;
    margin-bottom: 25px;
    display: inline-block;
    border-left: 5px solid white;
    padding-left: 20px;
}

/*更新履歴ボックス*/
.update {
    margin-top: 10px;
    overflow: auto;
    height: 150px;
    padding: 5px 10px;
    outline: 1px solid #8e8e8e;
    /*スクロールバーを非表示 Firefox用設定*/
    scrollbar-width: none;
    /*スクロールバーを非表示 IE用設定*/
    -ms-overflow-style: none;
}

/*スクロールバーを非表示 Chrome・Safari・Edge用設定*/
.update::-webkit-scrollbar {
    display: none;
}

/*セクション内のタグ間の設定（セクション直下の階層のタグのみ対象）*/
section>p,
section>ul,
section>dl {
    margin-top: 1em;
}

h2+p,
h2+ul,
h2+dl,
h3+p,
h3+ul,
h3+dl {
    /*見出しに隣接したタグの上マージンをリセット*/
    margin-top: 0;
}

/*フッター*/
footer {
    padding: 50px 50px;
}

.footerbox {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

footer ul {}

footer ul li {
    display: inline-block;
    margin-right: 0.8em;
}

footer ul li:last-child {
    margin-right: 0;
}

footer ul li span {
    margin-right: 0.5em;
}


/*------------画面サイズ（横幅）980px以下用------------*/
@media screen and (max-width:980px) {
    body {
        font-size: 18px;
    }

    header {
        padding: 50px 30px;
    }

    h1 {
        font-size: 35px;
    }

    .container1 {
        padding: 50px 30px;
    }

    nav ul li {
        font-size: 18px;
    }

    footer {
        padding: 50px 30px;
    }

}

/*------------画面サイズ（横幅）600px以下用------------*/
@media screen and (max-width:600px) {

    header {
        padding: 50px 20px;
    }

    .container1 {
        padding: 50px 20px;
    }

    footer {
        padding: 50px 20px;
    }
}

/*ベンダープレフィックス設定済*/
/*エラーチェック済*/