@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=Mrs+Saint+Delafield&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

/*--------------------テンプレート情報--------------------*/
/*template　Maison de R*/
/*url　https://maisonder.web.fc2.com/*/
/*title　AMETHYST EYES*/
/*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

"Mrs Saint Delafield"
Designer : Sudtipos
License : SIL Open Font License
https://fonts.google.com/
https://scripts.sil.org/OFL

"EB Garamond"
Designer : Georg Duffner,Octavio Pardo
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: #bdb2d7;
    /*モバイル端末でのテキストサイズの自動調整対策*/
    -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;
}

/*画像*/
img {
    /*フルードイメージ（親要素の幅に応じて縦横比を保持したまま自動的に画像の拡大縮小をする）*/
    max-width: 100%;
    height: auto;
    /*ディセンダー対策（画像の下の隙間を無くす）*/
    vertical-align: bottom;
}

a img {
    /*画像リンクの枠線を消す*/
    border: 0;
}

/*段落*/
p {}

/*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;
}

/*テキスト 行の高さ*/
h1 {
    line-height: 1.7;
}

/*テキスト 文字間隔*/
h1 {
    letter-spacing: 0.2em;
}

h1 span {
    letter-spacing: 0;
}

/*小説部分（.novel）のテキスト関連の設定は下の方にまとめて記載しました*/

/*--------------------構造関連の設定--------------------*/

/*ボディ*/
#all {
    width: 100%;
    padding-top: 20px;
}

/*背景画像*/
body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url('bg01.jpg') no-repeat center center;
    background-size: cover;
}

/*レイアウト共通*/
header,
main,
.footerbox {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/*ヘッダー*/
header {
    width: 100%;
    text-align: center;
}

.headerbox {}

h1 {
    font-size: 38px;
    color: #d397cb;
}

/*コンテナ1*/
.container1 {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 60px 50px;
    color: #5a5a5a;
}

.container1 a {
    color: #5a5a5a;
}

.container1 a:hover {
    color: #d397cb;
}

/*メイン*/
main {
    margin-top: 40px;
}

/*小説部分*/
.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: #d397cb;
    margin: 0px auto 55px;
    line-height: 1;
}

/*インフォメーション タグ間の設定*/
.info p {
    margin-top: 1em;
}

.info p:first-child {
    margin-top: 0;
}

/*ナビ*/
nav {
    margin-top: 50px;
    text-align: center;
}

nav ul {
    /*隙間対策*/
    font-size: 0;
}

nav ul li {
    /*隙間対策 再指定*/
    font-size: 20px;
    display: inline-block;
}

nav ul li::after {
    content: "-";
    margin: 0 0.5em;
}

nav ul li:last-child::after {
    display: none;
}

/*フッター*/
footer {
    padding: 40px 50px;
}

.footerbox {
    text-align: center;
}

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;
    }

    .container1 {
        padding: 60px 30px;
    }

    h1 {
        font-size: 32px;
    }

    nav ul li {
        font-size: 18px;
    }

    footer {
        padding: 40px 30px;
    }

}

/*------------画面サイズ（横幅）600px以下用------------*/
@media screen and (max-width:600px) {

    body {
        font-size: 16px;
    }

    .container1 {
        padding: 60px 20px;
    }

    h1 {
        font-size: 28px;
    }

    nav ul li {
        font-size: 16px;
    }

    footer {
        padding: 40px 20px;
    }
}

/*ベンダープレフィックス設定済*/
/*エラーチェック済*/