/*--------------------
  この記事を書いた人（過去の！消さないで）
---------------------*/
/*ボックス全体*/
.profile-box {
    margin:3em 1em 2em;
    padding:10px 10px 15px;
    position:relative;
    border:3px solid #f3d0cd;    /*枠線の太さ 線種 色*/
    font-size:16px;
}

/*「この記事を書いた人」のタイトル*/
.profile-box .profile-box_title {
    position:absolute;
    top:-30px;
    left:-2px;
    padding:0 10px;
    background:#f3d0cd;    /*背景色*/
    color:#fff;            /*文字の色*/
    font-weight:bold;
    border:2px solid #f3d0cd;    /*枠線の太さ 線種 色*/
    display:inline-block;
}

/*アイコン画像*/
.profile-box img {
    display:block;
    width:80px;
    height:80px;
    float:left;
    margin:0 20px 7px 10px;    /*画像周りの余白*/
}

/*名前(ニックネーム)*/
.profile-box .profile-box_name {
   margin:0 0 7px;
   padding:0;
   font-size:16px;       /*文字サイズ*/
   font-weight:bolder;
}

/*プロフィール*/
.profile-box p {
    margin:0;
    padding:0;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.09rem;
    line-height: 1.3;
}





/* 吹き出しのCSSだから過去の消さないで　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #ddd;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki {
  margin: 20px auto 36px 0;
}
.entry-content .r-fuki {
  margin: 20px 0 36px auto;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  z-index: 2;
}
.entry-content .l-fuki::before {
  right: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -6px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
  box-sizing: border-box;
}
.entry-content .l-fuki::after {
  right: -82px;
}
.entry-content .r-fuki::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .l-fuki::after,
  .entry-content .r-fuki::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .l-fuki,
  .entry-content .r-fuki {
    width: calc(100% - 106px);
  }
  .entry-content .l-fuki::after {
    right: -106px;
  }
  .entry-content .r-fuki::after {
    left: -106px;
  }
}
.me::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/R/RinNakamura/20230219/20230219073117.png);}
.you::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/R/RinNakamura/20220805/20220805062001.png);}












/* <system section="theme" selected="26006613419561466"> */
@charset "utf-8";
/*
Theme: JOURNAL.
Author: kimix ( @_kmx ), utatane ( @utataneclub )
Responsive: yes
*/
/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}body,html{background:#f9fafb;font-family:helvetica,Segoe UI,游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,メイリオ,Meiryo,sans-serif;color:#293030}html{line-height:1}body{font-size:17px;line-height:1.6}img{vertical-align:baseline}a{color:#293030}a:hover{color:#586767;transition:all .3s}.date{margin:0 0 .7em;font-size:.9rem}.date a{color:#6f8383}.date a:hover{color:#a5b3b3}#container{word-wrap:break-word}#blog-title{max-width:1280px;margin:auto;padding:4% 5%;text-align:center}#title{font-size:150%;font-family:Times New Roman,游明朝体,YuMincho,游明朝,Yu Mincho,serif;font-weight:400}@media (min-width:768px){#title{font-size:215%}}#blog-description{font-size:90%;font-weight:400}#content-inner{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){#content-inner{-ms-flex-direction:row;flex-direction:row;margin:auto;padding:0 20px}}@media (min-width:1200px){#content-inner{width:1200px}}#wrapper{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:768px){#wrapper{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:1020px){#main{padding:0 3% 0 0}}.header-image-enable #blog-title,.header-image-only #blog-title{padding:0 0 1.5em}@media (min-width:1200px){.header-image-enable #blog-title,.header-image-only #blog-title{width:1160px}}.header-image-enable #blog-title #blog-title-inner,.header-image-only #blog-title #blog-title-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:50vw;max-height:200px}@media (min-width:1200px){.header-image-enable #blog-title #blog-title-inner,.header-image-only #blog-title #blog-title-inner{background-size:100%}}.header-image-enable #blog-title-content,.header-image-only #blog-title-content{margin:0 .5em}.breadcrumb{font-size:.9rem}.categories{margin-bottom:2em}.categories a{display:inline-block;background:#e9f0f2;margin:0 .3em 0 0;padding:0 10px;font-size:12px}.pager{text-align:center;margin:3em .8em}@media (min-width:1020px){.pager{margin:0}}.pager a{display:inline-block;width:100%;background:#eff1f5;padding:.7em 1.2em;border:none;font-weight:400;font-size:.9rem;color:#293030}.pager a:hover{background-color:#e9ecf1;text-decoration:none}.pager .pager-next,.pager .pager-prev{width:100%;padding:.5em 0}.pager .pager-prev+.pager-next{margin-left:1em;padding-left:1em}@media (min-width:768px){.pager .pager-prev+.pager-next{margin-left:1.5em;padding-left:1.5em}}.pager.permalink{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.hatena-urllist{padding-left:0;list-style:none}.hatena-urllist li{border-top:1px dotted #cfd8d8;padding-top:10px;padding-bottom:10px}.hatena-urllist .archive-module-month,.hatena-urllist .archive-module-year{line-height:2}.hatena-urllist .urllist-date-link a{color:#6f8383}.hatena-urllist .urllist-category-link{display:inline-block;background:#e9f0f2;margin:.5em .3em 0 0;padding:3px 10px;font-size:12px;line-height:1.3}.hatena-urllist .urllist-category-link:hover{background:#d9e5e9;text-decoration:none;transition:background .3s}.hatena-urllist .urllist-entry-body{margin-top:10px}.hatena-module{margin-bottom:3em;padding-left:20px;padding-right:20px;font-size:.85rem}.hatena-module:last-child{margin-bottom:0}.hatena-module-title{margin-bottom:12px;font-family:Times New Roman,游明朝体,YuMincho,游明朝,Yu Mincho,serif;font-size:20px}.hatena-module-body{font-size:15px}.hatena-module-body .urllist-title-link{font-size:100%}.hatena-module-body .archive-module-button{display:inline-block;width:15px;height:15px}.hatena-module-body .archive-module-hide-button,.hatena-module-body .archive-module-show-button{position:absolute;overflow:hidden;width:15px;height:15px;text-indent:-15px}.hatena-module-body .archive-module-hide-button:after,.hatena-module-body .archive-module-show-button:after{content:"";top:50%;display:inline-block;position:absolute;width:8px;height:8px;margin-top:-.1em;border-top:1px solid #6f8383;border-right:1px solid #6f8383}.hatena-module-body .archive-module-hide-button{transform:rotate(135deg);margin-top:.2em}.hatena-module-body .archive-module-show-button{transform:rotate(45deg);margin-top:.2em}@media (min-width:481px){.search-result-form{margin:0 1em}}.search-result+p{background:#fff;border:1px solid #f0f1f1;margin:0 0 3em;padding:8% 0;font-weight:700;text-align:center}.search-form,.search-result-form{position:relative;width:100%;background:#fff;margin:auto;border:1px solid #eee;box-sizing:border-box}.search-form:hover,.search-result-form:hover{border-color:#ddd}.search-module-input,.search-result-form .search-result-input{width:90%;height:30px;padding:5px;background:#fff;border:none;outline:none}.search-module-input::-placeholder,.search-module-input::-webkit-input-placeholder,.search-result-form .search-result-input::-placeholder,.search-result-form .search-result-input::-webkit-input-placeholder{color:#9faba9}.search-module-button,.search-result-form .search-result-button{width:20px;height:20px;background:transparent url('https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=101ce7dd0b971701ab47fca6573a64c6e517dad7&env=production') no-repeat 100%;background-size:20px 20px;border:none;outline:none;text-indent:-9999px;position:absolute;top:5px;right:5px;opacity:.5;cursor:pointer}.search-module-button:hover,.search-result-form .search-result-button:hover{opacity:.85}#top-box{margin:0 auto;padding:0 10px}@media (min-width:768px){#top-box{padding:0 20px}}@media (min-width:1200px){#top-box{max-width:1200px}}.entry{background:#fff;border:1px solid #f0f1f1;margin-bottom:2em;padding:8% 5%}@media (min-width:768px){.entry{padding:8% 9% 5%}}.entry-header{position:relative;margin-bottom:1.5em}@media (min-width:481px){.entry-header{margin-bottom:3em}}.entry-header-menu{position:absolute;top:0;right:0;margin-bottom:1em}.entry-header-menu a{background:#f9fafb;border:1px solid #cfd8d8;padding:5px 10px;font-size:.9rem}.entry-header-menu a:hover{background:#f3f5f7;text-decoration:none}.entry-title{margin-bottom:.5em;font-family:Times New Roman,游明朝体,YuMincho,游明朝,Yu Mincho,serif;font-size:130%;font-weight:400;line-height:1.5}@media (min-width:768px){.entry-title{font-size:190%}}.entry-content{line-height:1.85}.entry-content a{color:#119e4d}.entry-content a:hover{color:#0c7037}.entry-content a.keyword{text-decoration:underline dotted #cfd8d8}.entry-content a.keyword:hover{color:#586767;text-decoration:underline dotted #fff}.entry-content img,.entry-content video{max-width:100%;height:auto}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin:1.5em 0 .8em;line-height:1.3}.entry-content h1{padding-bottom:15px;font-size:190%;border-bottom:1px solid #cfd8d8}.entry-content h2{font-size:165%}.entry-content h3{padding-bottom:10px;font-size:140%;border-bottom:1px solid #cfd8d8}.entry-content h4{font-size:130%}.entry-content h5{padding-bottom:10px;font-size:120%;border-bottom:1px solid #cfd8d8}.entry-content h6{font-size:100%}.entry-content dd,.entry-content ol,.entry-content ul{margin:0 0 1em 1.5em;padding:0;line-height:1.7}.entry-content dd li ol,.entry-content dd li ul,.entry-content ol li ol,.entry-content ol li ul,.entry-content ul li ol,.entry-content ul li ul{margin-bottom:0}.entry-content dl{margin-top:2em}.entry-content dl dt{margin-bottom:.8em}.entry-content p{margin:0 0 .7em}.entry-content blockquote{position:relative;padding:9px 15px 9px 40px;border:1px solid #f0f1f1}@media (min-width:1020px){.entry-content blockquote{padding:20px 20px 20px 60px}}.entry-content blockquote:before{display:inline-block;position:absolute;top:10px;left:10px;vertical-align:middle;content:"“";font-size:40px;font-family:Times New Roman,游明朝体,YuMincho,游明朝,Yu Mincho,serif;color:#6f8383;line-height:1}@media (min-width:1020px){.entry-content blockquote:before{left:15px;font-size:70px}}.entry-content blockquote p{margin-bottom:0}.entry-content blockquote cite{display:block;margin-top:.5rem;text-align:right;font-size:85%;line-height:1.3}.entry-content table{border-collapse:collapse;border-spacing:0;border-bottom:1em;margin-bottom:1em;width:100%;overflow:auto;display:block}.entry-content table td,.entry-content table th{border:1px solid #f0f1f1;padding:5px 10px}.entry-content table th{background:#f9fafb}.entry-content code,.entry-content pre{font-family:Monaco,Consolas,Courier New,Courier,monospace,sans-serif}.entry-content pre{background:#293030;border:none;white-space:pre-wrap;text-overflow:ellipsis ellipsis;font-size:100%;font-size:.9rem;padding:10px;color:#ccc}@media (min-width:768px){.entry-content pre{font-size:.85rem;padding:15px}}.entry-content pre>code{margin:0;padding:0;white-space:pre;border:none;background-color:transparent;font-family:Monaco,Consolas,Courier New,Courier,monospace,sans-serif}.entry-content code{font-size:90%;margin:0 .1em;padding:0 5px;border-radius:3px}.entry-content .table-of-contents{background:#f9fafb;margin-left:0;padding:15px 10px 15px 35px;font-size:16px}@media (min-width:768px){.entry-content .table-of-contents{padding:20px 20px 20px 50px}}.entry-footer{margin-top:1em}.entry-footer-modules .hatena-module{padding:0}.entry-footer-section{margin-bottom:8px;color:#6f8383;font-size:.9rem}.entry-footer-section a{color:#6f8383}.entry-footer-ad{margin-left:-9%;margin-right:-9%}.comment-box{margin:0 -5%;padding:5% 5% 0;border-top:1px solid #f0f1f1}@media (min-width:768px){.comment-box{margin:0 -11%;padding:20px 11% 0}}.comment-box .leave-comment-title{background:#f9fafb;border:1px solid #cfd8d8;padding:.5rem 1rem;font-size:.9rem}.comment-box .leave-comment-title:hover{background:#f3f5f7}.comment-box .comment{list-style:none;padding-left:0}.comment-box .comment a{color:#119e4d}.comment-box .comment a:hover{color:#0c7037}.comment-box .comment .comment-user-id{font-size:14px;font-weight:700}.comment-box .comment .entry-comment{padding:20px 0 0;border-top:1px solid #f0f1ff;color:#6f8383}.comment-box .comment .entry-comment:first-child{padding-top:0;border-top:none}.comment-box .comment .entry-comment .comment-content{word-wrap:break-word}.comment-box .comment .entry-comment .comment-content p{font-size:14px}.comment-box .comment .entry-comment time{font-size:12px}.comment-box .comment .read-more-comments{font-size:14px}@media (min-width:1020px){.comment-box .comment .read-more-comments{margin-right:25px}}.comment-box .comment .read-more-comments a{position:relative;display:inline-block}.comment-box .comment .read-more-comments a:after{content:"";top:20%;left:-20px;display:inline-block;position:absolute;width:8px;height:8px;border-top:1px solid #119e4d;border-right:1px solid #119e4d;transform:rotate(135deg);margin-top:1px}#box2{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;background:hsla(0,0%,100%,.2);padding:1em 0}@media (min-width:768px){#box2{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}#box2 .hatena-urllist>li:last-child{border-bottom:1px dotted #cfd8d8}.hatena-module-profile .profile-icon-link{display:inline;float:left;margin-right:.7em}.hatena-module-profile .profile-icon-link .profile-icon{border-radius:400px}@media (min-width:1020px){.hatena-module-profile .profile-icon-link{display:block;float:none;margin-right:0}}.hatena-module-profile .id{display:block}.hatena-module-profile .id a{color:#119e4d;font-weight:700}.hatena-module-profile .id a:hover{color:#0c7037}.hatena-module-profile .profile-description p{font-size:80%}.archive-module-calendar .calendar-day a{color:#119e4d;font-weight:700}.archive-module-calendar .calendar-day a:hover{color:#0c7037}.hatena-module-recent-comments .user-id span{font-size:12px;opacity:.7}#footer{background:#fff;margin-top:2em;padding-top:2rem;padding-bottom:2rem;text-align:center;font-size:.9rem}#footer,#footer a{color:#6f8383}#footer p{margin:.5em auto}.archive-header-category{margin-bottom:.3em}.page-archive .archive-heading{margin:.5em .7em 1.3em;line-height:1.5}@media (min-width:1020px){.page-archive .archive-heading{margin:.5em 0 1.3em}}.page-archive .archive-entry{background:#fff;border:1px solid #f0f1f1;margin-bottom:30px;padding:9% 6% 6%}@media (min-width:768px){.page-archive .archive-entry{padding:6%}}@media (min-width:768px){.page-archive .archive-entry .entry-title{font-size:150%}}
/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */


/* <system> */
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Overpass&display=swap');
/* </system> */



/*-- ベージュ #F7ECE8 */
/*-- ポイントカラー #dea08c */
/*-- グレー #eee か #e9f0f2 か #cfd8d8*/


/*-----------横スクロール消し-----------*/
html{
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
}


/*-----------基本設定-----------*/

body, html {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    letter-spacing: .5px;
    font-family: 'Overpass', 游ゴシック, YuGothic, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #fff;
}
.entry {
    border: none;
}
.hatena-module-title {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 12px;
    font-family: 'Overpass', 游ゴシック, YuGothic, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.hatena-module {
    margin-bottom: 5em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .85em;
}

/*-----------リンク関係-----------*/

a:hover { text-decoration: none; }

.entry-content a { color: #dea08c;}
.entry-content a:hover { color: #555;}
.entry-content a:visited { color: #dea08c;}

.date a{ color: #dea08c; }
.categories a{ color: #555; }
.categories a:hover { color: #dea08c; }
.hatena-module-profile .id a { color: #dea08c;}
.hatena-module-profile .id a:hover { color: #555;}


/*-----------タイトル-----------*/
#title {
    font-size: 150%;
    font-family: 'Abril Fatface','Overpass', 游ゴシック, YuGothic, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: .25em;
    font-weight: bold;
/*    color: #dea08c;*/
    color: #555;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    display: inline-block;
}
#blog-title {
    max-width: none;
    height: 380px;
/*    background: #F7ECE8;*/
    position:relative;
    background-size: cover;
}
    @media screen and (max-width: 768px) {
    /* 768pxまでの幅の場合に適応される */
        #blog-title {
                height: 460px;
        }
    }
#blog-title:before {
  content: '';
  background-color: rgba(247, 236, 232, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#blog-title a {
/*    color: #dfa08b;*/
    color: #222;
}

#blog-title-inner {
    display: inline-block;
    background: #fff;
    padding: 1em 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    text-align: center;/*一応BOX内の文字も中央寄せ*/
}

#blog-description {
    font-size: 70%;
    font-weight: 400;
    margin-top: .5em;
    color: #aaa;
}

/*-----------記事タイトル-----------*/
.date {
    font-size: 70%;
    font-weight: 100;
    text-align: center;
    letter-spacing: .2em;
    font-family: 'Overpass', sans-serif;
}
.entry-title {
    margin-bottom: .5em;
    font-family: 'Overpass', 游ゴシック, YuGothic, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.categories {
    margin-bottom: 2em;
    text-align: center;
}
.categories a {
    display: inline-block;
    background: #F7ECE8;
    margin: 0 .3em .4em 0;
    padding: 0.3em 1em;
    font-size: 10px;
}
.categories a:before {
    content: "#";
    padding-right: 2px;        
}

/*---本文------------------------*/
.entry-content p {
    margin: 1em 0 1.5em;
}

/*---もくじ-----------*/
.entry-content .table-of-contents {
    color: #aaa;
    font-size: 90%;
}
.entry-content .table-of-contents:before {
    content: "[ もくじ ]";
    text-align: center;
    display: block;
    margin-left: -35px;
    font-weight: bold;
    padding-bottom: .5em;
}
.table-of-contents a, .table-of-contents a:visited {
    color: #aaa;
}

.entry-content h1 {
    font-size: 140%;
    margin-top: 5em;
    border-bottom: 1px solid #dea08c;
}
.entry-content h2, .entry-content h3 {
    font-size: 140%;
    padding-bottom: 10px;
    border-bottom: 1px solid #dea08c;
    margin-top: 3em;
}
.entry-content h4 {
    font-size: 130%;
    padding: .5em .5em;
    padding-right: 0px;
    border-left: 1px solid #dea08b;
    border-bottom: none;
    margin-top: 2em;
}
.entry-content h5 {
    font-size: 110%;
    margin-top: 4em;
    padding: .25em .5em;
    padding-right: 0px;
    border-left:1px solid #cfd8d8;
    border-bottom: none;
}

/*---引用---*/

.entry-content blockquote:before {
    color: #dea08c;
    display: none;
}
.entry-content blockquote a {
    font-size: 80%;
}

.entry-content blockquote {
    background: #faf5f5;
    border: none;
    padding: 1.5em;
}

.entry-content blockquote p {
    margin-bottom: 0;
    margin-top: 0;
}

/*---リスト---*/
.entry-content dd, .entry-content ol, .entry-content ul {
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.entry-content dd li, .entry-content ol li, .entry-content ul li {
    margin-bottom: .8em;
}
.entry-content dd li dd, .entry-content ol li ol, .entry-content ul li ul {
    margin-top: .8em;
    margin-bottom: .8em;
}
.entry-content dd li dd li, .entry-content ol li ol li, .entry-content ul li ul li {
    margin: .8em;
}

/*---アフィリエイト---*/
.hatena-asin-detail .hatena-asin-detail-image {
    float: left;
    margin: 1em;
}

/*---つづき---*/
a.entry-see-more {
    display: inline-block;
    background: #f7ece9;
    padding: 0.5em 1em;
    border-radius: 6px;
    margin: 3em 1em 5em;
}

/*---本文ラスト---*/

.entry-footer {
    margin-top: 5em;
}


/*---ページャー---*/
.pager a {
    background: none;
    color: #555;
    font-size: 70%;
}
.pager a:hover {
    background: none;
    color: #dea08b;
    font-size: 70%;
}

span.pager-arrow {
    color: #dea08b;
}


/*---記事下：関連---*/
.hatena-urllist .urllist-entry-body {
    display: none;
}
.hatena-urllist .urllist-date-link a {
    color: #dea08c;
}

/*---記事下：コメント---*/
.comment-box .comment a {
    color: #dea08c;
}



/*---サイドバー------------------------*/

.customized-footer {
    margin-top: 3em;
}

.hatena-module-body {
    width: 90%;
    margin: 0 auto;
}

.hatena-module-body .urllist-title-link {
    line-height: 1.5em;
}

/*---プロフィール---*/
.hatena-module-profile .profile-icon-link {
    display: block;
    float: inherit;
    margin: 0;
}
.hatena-module-profile .profile-icon-link .profile-icon {
    display: block;
    margin: 1em auto;
    width: 80px;
}
.hatena-module-profile .profile-icon {
    display: block;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 80px;
    margin-bottom: 30px;
}
.hatena-module-profile .id {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}

/*---プロフィール見出し---*/
.hatena-module-profile .hatena-module-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px 0;
}
.hatena-module-profile .hatena-module-title:before, .hatena-module-profile .hatena-module-title:after {
    content: '';
    border-top: 3px solid #eaeaea;
    position: relative;
    top: 0.5em;
    width: 50%;
}
.hatena-module-profile .hatena-module-title:before {
    margin-right: 1em;
}
.hatena-module-profile .hatena-module-title:after {
    margin-left: 1em;
}

/*---サイドバー見出し---*/
.hatena-module-recent-entries .hatena-module-title,
.hatena-module-related-entries .hatena-module-title,
.hatena-module-links .hatena-module-title,
.hatena-module-archive .hatena-module-title,
.hatena-module-search-box .hatena-module-title,
.hatena-module-category .hatena-module-title,
.hatena-module-entries-access-ranking .hatena-module-title,
.hatena-module-html .hatena-module-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px 0;
}
.hatena-module-recent-entries .hatena-module-title:before, .hatena-module .hatena-module-title:before {
    content: '';
    border-top: 3px solid #eaeaea;
    position: relative;
    top: 0.5em;
    width: 50%;
    margin-right: 1em;
}
.hatena-module-recent-entries .hatena-module-title:after, .hatena-module .hatena-module-title:after {
    content: '';
    border-top: 3px solid #eaeaea;
    position: relative;
    top: 0.5em;
    width: 50%;
    margin-left: 1em;
}

#box2-inner {
    padding: 5em 0 5em;
}


/*---リンク区切り---*/
.hatena-urllist li {
    border-top: 1px dotted #cfd8d8;
}
.hatena-urllist li:first-child {
    border-top: none;
}
#box2 .hatena-urllist>li:last-child {
    border-bottom: none;
}

.urllist-with-thumbnails li .urllist-image {
    margin: 0 10px 0 0;
}



#footer, #footer a { color: #aaa }
#footer {
    background: #fff;
    margin-top: 10em;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    font-size: 50%;
}
#footer .guest-footer .btn-register {
    color: #fff!important;
    background: #ddd;
    border: 1px solid transparent;
}
div#footer-inner {
    display: inline-block;
    max-width: 80%;
}



/*---一覧ページ------------------------*/
.breadcrumb {
    font-size: 80%;
    margin: 1em;
}

.archive-heading {
    margin: 1.5em .7em 1.5em;
    line-height: 1.7;
    text-align: center;
    font-size: 120%;
}

.page-archive .archive-entry {
    border-top: 1px solid #f0f1f1;
}

.archive-entry.autopagerize_page_element .categories {
    margin-bottom: 1em;
    text-align: center;
}
.page-archive .entry-thumb {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 1em 0;
}
p.entry-description {
    font-size: 100%;
    line-height: 1.8;
}

#gnav {
	background: #e3cacc; /*黒#3f3f3f*/
	font-size: 0;
	margin-top: 0;
	padding: 0 0 0;
}
#gnav .menu a {
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 11px 11px 0px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
#gnav .gnav-inner {
	width: 100%;
	height: 38px;
	padding: 0 10px;
	overflow-x: auto;
	overflow-y: hidden;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
#gnav .menu {
	display: inline-block;
}
/* ### スライドメニューを横いっぱいに広げる ### */
#top-editarea .section {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0em;
}

/* </system> */



















/* ==================================================
   中村りん｜サイト共通フォント・文字色・本文設定
   英語・数字：Cabin
   日本語：Noto Sans JP
   補助：Roboto
================================================== */

/*
  @importは必ずCSSの最上部に置いてください。
  <head>ですでに同じフォントを読み込んでいる場合は、
  この@importだけ削除して構いません。
*/
@import url(
  "https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap"
);


/* ==================================================
   1．共通設定
   後から変更するときは、基本的にここだけ編集
================================================== */

:root {

  /* ---------- フォント ---------- */

  /*
    Cabin：
    英語・数字を表示

    Noto Sans JP：
    Cabinにない日本語を表示

    Roboto：
    補助フォント
  */
  --rin-font-base:
    "Cabin",
    "Noto Sans JP",
    "Roboto",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;


  /* ---------- 基本文字色 ---------- */

  /*
    サイト全体の文字色
    後から色を変える場合はここだけ変更
  */
  --ink: #333333;
 
 
  /* ---------- 本文サイズ ---------- */

  --rin-body-size-pc: 18px;
  --rin-body-size-mobile: 17px;


  /* ---------- 行間 ---------- */

  --rin-body-line-pc: 1.9;
  --rin-body-line-mobile: 1.85;


  /* ---------- 文字間隔 ---------- */

  --rin-letter-spacing: 0.02em;


  /* ---------- 段落間隔 ---------- */

  --rin-paragraph-gap-pc: 1.1em;
  --rin-paragraph-gap-mobile: 1em;
}


/* ==================================================
   2．サイト全体の基本設定
================================================== */

html,
body {
  font-family: var(--rin-font-base);
  font-feature-settings: "palt";

  color: var(--ink);
}

body {
  font-size: var(--rin-body-size-pc);
  font-weight: 400;
  line-height: var(--rin-body-line-pc);
  letter-spacing: var(--rin-letter-spacing);
}


/* ==================================================
   3．主要な文字要素へ共通フォントを適用
================================================== */

body,
.entry-content,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
dt,
dd,
small,
strong,
em,
blockquote,
.entry-title,
.archive-entry .entry-title a,
.page-archive .archive-entries,
.page-archive .archive-entries * {
  font-family: var(--rin-font-base) !important;
}


/* ==================================================
   4．本文
================================================== */

.entry-content,
.entry-content p,
.entry-content li,
.entry-content blockquote {
  color: var(--ink);
}


/* 段落間の余白 */
.entry-content p + p {
  margin-top: var(--rin-paragraph-gap-pc);
}


/* ==================================================
   5．記事タイトル・見出し
================================================== */

.single .entry-title,
.page .entry-title,
h1.entry-title,
.single .entry-title a,
.page .entry-title a,
h1.entry-title a {
  font-family: var(--rin-font-base) !important;
  color: var(--ink);
}


/*
  H1〜H6もサイト共通色に連動
  個別の見出しCSSで別色を設定している場合は、
  そちらが優先されることがあります
*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: var(--ink);
  font-family: var(--rin-font-base) !important;
}


/* ブログタイトルの下線 */
#blog-title #title {
  border-bottom: 2px solid var(--ink);
}


/* ==================================================
   6．リンク
   通常のリンク色を個別に設定している場合はそちらを維持
================================================== */

.entry-content a {
  font-family: var(--rin-font-base) !important;
}


/* ==================================================
   7．スマートフォン
================================================== */

@media screen and (max-width: 680px) {

  body {
    font-size: var(--rin-body-size-mobile);
    line-height: var(--rin-body-line-mobile);
  }

  .entry-content p + p {
    margin-top: var(--rin-paragraph-gap-mobile);
  }
}


/* ==================================================
   8．コード・等幅文字
================================================== */

code,
pre,
kbd,
samp {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace !important;
}


/* ==================================================
   9．アイコンフォントを保護
================================================== */

/* はてなブログのアイコン */
[class^="blogicon"],
[class*=" blogicon"] {
  font-family:
    "blogicon",
    "Hatena-Bookmark-Icon",
    sans-serif !important;

  font-weight: normal !important;
  font-style: normal !important;

  speak: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Font Awesome：通常アイコン */
.fa,
.fas,
.far,
.fal {
  font-family:
    "Font Awesome 6 Free",
    "Font Awesome 5 Free" !important;

  font-weight: 900 !important;
}


/* Font Awesome：ブランドアイコン */
.fab {
  font-family:
    "Font Awesome 6 Brands",
    "Font Awesome 5 Brands" !important;
}


/* Material Icons */
.material-icons {
  font-family: "Material Icons" !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded" !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.material-symbols-sharp {
  font-family: "Material Symbols Sharp" !important;
  font-weight: normal !important;
  font-style: normal !important;
}















/***  記事一覧  ***/
p.entry-description {
    font-size: 70%; 
}

.page-archive .entry-thumb {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    margin: 5px 10px 0px 0px;
}







/* クリック後のピンク線だけ消す */
.archive-entry a,
.archive-entry a:visited,
.archive-entry a:active,
.archive-entry a:focus,
.archive-entry a:focus-visible,
.archive-entry a *{
  text-decoration:none !important;
  border-bottom:none !important;
  box-shadow:none !important;
  outline:none !important;
}

/* ホバー時は文字色だけ少し変える */
.archive-entry a:hover,
.archive-entry-title a:hover{
  text-decoration:none !important;
  border-bottom:none !important;
  box-shadow:none !important;
  outline:none !important;
  color:#666 !important;
}

/* タイトル周りのクリック後ラインだけ消す */
.archive-entry-title a,
.archive-entry-title a:visited,
.archive-entry-title a:active,
.archive-entry-title a:focus{
  text-decoration:none !important;
  border-bottom:none !important;
  box-shadow:none !important;
  outline:none !important;
}




















/* ===== 日付フォントをCabin＋ローズピンクに統一 ===== */
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@600;700&display=swap");

/* 基本（日付テキスト/リンク両対応） */
.entry-date,
.entry-date a,
.date-header,
.date-header a,
.entry-meta .date,
.entry-meta .date a,
.date.published,
.date.published a,
.page-archive .archive-entry .entry-date,
.page-archive .archive-entry .entry-date a,
.page-archive .archive-entry-header .entry-date,
.page-archive .archive-entry-header .entry-date a {

  font-family:'Cabin','Roboto','Noto Sans JP',sans-serif !important;

  font-weight:600 !important;      /* 700→600 */

  font-size:16px !important;       /* 18→16 */

  color:#D68C9E !important;

  letter-spacing:.02em;

  opacity:1 !important;

  text-decoration:none !important;
}

.entry-date,
.date-header,
.entry-meta .date{
    margin-bottom:6px !important;
}

/* ホバー時だけ少し濃く（視認性UP） */
.entry-date a:hover,
.date-header a:hover,
.entry-meta .date a:hover,
.date.published a:hover,
.page-archive .archive-entry .entry-date a:hover,
.page-archive .archive-entry-header .entry-date a:hover {
  color: #C17284 !important;            /* 深みのあるローズピンク（Hover用） */
  text-decoration: underline !important;
  text-underline-offset: 2px;
}













￥



/* 初期は非表示にして、JSで移動後に表示する */
#rin-prof-pro { visibility: hidden; }

/* 本文直下に来たときの上下余白を最小限に */
#rin-prof-pro.__mounted {
  margin-top: 16px;
  margin-bottom: 16px;
}

























/*トップページのタグ非表示*/
.archive-entry-tags-wrapper {
display:none;
}





/***  トップページのカテゴリ非表示  ***/
.entry-categories {
    display: none;
}










/* ===============================
   タイトルエリア（上部バナー）
   =============================== */
#blog-title {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/R/RinNakamura/20220808/20220808225310.png);
  background-size: cover;
  background-position: center 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  height: 180px; /* モバイル基準の高さ */
  font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;
}

/* ===============================
   タイトル文字（2行まで許可）
   =============================== */
#blog-title #title {
  font-size: clamp(16px, 4.8vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-bottom: 2px solid #1a1a1a;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;
}

/* ===============================
   PCサイズ調整
   =============================== */
@media (min-width: 1024px) {
  #blog-title {
    height: 220px;
  }

  #blog-title #title {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}












/* ソーシャルボタン 下部の余白 */

.sns-tag-cloud-under {

   margin: 0px 0 30px 0;

}

/* SNSシェアボタン */

.sns-tag-cloud {

   padding-inline-start: 0px;

font-size: 12px;

font-weight: bold;

}

.sns-tag-cloud-under {

   padding-inline-start: 0px;

font-size: 12px;

font-weight: bold;

text-align:center;

}

a.sns-tag-cloud-hatenab {

display: inline-block;

padding: 10px;

margin:3px;

line-height: 1;

text-decoration: none;

color: #00A4DE;

border: 1.5px solid;

border-color: #00A4DE;

border-radius: 3px;

}

a.sns-tag-cloud-hatenab:hover {

background: #00A4DE; 

color: #fff; 

}

a.sns-tag-cloud-facebook {

display: inline-block;

padding: 10px;

margin:3px;

line-height: 1;

text-decoration: none;

color: #4064AC;

border: 1.5px solid;

border-color: #4064AC;

border-radius: 3px;

}

a.sns-tag-cloud-facebook:hover {

background: #4064AC; 

color: #fff; 

}

a.sns-tag-cloud-twitter {

display: inline-block;

padding: 10px;

margin:3px;

line-height: 1;

text-decoration: none;

color: #1DA1F2;

border: 1.5px solid;

border-color: #1DA1F2;

border-radius: 3px;

}

a.sns-tag-cloud-twitter:hover {

background: #1DA1F2; 

color: #fff; 

}

a.sns-tag-cloud-pocket {

display: inline-block;

padding: 10px;

margin:3px;

line-height: 1;

text-decoration: none;

color: #EF4056;

border: 1.5px solid;

border-color: #EF4056;

border-radius: 3px;

}

a.sns-tag-cloud-pocket:hover {

background: #EF4056; 

color: #fff; 

}

a.sns-tag-cloud-line {

display: inline-block;

padding: 10px;

margin:3px;

line-height: 1;

text-decoration: none;

color: #21BA4E;

border: 1.5px solid;

border-color: #21BA4E;

border-radius: 3px;

}

a.sns-tag-cloud-line:hover {

background: #21BA4E; 

color: #fff; 

}










/***フォローボタンラベル部分***/
.follow-label {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    line-height: 1.5;
}
/***ここからフォローボタンカラー***/
.follow-btn-list {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 1em;
}
.follow-btn-item a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: .15em;
    padding: .1em;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: .2s;
}
.follow-btn-item a:hover {
    transform: translateY(-4px);
    box-shadow: 1px 10px 8px -4px rgba(0,0,0,.2);
    opacity: .8;
    color: #fff;
}
/*** 読者登録 ***/
.follow-btn-item .hatena {
    background: #333;
}
/*** ツイッター ***/
.follow-btn-item .twitter {
    background: #1da1f2;
}
/*** youtube ***/
.follow-btn-item .youtube {
    background: #ff0000;
}

.follow-btn-item .instagram::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -14px;
    width: 53px;
    height: 53px;
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
/*** instagram ***/
.follow-btn-item .instagram {
    background: linear-gradient(125deg, #427eff 0%, #f13f79 70%) no-repeat;
    position: relative;
    overflow: hidden;
}
.follow-btn-item .instagram::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -14px;
    width: 53px;
    height: 53px;
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.blogicon-instagram {
    position: relative;
    z-index: 1;
}
/*** instagramここまで ***/
.follow-btn-item i {
    vertical-align: 7%;
}




/* ===========================
  上へ戻る／ホームへ戻るボタン（PCで少し大きく）
=========================== */

.toTop-nav {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;              /* ← 間を均等に */
  padding: 0;
  margin: 0;
  z-index: 999;
}

/* 各ボタン */
.toTop-nav li {
  list-style: none;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  text-align: center;
  transition: all 0.25s ease;
}

.toTop-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
}

.toTop-nav li a:hover {
  background: rgba(0, 0, 0, 0.45);
  text-decoration: none;
}

/* PC表示のときだけ：少し大きく、浮かせる */
@media (min-width: 1024px) {
  .toTop-nav li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 34px;        /* ← アイコン少し大きく */
  }
  .toTop-nav {
    bottom: 20px;
    right: 20px;
    gap: 14px;
  }
  .toTop-nav li {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  }
  .toTop-nav li:hover {
    transform: translateY(-2px);
    background: rgba(0, 0, 0, 0.5);
  }
}

/* 📱スマホでは少し小さめに */
@media (max-width: 680px) {
  .toTop-nav li a {
    width: 44px;
    height: 44px;
    font-size: 24px;
    line-height: 44px;
  }
}

/* === Fix: 丸ボタンのホバーが四角になるのを防ぐ === */
.toTop-nav li:hover {
  background: rgba(0,0,0,0.5);         /* 丸い親にだけ背景 */
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.30);
}

/* アンカーのホバー背景は消す（角を出さない） */
.toTop-nav li a:hover {
  background: transparent !important;
  text-decoration: none;
}

/* キーボード操作でも見やすく（枠だけ表示） */
.toTop-nav li a:focus-visible {
  outline: 2px solid #EFC3CC;
  outline-offset: 3px;
  border-radius: 50%;
}

/* モバイルのタップ時の濃いハイライトを無効化（Safari等） */
.toTop-nav li a {
  -webkit-tap-highlight-color: transparent;
}










/*** フッター、コピーライト ***/
#footer {
display: none;
}

#copyright {
padding: 20px;
text-align: center;
background: transparent;/* 背景色透明に */
color:#444444;/* 文字の色：ダークグレーに */
font-family: 'Cabin', 'Roboto', 'Noto Sans JP', sans-serif;
}







            
            
            /*スマホでのコピペ禁止*/
    .entry-content {
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
}












/* === Reading Progress Bar (Rin) === */
:root{
  --rin-progress-color:#c53e5b;   /* サイトのポイント色に揃える */
  --rin-progress-h:3px;           /* 太さ */
}

/* 進捗バー本体 */
#rin-progress{
  position:fixed;
  top: max(0px, env(safe-area-inset-top)); /* iPhoneノッチ対策 */
  left:0;
  width:0;                      /* JSで伸ばす */
  height:var(--rin-progress-h);
  background:var(--rin-progress-color);
  z-index:9999;
  box-shadow:0 0 8px rgba(197,62,91,.45);
  transition:width .08s linear; /* なめらかに */
}

/* 管理バー等で被る場合はここで微調整（例：上から30pxに移動） */
/* #rin-progress{ top:30px; } */

@media (prefers-reduced-motion: reduce){
  #rin-progress{ transition:none }
}















/* ================= Soft Elegant TOC（上品グレー×Dusty Pink） ================= */
:root{
  --toc-accent: #D6AEB6;               /* アクセントカラー（Dusty Pink） */
  --toc-bg: rgba(214,174,182,0.16);    /* ふんわりピンク背景 */
  --toc-border: rgba(214,174,182,0.4);
  --toc-text: #555555;                 /* 柔らかいグレー（濃すぎず薄すぎず） */
}

/* TOC本体 */
.entry-content .table-of-contents{
  all: unset;
  display: block;
  box-sizing: border-box;
  width: 95%;
  margin: 1.4em auto;
  padding: 14px 16px;
  background: var(--toc-bg);
  border: 1px solid var(--toc-border);
  border-radius: 10px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--toc-text);
}

/* ラベル（目次） */
.entry-content .table-of-contents::before{
  content: "目次";
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: .03em;
  margin: 0 0 8px;
  color: var(--toc-text);
}

/* リスト全体 */
.entry-content .table-of-contents,
.entry-content .table-of-contents ul{
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--toc-text);
}

/* 第1階層 */
.entry-content .table-of-contents{ counter-reset: toc1; }
.entry-content .table-of-contents > li{
  position: relative;
  counter-increment: toc1;
  padding-left: 1.3em;
  margin: 6px 0;
}
.entry-content .table-of-contents > li::before{
  content: counter(toc1) ".";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-weight: 500;
  font-size: 0.95em;
  color: var(--toc-text);
  opacity: 0.9;
}

/* リンク */
.entry-content .table-of-contents > li > a{
  text-decoration: none;
  color: var(--toc-text);
  transition: color 0.25s ease, text-decoration 0.25s ease;
}
.entry-content .table-of-contents > li > a:hover{
  color: #333333; /* ホバーで濃く */
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 第2階層 */
.entry-content .table-of-contents > li > ul{
  margin: 4px 0;
  padding-left: 1em;
  border-left: 1px dashed var(--toc-border);
}
.entry-content .table-of-contents > li > ul > li{
  margin: 3px 0;
  padding-left: 0.7em;
  position: relative;
  color: var(--toc-text);
}
.entry-content .table-of-contents > li > ul > li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background: var(--toc-accent);
  opacity: 0.8;
}
.entry-content .table-of-contents > li > ul > li > a{
  color: var(--toc-text);
}
.entry-content .table-of-contents > li > ul > li > a:hover{
  color: #333333;
}

/* 第3階層 */
.entry-content .table-of-contents > li > ul > li > ul{
  margin: 2px 0 0;
  padding-left: 0.8em;
}
.entry-content .table-of-contents > li > ul > li > ul > li{
  font-size: 1rem;
  margin: 2px 0;
  color: var(--toc-text);
}
.entry-content .table-of-contents > li > ul > li > ul > li a{
  color: var(--toc-text);
}
.entry-content .table-of-contents > li > ul > li > ul > li a:hover{
  color: #333333;
}

/* スマホ調整 */
@media (max-width: 480px){
  .entry-content .table-of-contents{
    width: 100%;
    padding: 12px 13px;
    font-size: 1rem;
  }
}


































/* ==================================================
   中村りん｜記事本文までの距離をコンパクトに
   個別記事ページ限定・PC／スマホ対応
================================================== */


/* ==================================================
   1．Patreon案内の下から記事ヘッダーまでの空白
================================================== */

/*
  記事全体の上側に設定された余白を解除
*/
body.page-entry #main-inner,
body.page-entry #main,
body.page-entry .main-inner,
body.page-entry .entry,
body.page-entry article.entry,
body.page-entry .entry-inner,
body.page-entry .entry-article {
  padding-top: 0 !important;
}

/*
  日付・タイトルを含む記事ヘッダー全体を上へ詰める
*/
body.page-entry .entry-header,
body.page-entry article .entry-header,
body.page-entry .entry-inner > .entry-header {
  margin-top: 22px !important;
  margin-bottom: 8px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* ==================================================
   2．日付の上下余白
================================================== */

body.page-entry .date,
body.page-entry .entry-date,
body.page-entry .entry-header .date,
body.page-entry .entry-header .entry-date,
body.page-entry .entry-header time {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  line-height: 1.3 !important;
}


/* 日付リンク */
body.page-entry .date a,
body.page-entry .entry-date a,
body.page-entry .entry-header time a {
  line-height: 1.3 !important;
}


/* ==================================================
   3．記事タイトルを小さくする
================================================== */

body.page-entry h1.entry-title,
body.page-entry .entry-title,
body.page-entry .entry-header h1,
body.page-entry article h1.entry-title {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  /*
    PCタイトルサイズ
    前回の28pxより小さく設定
  */
  font-size: 22px !important;
  line-height: 1.48 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}


/* タイトルがリンクになっている場合 */
body.page-entry h1.entry-title a,
body.page-entry .entry-title a,
body.page-entry .entry-header h1 a {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}


/* ==================================================
   4．タイトル下とシェアボタン周辺
================================================== */

body.page-entry .entry-header-menu,
body.page-entry .entry-social-buttons,
body.page-entry .social-buttons,
body.page-entry .share-buttons,
body.page-entry .hatena-module-share-buttons {
  margin-top: 4px !important;
  margin-bottom: 3px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* シェアボタン自体の下側 */
body.page-entry .entry-social-buttons ul,
body.page-entry .social-buttons ul,
body.page-entry .share-buttons ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/* ==================================================
   5．スポンサーリンク周辺
================================================== */

body.page-entry .sponsor,
body.page-entry .sponsor-link,
body.page-entry .sponsorlink,
body.page-entry .entry-sponsor,
body.page-entry .adsbygoogle {
  margin-top: 2px !important;
  margin-bottom: 4px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* ==================================================
   6．パンくずの上下余白
================================================== */

body.page-entry #rin-breadcrumb {
  margin-top: 4px !important;
  margin-bottom: 5px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* パンくず1段目と記事名の間 */
body.page-entry
#rin-breadcrumb
.rin-breadcrumb-current {
  margin-top: 1px !important;
}


/* ==================================================
   7．パンくずから本文までの空白
================================================== */

body.page-entry .entry-content,
body.page-entry .article-body,
body.page-entry .entry-content-inner,
body.page-entry .entry .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/*
  本文の最初の要素に付く上余白を削除
*/
body.page-entry .entry-content > :first-child,
body.page-entry .article-body > :first-child,
body.page-entry .entry-content-inner > :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* 空の段落が先頭にある場合は非表示 */
body.page-entry .entry-content > p:empty,
body.page-entry .article-body > p:empty,
body.page-entry .entry-content-inner > p:empty {
  display: none !important;
}


/* ==================================================
   8．本文最初のYouTube動画・画像
================================================== */

body.page-entry .entry-content iframe,
body.page-entry .entry-content .youtube,
body.page-entry .entry-content .embed-wrapper,
body.page-entry .entry-content .video-iframe,
body.page-entry .entry-content figure {
  margin-top: 4px !important;
}


/* 最初の要素が動画・画像の場合 */
body.page-entry .entry-content > iframe:first-child,
body.page-entry .entry-content > .youtube:first-child,
body.page-entry .entry-content > .embed-wrapper:first-child,
body.page-entry .entry-content > figure:first-child {
  margin-top: 0 !important;
}


/* ==================================================
   9．タブレット
================================================== */

@media screen and (max-width: 900px) {

  body.page-entry .entry-header,
  body.page-entry article .entry-header,
  body.page-entry .entry-inner > .entry-header {
    margin-top: 17px !important;
    margin-bottom: 7px !important;
  }

  body.page-entry h1.entry-title,
  body.page-entry .entry-title,
  body.page-entry .entry-header h1,
  body.page-entry article h1.entry-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
  }

  body.page-entry .date,
  body.page-entry .entry-date,
  body.page-entry .entry-header time {
    margin-bottom: 7px !important;
  }
}


/* ==================================================
   10．スマートフォン
================================================== */

@media screen and (max-width: 640px) {

  /*
    Patreon案内から日付まで
  */
  body.page-entry .entry-header,
  body.page-entry article .entry-header,
  body.page-entry .entry-inner > .entry-header {
    margin-top: 13px !important;
    margin-bottom: 6px !important;
  }

  /*
    日付
  */
  body.page-entry .date,
  body.page-entry .entry-date,
  body.page-entry .entry-header .date,
  body.page-entry .entry-header .entry-date,
  body.page-entry .entry-header time {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
  }

  /*
    スマホの記事タイトル
  */
  body.page-entry h1.entry-title,
  body.page-entry .entry-title,
  body.page-entry .entry-header h1,
  body.page-entry article h1.entry-title {
    font-size: 18px !important;
    line-height: 1.52 !important;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
  }

  /*
    シェアボタン
  */
  body.page-entry .entry-header-menu,
  body.page-entry .entry-social-buttons,
  body.page-entry .social-buttons,
  body.page-entry .share-buttons {
    margin-top: 3px !important;
    margin-bottom: 2px !important;
  }

  /*
    パンくず
  */
  body.page-entry #rin-breadcrumb {
    margin-top: 3px !important;
    margin-bottom: 4px !important;
  }

  /*
    動画上
  */
  body.page-entry .entry-content iframe,
  body.page-entry .entry-content .youtube,
  body.page-entry .entry-content .embed-wrapper,
  body.page-entry .entry-content figure {
    margin-top: 2px !important;
  }
}

/* ==================================================
   記事タイトルサイズ 最終調整
   本文より少し大きく、スクロール量は増やしすぎない
================================================== */

/* パソコン */
body.page-entry h1.entry-title,
body.page-entry .entry-title,
body.page-entry .entry-header h1,
body.page-entry article h1.entry-title {
  font-size: 24px !important;
  line-height: 1.42 !important;
  font-weight: 600 !important;
  margin-bottom: 9px !important;
}

/* タブレット */
@media screen and (max-width: 900px) {
  body.page-entry h1.entry-title,
  body.page-entry .entry-title,
  body.page-entry .entry-header h1,
  body.page-entry article h1.entry-title {
    font-size: 22px !important;
    line-height: 1.44 !important;
    margin-bottom: 8px !important;
  }
}

/* スマートフォン */
@media screen and (max-width: 640px) {
  body.page-entry h1.entry-title,
  body.page-entry .entry-title,
  body.page-entry .entry-header h1,
  body.page-entry article h1.entry-title {
    font-size: 20px !important;
    line-height: 1.48 !important;
    margin-bottom: 7px !important;
  }
}



































/* === 引用：左アクセントバー（見出しに合わせた淡いローズ） === */
.entry-content blockquote {

  --accent: #EDD0D7;      /* ← 今より淡いローズ */
  --bg: #FCF7F8;          /* ← ごく淡いピンク */

  --text: #333333;

  margin: 1.1em 0;
  padding: 12px 16px 12px 18px;

  background:
    linear-gradient(90deg,var(--accent) 5px,transparent 0),
    var(--bg);

  border:none;
  border-radius:10px;
  box-shadow:none;

  color:var(--text);
  line-height:1.7;

  transition:background .25s ease;
}

/* Hover */
.entry-content blockquote:hover{

  background:
    linear-gradient(90deg,var(--accent) 5px,transparent 0),
    #FAF2F4;
}


















/* ==================================================
   中村りん｜文字装飾
   引用・見出しと統一カラー
================================================== */

/* はてな記法モード用 */
article b {
  margin: 0 0.1em;
  padding: 0.1em 0.2em;
  background: #F4E4E8 !important; /* #EEDADF より明るく柔らかい */
  background: linear-gradient(to bottom, transparent 60%, #F4E4E8 40%) !important;
  border-radius: 4px;
}

article strong {
  font-weight: bold !important;
}

/* みたままモード用 */
article strong {
  margin: 0 0.1em;
  padding: 0.1em 0.2em;
  background: #F4E4E8 !important;
  background: linear-gradient(to bottom, transparent 60%, #F4E4E8 40%) !important;
  border-radius: 4px;
  font-weight: bold !important;
}
































/* ==================================================
   中村りん｜アーカイブカード 最終版
   PC：3列
   タブレット：2列
   スマホ：1列＋画像だけ小さくして省スペース化
   文字色はサイト共通の --ink に連動
================================================== */

:root {
  --arc-gap: 16px;
  --arc-radius: 10px;

  /*
    サイト全体の基本文字色に連動
    :rootで --ink を変えるだけで一括変更できます
  */
  --arc-ink: var(--ink, #2d2d2d);

  --arc-date: #d68c9e;
  --arc-date-hover: #c17284;
  --arc-link-hover: #a65f72;
  --arc-focus: #efc3cc;

  --arc-shadow:
    0 1px 4px rgba(0, 0, 0, 0.12);

  --arc-shadow-hover:
    0 8px 17px rgba(0, 0, 0, 0.12);
}


/* ==================================================
   カード一覧
================================================== */

.page-archive .archive-entries {
  display: flex;
  flex-wrap: wrap;
  gap: var(--arc-gap);

  margin: 0;
  padding: 0;

  color: var(--arc-ink);

  /*
    サイト全体のフォント設定を継承
  */
  font-family: inherit;
}


/* ==================================================
   各カード
================================================== */

.page-archive .archive-entries .archive-entry {
  box-sizing: border-box;

  display: flex;
  flex-direction: column;

  width: 100%;
  margin: 0;
  padding: 0 0 6px;

  overflow: hidden;

  color: var(--arc-ink);
  background: #ffffff;

  border-radius: var(--arc-radius);
  box-shadow: var(--arc-shadow);

  font-family: inherit;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.page-archive .archive-entries .archive-entry:hover {
  transform: translateY(-3px);
  box-shadow: var(--arc-shadow-hover);
}


/* 動きが苦手な人への配慮 */
@media (prefers-reduced-motion: reduce) {
  .page-archive .archive-entries .archive-entry,
  .page-archive .archive-entries .entry-thumb {
    transition: none;
  }

  .page-archive .archive-entries .archive-entry:hover {
    transform: none;
  }
}


/* ==================================================
   列数
================================================== */

/* タブレット：2列 */
@media screen and (min-width: 681px) {
  .page-archive .archive-entries .archive-entry {
    width: calc((100% - var(--arc-gap)) / 2);
  }
}


/* パソコン：3列 */
@media screen and (min-width: 1024px) {
  .page-archive .archive-entries .archive-entry {
    width: calc((100% - var(--arc-gap) * 2) / 3);
  }
}


/* ==================================================
   サムネイル
================================================== */

.page-archive .archive-entries .entry-thumb-link {
  position: relative;

  display: block;
  width: 100%;

  aspect-ratio: 16 / 9;

  margin: 0;
  padding: 0;

  overflow: hidden;

  color: inherit;
  background: #111111;
  text-decoration: none;
}


/*
  はてなブログではサムネイルが
  background-imageとして入る場合に対応
*/
.page-archive .archive-entries .entry-thumb {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  border-radius: 0;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  transition: transform 0.25s ease;
}


/* PC・タブレットの軽いホバー演出 */
@media screen and (min-width: 681px) {
  .page-archive .archive-entry:hover .entry-thumb {
    transform: scale(1.015);
  }
}


/* ==================================================
   サムネイルの薄いホバー効果
================================================== */

.page-archive .archive-entries .entry-thumb::before {
  content: "";

  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.07);
  opacity: 0;

  transition: opacity 0.2s ease;
}

.page-archive .archive-entry:hover .entry-thumb::before {
  opacity: 1;
}


/* ==================================================
   タイトル・日付の領域
================================================== */

.page-archive .archive-entry-header {
  box-sizing: border-box;

  display: flex;
  flex-direction: column-reverse;

  order: 2;
  width: 100%;

  margin: 0;
  padding: 9px 14px 2px;

  color: var(--arc-ink);

  font-family: inherit;
}


/* ==================================================
   記事タイトル
================================================== */

.page-archive .archive-entries .entry-title {
  margin: 6px 0 5px;
  padding: 0;

  color: var(--arc-ink);

  font-family: inherit;
  font-size: clamp(16px, 1.9vw, 18px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;

  /*
    タブレットまでは2行
  */
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/* タイトルリンク */
.page-archive .archive-entries .entry-title a,
.page-archive .archive-entries .entry-title a:visited {
  color: var(--arc-ink) !important;

  font-family: inherit !important;

  text-decoration: none !important;
}


/* タイトルのホバー */
.page-archive .archive-entries .entry-title a:hover {
  color: var(--arc-link-hover) !important;

  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}


/* PCではタイトルを3行まで表示 */
@media screen and (min-width: 1024px) {
  .page-archive .archive-entries .entry-title {
    font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.45;

    -webkit-line-clamp: 3;
  }
}


/* ==================================================
   日付
================================================== */

.page-archive .archive-entries time,
.page-archive .archive-entries .date,
.page-archive .archive-entries .entry-date,
.page-archive .archive-entries .entry-date a {
  margin: 0;
  padding: 0;

  color: var(--arc-date) !important;

  font-family:
    "Cabin",
    "Roboto",
    "Noto Sans JP",
    sans-serif !important;

  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;

  text-decoration: none !important;
}


/* 日付ホバー */
.page-archive .archive-entry:hover time,
.page-archive .archive-entry:hover .date,
.page-archive .archive-entry:hover .entry-date,
.page-archive .archive-entry:hover .entry-date a {
  color: var(--arc-date-hover) !important;
}


/* ==================================================
   本文スニペットとカテゴリー
================================================== */

.page-archive .archive-entry-body {
  display: none;
}

.page-archive .archive-entries .categories {
  display: none;

  order: 3;
  margin: 0;
  padding: 0 14px;
}


/* ==================================================
   キーボード操作
================================================== */

.page-archive .archive-entries .entry-thumb-link:focus-visible,
.page-archive .archive-entries .entry-title a:focus-visible {
  border-radius: 4px;

  outline: 2px solid var(--arc-focus);
  outline-offset: 2px;
}


/* ==================================================
   スマートフォン
   カード幅は維持し、サムネイルだけ小さく
================================================== */

@media screen and (max-width: 680px) {

  /* 一覧のカード間隔 */
  .page-archive .archive-entries {
    gap: 10px;
  }


  /* カードは1列 */
  .page-archive .archive-entries .archive-entry {
    width: 100% !important;

    padding-bottom: 4px;

    border-radius: 8px;
    box-shadow:
      0 1px 3px rgba(0, 0, 0, 0.10);
  }


  /*
    サムネイルだけ90％に縮小
    画像全体を維持
  */
  .page-archive .archive-entries .entry-thumb-link {
    width: 90%;
    aspect-ratio: 16 / 9;

    margin: 8px auto 0;

    border-radius: 7px;
    background: #111111;
  }


  /*
    画像を切り取らず全体表示
  */
  .page-archive .archive-entries .entry-thumb {
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;

    transform: none !important;
  }


  /*
    スマホでは黒いホバー効果を無効化
  */
  .page-archive .archive-entries .entry-thumb::before {
    display: none;
  }


  /*
    タイトル・日付部分
  */
  .page-archive .archive-entry-header {
    width: 100%;

    margin: 0;
    padding: 6px 12px 3px;
  }


  /*
    タイトルは省略せず全文表示
  */
  .page-archive .archive-entries .entry-title {
    display: block;

    margin: 4px 0;
    padding: 0;

    overflow: visible;

    color: var(--arc-ink);

    font-size: 16px;
    font-weight: 600;
    line-height: 1.46;
    letter-spacing: 0;

    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
  }


  /*
    日付をコンパクトに
  */
  .page-archive .archive-entries time,
  .page-archive .archive-entries .date,
  .page-archive .archive-entries .entry-date,
  .page-archive .archive-entries .entry-date a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
  }


  /*
    スマホではカードを浮かせない
  */
  .page-archive .archive-entries .archive-entry:hover {
    transform: none;

    box-shadow:
      0 1px 3px rgba(0, 0, 0, 0.10);
  }
}


/* ==================================================
   小さいスマートフォン
================================================== */

@media screen and (max-width: 390px) {

  .page-archive .archive-entries .entry-thumb-link {
    width: 88%;
    margin-top: 7px;
  }

  .page-archive .archive-entry-header {
    padding-right: 11px;
    padding-left: 11px;
  }

  .page-archive .archive-entries .entry-title {
    font-size: 15.5px;
    line-height: 1.46;
  }

  .page-archive .archive-entries time,
  .page-archive .archive-entries .date,
  .page-archive .archive-entries .entry-date,
  .page-archive .archive-entries .entry-date a {
    font-size: 12.5px;
  }
}

























/* ==================================================
   中村りん｜カテゴリー一覧 最終版
   ・必ず2列
   ・全文表示
   ・通常文字色は --ink を継承
   ・淡いピンクのホバー
   ・スマホのタップ時にも反応
   ・フォントはサイト全体の設定を継承
================================================== */


/* カテゴリーモジュール全体 */
.hatena-module-category {
  margin-top: 0 !important;
  margin-bottom: 20px !important;

  /*
    このモジュール内の基本色
  */
  color: var(--ink) !important;
}


/* ==================================================
   「カテゴリー」見出し
================================================== */

.hatena-module-category .hatena-module-title {
  margin: 0 0 10px !important;
  padding: 0 0 8px !important;

  /*
    サイト共通の基本文字色
  */
  color: var(--ink) !important;

  border-bottom: 1px solid #eadde0 !important;

  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;

  text-align: center !important;
}


/* ==================================================
   カテゴリーリストを確実に2列にする
================================================== */

.hatena-module-category .hatena-module-body > ul,
.hatena-module-category .hatena-module-body ul.hatena-urllist,
.hatena-module-category .hatena-module-body .hatena-urllist {
  display: grid !important;

  grid-template-columns:
    repeat(2, minmax(0, 1fr)) !important;

  gap: 3px 8px !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}


/* テーマ側のfloat・幅指定を解除 */
.hatena-module-category .hatena-module-body li,
.hatena-module-category .hatena-module-body .hatena-urllist li {
  display: block !important;
  float: none !important;
  clear: none !important;

  box-sizing: border-box !important;

  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  color: var(--ink) !important;

  border: 0 !important;
  list-style: none !important;
}


/* ==================================================
   カテゴリーリンク
================================================== */

.hatena-module-category .hatena-module-body li > a,
.hatena-module-category .hatena-module-body .hatena-urllist li > a {
  display: block !important;

  box-sizing: border-box !important;

  width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 6px 7px !important;

  /*
    通常時はサイト共通の基本文字色
  */
  color: var(--ink) !important;
  background-color: transparent !important;

  border: 1px solid transparent !important;
  border-radius: 7px !important;

  /*
    フォントはサイト全体の設定を継承
  */
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;

  /*
    省略せず全文表示
  */
  white-space: normal !important;
  overflow: visible !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  text-overflow: clip !important;

  text-decoration: none !important;

  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    transform 0.12s ease !important;
}


/* ==================================================
   PC：マウスを重ねたとき
================================================== */

.hatena-module-category .hatena-module-body li > a:hover,
.hatena-module-category .hatena-module-body .hatena-urllist li > a:hover {
  color: #a65f72 !important;

  background-color: #fdf2f5 !important;
  border-color: #f1d8df !important;

  text-decoration: none !important;
}


/* ==================================================
   スマホ：タップした瞬間
================================================== */

.hatena-module-category .hatena-module-body li > a:active,
.hatena-module-category .hatena-module-body .hatena-urllist li > a:active {
  color: #934f63 !important;

  background-color: #f9e5eb !important;
  border-color: #e9c4ce !important;

  transform: scale(0.985);
}


/* ==================================================
   キーボード操作
================================================== */

.hatena-module-category .hatena-module-body li > a:focus-visible,
.hatena-module-category .hatena-module-body .hatena-urllist li > a:focus-visible {
  color: #a65f72 !important;

  background-color: #fdf2f5 !important;
  border-color: #e7bdc8 !important;

  outline: 2px solid #efc3cc !important;
  outline-offset: 1px !important;
}


/* ==================================================
   訪問済みリンク
   通常時は --ink のまま
================================================== */

.hatena-module-category .hatena-module-body li > a:visited,
.hatena-module-category .hatena-module-body .hatena-urllist li > a:visited {
  color: var(--ink) !important;
}


/* 訪問済みでもホバー時はピンク */
.hatena-module-category .hatena-module-body li > a:visited:hover,
.hatena-module-category .hatena-module-body .hatena-urllist li > a:visited:hover {
  color: #a65f72 !important;
}


/* ==================================================
   記事件数
   補助情報なので少し淡く
================================================== */

.hatena-module-category .category-count {
  display: inline !important;

  margin-left: 3px !important;

  /*
    --inkより少し控えめ
  */
  color: #8f8588 !important;

  font-family: inherit !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: inherit !important;

  white-space: nowrap !important;
}


/* ==================================================
   タブレット・スマートフォン
   文字をほんの少し大きく
================================================== */

@media screen and (max-width: 1023px) {

  .hatena-module-category .hatena-module-body > ul,
  .hatena-module-category .hatena-module-body ul.hatena-urllist,
  .hatena-module-category .hatena-module-body .hatena-urllist {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;

    column-gap: 7px !important;
    row-gap: 1px !important;
  }

  .hatena-module-category .hatena-module-body li > a,
  .hatena-module-category .hatena-module-body .hatena-urllist li > a {
    padding: 3px 5px !important;

    color: var(--ink) !important;

    font-size: 13.3px !important;
    line-height: 1.36 !important;
  }

  .hatena-module-category .category-count {
    font-size: 10.5px !important;
  }
}


/* ==================================================
   小さいスマートフォン
================================================== */

@media screen and (max-width: 390px) {

  .hatena-module-category .hatena-module-body > ul,
  .hatena-module-category .hatena-module-body ul.hatena-urllist,
  .hatena-module-category .hatena-module-body .hatena-urllist {
    column-gap: 5px !important;
    row-gap: 1px !important;
  }

  .hatena-module-category .hatena-module-body li > a,
  .hatena-module-category .hatena-module-body .hatena-urllist li > a {
    padding: 3px 4px !important;

    color: var(--ink) !important;

    font-size: 12.8px !important;
    line-height: 1.34 !important;
  }

  .hatena-module-category .category-count {
    margin-left: 2px !important;
    font-size: 10.2px !important;
  }
}


/* ==================================================
   カテゴリー通常文字色
   #4b5563 に統一
   ホバー・タップ時のリンク色は既存のまま
================================================== */

.hatena-module-category,
.hatena-module-category .hatena-module-title,
.hatena-module-category .hatena-module-body li,
.hatena-module-category .hatena-module-body li > a,
.hatena-module-category .hatena-module-body .hatena-urllist li > a,
.hatena-module-category .hatena-module-body li > a:visited,
.hatena-module-category .hatena-module-body .hatena-urllist li > a:visited {
  color: #4b5563 !important;
}


/* ホバー時はこれまでのローズ色を維持 */
.hatena-module-category .hatena-module-body li > a:hover,
.hatena-module-category .hatena-module-body .hatena-urllist li > a:hover,
.hatena-module-category .hatena-module-body li > a:visited:hover,
.hatena-module-category .hatena-module-body .hatena-urllist li > a:visited:hover {
  color: #a65f72 !important;
}


/* タップ時もこれまでの濃いローズを維持 */
.hatena-module-category .hatena-module-body li > a:active,
.hatena-module-category .hatena-module-body .hatena-urllist li > a:active {
  color: #934f63 !important;
}


/* キーボード操作時もローズを維持 */
.hatena-module-category .hatena-module-body li > a:focus-visible,
.hatena-module-category .hatena-module-body .hatena-urllist li > a:focus-visible {
  color: #a65f72 !important;
}















/* ==================================================
   中村りん｜記事内見出し 最終版
   サイト共通変数と連動
   PC本文18px / スマホ本文17px
================================================== */

:root {
  /* ==================================================
     サイト共通の文字色
     すでに別の場所で --ink を設定している場合は
     この1行は重複しても同じ値なら問題ありません
  ================================================== */

  --ink: #333333;


  /* ==================================================
     見出し用カラー
     後から色を変える場合はここだけ変更
  ================================================== */

  --heading-accent: #E7B3BE;
  --heading-soft-accent: #F2DBE0;
  --heading-line-accent: rgba(214, 174, 182, 0.6);


  /* ==================================================
     見出しサイズ
     本文サイズに対する倍率
  ================================================== */

  /* PC */
  --heading-h3-size-pc: 1.28em;
  --heading-h4-size-pc: 1.12em;
  --heading-h5-size-pc: 1em;

  /* タブレット */
  --heading-h3-size-tablet: 1.24em;
  --heading-h4-size-tablet: 1.11em;
  --heading-h5-size-tablet: 1em;

  /* スマホ */
  --heading-h3-size-mobile: 1.22em;
  --heading-h4-size-mobile: 1.11em;
  --heading-h5-size-mobile: 1em;


  /* ==================================================
     見出し共通設定
  ================================================== */

  --heading-weight: 600;
  --heading-line-height: 1.5;
  --heading-letter-spacing: 0;


  /* ==================================================
     見出しの余白
  ================================================== */

  --heading-margin-top: 1em;
  --heading-margin-bottom: 0.5em;

  --heading-first-h3-top: 0.8em;

  --heading-h3-to-h4-gap: 0.38em;
  --heading-h4-to-h5-gap: 0.55em;

  --heading-after-paragraph-gap: 0.22em;


  /* ==================================================
     H3
  ================================================== */

  --heading-h3-padding-bottom: 0.2em;
  --heading-h3-border-width: 2px;


  /* ==================================================
     H4
  ================================================== */

  --heading-h4-padding-y: 0.28em;
  --heading-h4-padding-x: 0.68em;
  --heading-h4-radius: 5px;


  /* ==================================================
     H5
  ================================================== */

  --heading-h5-padding-bottom: 0.38em;
  --heading-h5-line-width: 2px;
}


/* ==================================================
   見出し共通
================================================== */

.entry-content h3,
.entry-content h4,
.entry-content h5 {
  position: relative;

  margin:
    var(--heading-margin-top)
    0
    var(--heading-margin-bottom);

  padding: 0;

  color: var(--ink);
  background: transparent;
  border: none;

  font-family: var(--rin-font-base, inherit) !important;
  font-weight: var(--heading-weight);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
}


/* ==================================================
   H3：大見出し
================================================== */

.entry-content h3 {
  font-size: var(--heading-h3-size-pc);

  padding-bottom:
    var(--heading-h3-padding-bottom);

  border-bottom:
    var(--heading-h3-border-width)
    solid
    var(--heading-accent);
}


/* ==================================================
   H4：項目見出し
================================================== */

.entry-content h4 {
  display: inline-block;

  font-size: var(--heading-h4-size-pc);

  padding:
    var(--heading-h4-padding-y)
    var(--heading-h4-padding-x);

  border-radius:
    var(--heading-h4-radius);

  background-color:
    var(--heading-soft-accent);
}


/* ==================================================
   H5：小見出し
   本文と同じ大きさ
================================================== */

.entry-content h5 {
  display: block;
  width: 100%;

  font-size: var(--heading-h5-size-pc);

  margin-top: 0.95em;
  margin-bottom: 0.5em;

  padding-bottom:
    var(--heading-h5-padding-bottom);
}


/* H5の2本ライン */
.entry-content h5::before,
.entry-content h5::after {
  content: "";

  position: absolute;
  right: 0;
  left: 0;

  width: auto;
  height: var(--heading-h5-line-width);

  background:
    var(--heading-line-accent);

  border-radius: 2px;
}

.entry-content h5::before {
  bottom: 2px;
}

.entry-content h5::after {
  bottom: -2px;
}


/* ==================================================
   見出し直後の段落
================================================== */

.entry-content :is(h3, h4, h5) + p {
  margin-top:
    var(--heading-after-paragraph-gap);
}


/* ==================================================
   見出しが続く場合
================================================== */

.entry-content h3 + h4 {
  margin-top:
    var(--heading-h3-to-h4-gap);
}

.entry-content h4 + h5 {
  margin-top:
    var(--heading-h4-to-h5-gap);
}


/* 記事内で最初に出るH3 */
.entry-content h3:first-of-type {
  margin-top:
    var(--heading-first-h3-top);
}


/* ==================================================
   タブレット
================================================== */

@media screen and (max-width: 900px) {

  .entry-content h3 {
    font-size:
      var(--heading-h3-size-tablet);
  }

  .entry-content h4 {
    font-size:
      var(--heading-h4-size-tablet);
  }

  .entry-content h5 {
    font-size:
      var(--heading-h5-size-tablet);
  }
}


/* ==================================================
   スマートフォン
================================================== */

@media screen and (max-width: 680px) {

  .entry-content h3,
  .entry-content h4,
  .entry-content h5 {
    line-height:
      var(--heading-line-height);
  }


  /* H3 */
  .entry-content h3 {
    font-size:
      var(--heading-h3-size-mobile);

    margin-top: 0.95em;
    margin-bottom: 0.45em;

    padding-bottom: 0.18em;
  }


  /* H4 */
  .entry-content h4 {
    font-size:
      var(--heading-h4-size-mobile);

    margin-top: 0.85em;
    margin-bottom: 0.42em;

    padding:
      0.26em
      0.62em;
  }


  /* H5 */
  .entry-content h5 {
    font-size:
      var(--heading-h5-size-mobile);

    margin-top: 0.85em;
    margin-bottom: 0.45em;

    padding-bottom: 0.35em;
  }


  /* 見出し直後の段落 */
  .entry-content :is(h3, h4, h5) + p {
    margin-top: 0.2em;
  }
}