
@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/css?family=Noto+Serif+JP|Overlock+SC&display=swap');

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

/* 共通設定 */
body {
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 13px;
    color: #000;
}

/* 背景を固定する */
#bg {
    position: fixed;
    display: block;
    z-index: -100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('./image/017.jpg') center /cover;
}

/* リンク */
a {
    transition: color .5s;
    color: #000;
}

/* ホバー */
a:hover {
    color: #fff;
}

/* コンテナ基本設定 */
header,
section,
article {
    margin: 3em auto;
    width: 80%;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}
section,
article {
    padding: 0.5em;
}

/* 見出し */
header h1 {
    padding: 2em 0;
    text-shadow: 1px 1px 0 #fff;
    font-size: 11px;
}

header img{
    margin-left: -6%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    width: 60%;
    filter: invert(100%);
}

/* フォントの指定 */
header h1,
section h2,
li,
li a {
    font-family: 'Overlock SC', 'Noto Serif JP', serif;
}

/* 見出し一行目 */
header h1 span:nth-of-type(1) {
    letter-spacing: 0.33em;
}

/* 見出し二行目 */
header h1 span:nth-of-type(2) {
    letter-spacing: 0.25em;
}

/* 見出し三行目 */
header h1 span:nth-of-type(3) {
    letter-spacing: 0.4em;
}

/* 見出し四行目 */
header h1 span:nth-of-type(4) {
    display: inline-block;
    margin: 0.5em;
    text-indent: 1em;
    letter-spacing: 1em;
    font-size: 21px;
}

/* メニュー */
header ul,
article ul {
    list-style-type: none;
    padding: 0.5em 0;
    background-color: rgba(255, 255, 255, 0.7);
}

header ul li,
article ul li {
    display: inline-block;
    margin: 0.1em;
}

/* ここまで */

/* セクション */
section {
    text-align: justify;
    word-break: break-all;
}

/* セクション見出し */
section h2 {
    margin: -0.35em;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

section h3 {
    text-align: left;
    font-size: -0.9em;
}

/* リスト系2 */
section ol {
    list-style-type: decimal-leading-zero;
    margin: 0.5em auto;
    padding: 1em 1.5em;
}

section ol li {
    list-style-position: inside;
}

section ul {
    list-style-type: none;
    margin: 0.5em auto;
    padding: 1em 1.5em;
}

/* ここまで */

/* アーティクル */
article {
    text-align: justify;
    word-break: break-all;
}

article p,
.line {
    margin: 1em auto 1.5em;
}

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

/* 中央揃え */
.center {
    text-align: center;
}

/* ライン */
.line {
    height: 1px;
    background-color: #000;
}

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

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

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

textarea {
    width: 280px;
    height: 120px;
}

textarea::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

textarea::-webkit-scrollbar-track {
    border-radius: 50px;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 50px;
}





/* MyCSS */

/* メニュー */

section mark{
    background-color: #fff;
    color: #bd6166;
}

.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; ;
    }