
@charset "UTF-8";

/* Template & Designed by Towako. */
/* https://ninawas.me */

/* ウェブフォントの読み込み */

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@500&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Noto+Sans+JP&display=swap');
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");


/* ウェブフォントの読み込み */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Serif+JP&family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP|Parisienne&display=swap');
@font-face {
    font-family: 'XANO明朝';
    font-display: swap;
    src: url('https://cdn.leafscape.be/XANO-mincho/XANO-mincho_web.woff2') format("woff2");
}

/* 全体に適用する */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
}

/* 基本設定 */
body {
    background-color: #fff;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: #000;
}

:root {
    --sub-color: #888;
    --font-color: #000;
}


/* リンク */
a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

/* 訪問済みリンク */
a:visited {
    color: #888;
}

/* コンテナ */
#wrap {
    margin: 10em auto 3em;
}

/* ヘッダー */
header {
    margin: 0 auto 8em;
}

/* ヘッダー画像サイズ */
header img {
    width: 230px;
}

/* 見出し */
header h1 {
    margin: 1.5em auto;
    font-size: 1.2em;
}

/* フォントの指定 */
header h1 a,
article h1 {
    font-family: 'XANO明朝', serif;
}

/* フォントの指定 */
header a,
footer,
footer a {
    font-family: 'Parisienne', cursive;
}

/* セクションとアーティクル */
section,
article {
    text-align: justify;
    word-break: break-all;
}

/* セクション */
section {
    margin: 0 auto;
    padding: 2.5em;
    background-color: #222;
    color: #fff;
}

section span {
    font-family: 'XANO明朝', serif;
    border-bottom: 1px dashed #fff;
    font-size: 1.2em;
}
/* リンク */
section a {
    color: #fff;
    border-bottom: 1px dashed #fff;
}

/* 見出し */
section h2 {
    margin-bottom: 0.5em;
    padding: 0.2em 0.5em;
    display: inline-block;
    border: thin solid #fff;
    font-size: 1em;
}

/* リスト系 */
section ul {
    list-style-type: none;
    margin-left: 1em;
}

section ul li {
    margin: 0.5em auto;
}

section ul li a {
    margin-right: 0.5em;
}

section ul li span {
    padding-left: 1em;
    border-left: 5px solid rgba(255, 255, 255, 0.3);
    font-size: 11px;
    color: #c0c0c0;
}

section ol {
    list-style-position: inside;
    margin-left: 1em;
}

/* アーティクル */
article {
    margin: 3em auto;
    width: 80%;
    max-width: 500px;
}

/* 見出し */
article h1 {
    margin-bottom: 1em;
    text-align: center;
}

/* フッター */
footer {
    margin: 1em auto 1.5em;
}

/* メニューリンク */
.menu {
    margin: 2em auto 1.5em;
    text-align: center;
}

.menu ul {
    list-style-type: none;
}

.menu ul li {
    display: inline-block;
}

/* 飾り線 */
.line {
    width: 100%;
    height: 80px;
    background-color: #222;
}

/* フォーム系 */
textarea,
input[type] {
    -webkit-appearance: none;
    padding: 0.2em 0.5em;
    background-color: #fff;
    border: thin solid #000;
    border-radius: 0;
    color: #000;
}

textarea {
    width: 200px;
    height: 70px;
}

input[type=text] {
    width: 80px;
}

input[type=submit] {
    width: auto;
}

/* 横幅768px以上で読み込む */
@media screen and (min-width:768px) {

    /* フォントサイズ */
    body {
        font-size: 14px;
    }

    /* コンテナサイズ */
    #wrap {
        max-width: 700px;
    }

    /* フロート解除 */
    /* #wrap::after {
        display: block;
        content: '';
        clear: both;
    } */

    /* ヘッダーをフロートさせる */
    header {
        float: left;
    }

    /* 回り込みの指定 */
    main {
        overflow: hidden;
    }

    /* セクションの横幅 */
    section {
        width: 80%;
    }
}

/* MyCSS */

/* メニュー */
.menu {
    text-align: center;
    margin: 1em auto 1.5em;
}

.menu li {
    display: inline-block;
    margin: 0 0.5em;
}

.menu li a {
    font-weight: bold;
}
/* パンくずリスト */

footer a {
    color: var(--sub-color);
}
footer {
    /* background-color: var(--main-color); */
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--sub-color);
    text-align:center;
}

 footer li{
    display: inline-block; 
 }
 footer li::after{
    content: '>';
    padding: 0 10px; /*左右に余白*/ 
  }
  
footer li:last-child::after{
    display: none;
  }


  /*いいねボタン */
  .iine {
    text-align :right;
    padding-top: 20px;
    margin-top: 20px;
  }

  /* コイブミ */
  #koibumi {
    font-size: 24px;
  }

  .box-aco {
    display: none;/*はじめは非表示*/
    /* margin-right: 0em; */
    margin-bottom: 0em;
    margin-left: auto;
    padding-right: 0em;
    padding-bottom: 0em;
    text-align :right;
    width: 100%;
    
}

.title {
    font-size: 15px;
    font-family: var(--font);
    background: linear-gradient(transparent 65%, var(--sub-colorA) 75%);
}
.moji{   
    font-size: 15px;
    font-family: var(--font);
    background: none;    
}
.accordion-area{
    margin-right: 0em;
    margin-bottom: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-top: 0.5em;
    margin-top: 0.5em;
    list-style-type: none;  
    border-left:0em;  
    text-align: right;
}

.aco-area {
    margin-left: 0em;
    padding-left: 0em;
    list-style-type: none;
    min-width: none;
    display:contents ;
}



/*　透過　*/

/*.opacity-trrigger{
  opacity:1;
  transform:rotate(0deg);
}

.opacity{
  opacity:0.25;  
  transform:rotate(280deg);
  transition: 13s ease-in-out;/*透過具合を変更したい場合はこの数値を変更
}

.opacity-b-trrigger{
    opacity:0;/
  }
  
  .opacity-b{
    opacity:1;
    transition: 5s ease-in-out;/*透過具合を変更したい場合はこの数値を変更
  }

.grd-trrigger{
    opacity: 0;
    /* background: none; 
  }
  
  .grd{
    opacity: 1;
    filter: invert(55%); 
    transition: 8s ease-in-out;/*透過具合を変更したい場合はこの数値を変更
  }


  #particles-js{ 
    position:fixed;/*描画固定
    z-index:-1;/*描画を一番下に
    width: 100%;
    height: 100%;
    background-color:#f8f3e031;/*背景色
  }
  
  #wrapper{
    position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定
    z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に
    width:100%;
    height: 100%;
  }*/

/* ルビ */

   [rb]  {
    position: relative;  /* 漢字の位置を取得 */
    }
  
    [rb]::before {
        content: attr(rb);
        position:absolute;
        top:-1em;
        left:-0.2em;
        right:-0.2em;
        font-size:0.5em;
        text-align:center;
        white-space:nowrap;
        line-height:1;
        text-indent:0;
    }


    /* トグルボタン */
    /*common*/
    *, *:before, *:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    /*main parts css*/
    .input.checkbox {
        position: relative;
        width: 52px;
        height: 29px;
        border-radius: 50px;
        overflow: hidden;
        cursor: pointer;
    }
    .input.checkbox input[type=checkbox] {
        display: none;
    }
    .input.checkbox:before, .input.checkbox:after {
      font-size:14px;
    }
    .input.checkbox:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #ccc;
        transition: 0.2s ease-out;
    }
    .input.checkbox:after {
        content: "\f00d";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 23px;
        height: 23px;
        display: block;
        border-radius: 50px;
        background: #fff;
        box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
        transition: 0.2s ease-out;
        text-align: center;
        padding: 5px 0 0;
        line-height: 1;
        font-weight: bold;
        color: #ccc;
        letter-spacing: .5px;
        box-sizing: border-box;
    }
    .input.checkbox.checked:before {
        background: var(--sub-color);
    }
    .input.checkbox.checked:after {
        content: "\f004";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        left: 26px;
        box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
        color: var(--sub-color);
        padding: 5px 0 0 1px;
    }

    tgl div {    
    margin: 1em 0em 0em 0em;    
    }
    tgl p {
        color: var(--font-color);
        margin: 0.5em 1em 3em 0em;
        text-align: justify;
        word-break: break-word;
        line-break: strict;
    }

    .heart {
        font-family: 'Zen Old Mincho', serif; ;
    }