@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: GirlOnWire
* The first edition: 2015.9.21
* 2015.12.4 - Google feed api 廃止に伴う仕様変更
* 2016.1.9 - フッター構造変更, タイトルタグ微調整
* 2016.6.6 - ドロワー内下部余白調整, RSS新着サムネイル再整形, FC2新エディターリリースに伴う「見出し」「リスト」のリセット削除, 公式プラグイン整形, その他微調整多数 
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.14 - ページ遷移エフェクト変更・軽量化, 関連記事サムネイル整形, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* 2017.12.6 - リセットCSSを最小限に, html構造及びCSS装飾修正, トップページの追記折りたたみを個別記事ページ遷移に変更, その他変更多数
* 2019.1.20 - CSS一部追加(Adsenseを掲載しやすく調整), 構造化マークアップ導入 など
* 2019.8.3 - 管理画面経由で管理人名を装飾した際にテンプレートの返信ボタンレイアウトが崩れる件を修正, コメント欄管理人ハンドルネームにクラス名を追加(潜在的カスタマイズ)
* 2019.11.11 - コメント主のリンク表示用JS及びデザインの変更
* 2019.12.15 - パーマリンク設定導入に伴うcanonical指定変更
* 2019.12.17 - パーマリンク設定導入に伴うページ送り変更, 上部ページ送りを削除
* 2020.4.6 - コメント返信のJS変更, jQueryを3.4.1にアップデート
* Latest update: 2020.5.30 - ページ送りのJSを修正
*/

/***==========================================
      reset(do NOT change or delete)
==========================================***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input,textarea{font-size:16px}pre,code{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}*::before,*::after{box-sizing:inherit;}#sh_fc2blogheadbar{z-index:4000!important}


/***==========================================
      date
==========================================***/

.month01::before{content:"January";display:inline-block}.month02::before{content:"February";display:inline-block}.month03::before{content:"March";display:inline-block}.month04::before{content:"April";display:inline-block}.month05::before{content:"May";display:inline-block}.month06::before{content:"June";display:inline-block}.month07::before{content:"July";display:inline-block}.month08::before{content:"August";display:inline-block}.month09::before{content:"September";display:inline-block}.month10::before{content:"October";display:inline-block}.month11::before{content:"November";display:inline-block}.month12::before{content:"December";display:inline-block}
/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .4s}


/***==========================================
      link
==========================================***/

a {
  margin: 0;
  background: transparent;
  color: rgb(158,86,154); /* 注)基本リンク色 */
  outline: none;
  padding: 0;
  vertical-align: bottom;
  text-decoration: none;
  transition: .3s ease-in-out;
}


/***==========================================
      layout
==========================================***/

/* animation */
@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

html {
  margin: 0;
  font-size: 62.5%;
}

body { /* 注)基本フォント関連 */
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  font: 1.4rem/1.9 YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
}

#wrapper {
  margin: auto;
  background: url(https://blog-imgs-77.fc2.com/v/a/n/vanillaice000/backwewo.jpg); /* 注)ブログ全体背景 削除すると白背景に */
}

#float-container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  padding: 50px 60px 80px;
}

#primary {
  flex: 1;
  min-width: 0;
  max-width: calc(100% - 30px - 300px);
  margin-right: 30px;
}

#secondary {
  width: 300px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.side-menu {
  margin-bottom: 30px;
  width: 300px;
  background-color: white;
  padding: 15px 30px;
}

@media screen and (max-width: 960px) {
  #float-container {
    display: block;
    max-width: 970px;
  }
  #primary {
    max-width: 100%;
    margin: auto;
  }
  #secondary {
    width: 100%;
  }
  #secondary #aside-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media screen and (max-width: 768px) {
  #float-container {
    padding: 50px 30px 80px;
  }
  #secondary #aside-container {
    display: block;
  }

  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #float-container {
    padding: 50px 5px 80px;
  }
}

/* only smartphone */
#sidenav {
  margin: auto;
  width: 100%;
  background-color: white;
}

#sidenav #aside-container {
  height: 100%;
  overflow: auto;
  padding: 30px 0 100px;/* 注)ドロワー下部余白設定 100px */
  position: relative;
  -webkit-overflow-scrolling: touch;
}

#mobile {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000010;
  width: 40px;
  height: 40px;
  background: rgba(158,86,154,.6);
  color: white;
  font-size: 3rem;
}


/***==========================================
      header
==========================================***/

#banner {
  margin: auto;
  background: url(https://blog-imgs-77.fc2.com/v/a/n/vanillaice000/20150812074313061.jpg) center center /cover no-repeat; /* 注)バナー画像変更はここ */
  text-align: center;
}

#blog-name-container {
  margin: auto;
  width: 100%;
  padding: 80px 5px;
  line-height: 1.4;
}

/* animation */
@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}

#blog-title {
  display: inline-block;
  margin: auto;
  width: auto;
  max-width: 800px;
  background: url(https://blog-imgs-77.fc2.com/v/a/n/vanillaice000/wingleft.png) left center /30px auto no-repeat,
              url(https://blog-imgs-77.fc2.com/v/a/n/vanillaice000/wingright.png) right center /30px auto no-repeat;
  padding: 0 40px;
  font: bold 2.5rem/1.4 'Poiret One', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'MS Mincho', serif;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
  animation: zoomIn 1s ease 1.2s both;
}

@media screen and (max-width: 768px) {
  #blog-name-container {
    padding: 60px 5px;
  }
  #blog-title { /* 注)ブログタイトルフォントスマホサイズ */
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 560px) {
  #blog-name-container {
    padding: 50px 5px;
  }
  #blog-title { /* 注)ブログタイトルフォントスマホサイズ */
    font-size: 2rem;
  }
}

#blog-title a { /* 注)ブログタイトルフォント関連 */
  color: white;
}

#sub-title { /* 注)サブタイトルフォント関連 */
  margin: auto;
  max-width: 850px;
  color: white;
  padding-top: 15px;
  font-size: 1.3rem;
}


/* カルーセル不要の方ここから削除 3/3 */
/***==========================================
      carousel slider
==========================================***/

/* animation */
@keyframes slideInDown{0%,50%{opacity:0;transform:translateY(-100px)}100%{opacity:1;transform:translateY(0)}}

/* do NOT change or delete */
.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative}.owl-carousel .owl-stage::after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-item{position:relative;min-height:1px;float:left}

.owl-carousel {
  margin: auto;
  max-width: 1300px;
  transition: .3s ease-in-out;
  animation: slideInDown 1.5s;
}

.owl-carousel:hover {
  background-color: rgba(0,0,0,.2);
}

.disabled {
  display: none;
}

/* layout */
.item {
  padding: 20px 0;
}

.item-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.item-left {
  position: relative;
  width: 50%;
}

.item-right {
  flex: 1;
  width: 50%;
  min-width: 0;
  padding: 0 10px;
  line-height: 1.4;
}

.item-left::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 420px) {
  .item-left::before {
    padding-top: 60%;
  }
}

.item-left-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.item-noimage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.7);
  color: rgb(51,51,51);
  font-family: 'Poiret One', cursive;
}

.item-title {
  max-height: calc(1.3rem * 1.4 * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.3rem;
}

.item-datetime {
  margin-top: 5px;
  font-family: 'Poiret One', cursive;
}

.owl-prev,
.owl-next {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 200;
  text-align: center;
  transition: .3s ease-in-out;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(180,193,61,.4); /* 注)カルーセルprev, nextボタンホバー時背景色 */
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-prev::before {
  content: "\2039";
  display: block;
  margin: auto;
  width: 50px;
  height: 40px;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: .3;
  font-size: 4rem;
  text-align: center;
  transition: .3s ease-in-out;
}

.owl-next::before {
  content: "\203A";
  display: block;
  margin: auto;
  width: 50px;
  height: 40px;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: .3;
  font-size: 4rem;
  text-align: center;
  transition: .3s ease-in-out;
}

.owl-prev:hover::before,
.owl-next:hover::before {
  opacity: 1;
}
/* カルーセル不要の方ここまで削除 3/3 */


/***==========================================
      global navigation
==========================================***/

#navigation-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 0 0 65px;
  font: bolder 1.4rem/1.5 'Poiret One', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #navigation-container {
    padding: 0 0 45px;
  }
}
@media screen and (max-width: 420px) {
  #navigation-container {
    font-size: 1.3rem;
  }
  #navigation-container {
    padding: 0 0 35px;
  }
}

.with-border {
  display: inline-block;
  margin-bottom: 5px;
  padding: .3em 2em;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 420px) {
  .with-border {
    padding: 0 1em;
  }
}

.with-border:hover {
  background: rgb(158,86,154);
}

.with-border a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  vertical-align: middle;
}

.with-border {
  border-right: 1px solid silver;
  border-left: 1px solid silver;
}

.with-border + .with-border {
  border-left: 0;
}


/***==========================================
      article
==========================================***/

.entry-main-body {
  margin: 0 auto 30px;
  background-color: white;
  padding: 15px 0;
}

.main-body {
  margin: 0 auto 30px;
  background-color: white;
  padding: 20px 30px;
}

@media screen and (max-width: 420px) {
  .main-body {
    padding: 20px 15px;
  }
}

.element-header {
  margin: 0 15px 0;
  padding: 15px;
  background: rgb(248,242,250);
}

.element-category a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 2px;
  background: rgb(158,86,154);
  color: white;
  font-size: 1rem;
  line-height: 1.1;
  vertical-align: middle;
}

.element-title {
  margin: .6em 0 .4em;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.4;
}

.element-title a {
  color: black;
}

.element-title a:hover {
  color: rgb(158,86,154);
}

.element-datetime {
  font-family: 'Poiret One', cursive;
}

.contents {
  margin: 20px 0;
}

.inner-contents {
  padding: 20px 30px;
}

@media screen and (max-width: 667px) {
  .inner-contents {
    padding: 20px;
  }
}

@media screen and (max-width: 420px) {
  .inner-contents {
    padding: 20px 15px;
  }
}

/* back to default */
.inner-contents p {
  margin: 1.9em 0;
}

.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

/* heading */
.inner-contents h2 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.2em;
}
.inner-contents h3 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.1em;
}
.inner-contents h4 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1em;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.read-more {
  margin: 30px 0;
  font: 1.3rem/1.4 'Poiret One', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: center;
}

.read-more a {
  display: inline-block;
  padding: .8em 2em;
  border-radius: 2px;
  border: 1px solid rgb(158,86,154);
  color: rgb(158,86,154);
}

.read-more a:hover {
  background: rgb(158,86,154);
  color: white;
  text-decoration: none;
}

.entry-tag a {
  display: inline-block;
  margin: 0 3px 2px 0;
  padding: .2em .7em;
  border-radius: 2px;
  background: rgba(179,154,100,.1);
  font-size: 1.2rem;
}

.entry-tag a:hover {
  background: rgb(158,86,154);
  color: white;
  text-decoration: none;
}

/* footer */
.inner-info {
  padding: 0 30px;
  text-align: right;
}

@media screen and (max-width: 667px) {
  .inner-info {
    padding: 0 20px;
  }
}

@media screen and (max-width: 420px) {
  .inner-info {
    padding: 0 15px;
  }
}

.inner-info a {
  text-decoration: none;
}

.comment-and-others {
  display: inline-block;
}

.sns-and-others {
  display: inline-block;
  padding-left: 1em;
}

.comment-and-others li {
  display: inline-block;
  margin-left: 1em;
}

.sns-and-others li {
  display: inline-block;
  margin-left: 4px;
  text-align: center;
  vertical-align: top;
}

.sns-and-others li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: rgb(158,86,154);
  color: white;
}

.hatena {
  font-weight: 700;
  line-height: 1;
  font-family: 'Verdana', sans-serif;
}

/* brand color */
.c-facebook:hover {
  background: rgb(59,89,152);
}
.c-twitter:hover {
  background: rgb(85,172,238);
}
.c-pinterest:hover {
  background: rgb(206,15,25);
}
.c-hatena:hover {
  background: rgb(61,142,216);
}
.c-pencil:hover {
  background: rgb(180,193,61);
}
.c-instagram:hover {
  background: rgb(62,114,155);
}


/***==========================================
      related post, trackback list
==========================================***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 6px 10px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_li2 {
  text-align: right;
}

.inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 90px auto 30px;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area::before {
  content: "You may also like"; /* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font-family: 'Poiret One', cursive;
  font-size: 1.6rem;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1200px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/Girlonwirenoimage.jpg) center center /cover no-repeat; /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay::after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.7);
  color: rgba(51,51,51,.7);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-family: 'Poiret One', cursive;
  font-size: 1.2rem;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }
}


/***==========================================
      posted comment
==========================================***/

.another-title {
  margin: 0 auto 20px;
  font: 1.6rem/1.4 'Poiret One', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  letter-spacing: .1em;
  text-align: center;
  text-indent: .1em;
}

.another-title span {
  margin-left: 1em;
  letter-spacing: normal;
  font-size: 1.3rem;
  font-family: YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-transform: none;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.comment-contents:not(:last-of-type) {
  margin: 49px 0;
}

.visitor-name-and-title {
  padding-left: 20px;
  font-weight: bold;
}

.user-box {
  position: relative;
  margin-left: 20px;
  padding: 1em 1em .5em;
  background: rgb(248,247,243);
  font-size: 1.3rem;
}

.icon-position {
  position: absolute;
  top: -20px;
  left: -20px;
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: rgb(207,207,207);
  text-align: center;
}

.user-icon i {
  color: white;
  font-size: 1.7rem;
}

.author-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.useranchor {
  display: inline-block;
}

.useranchor::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .6em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='none' stroke='rgb(158,86,154)' stroke-miterlimit='10' stroke-width='4' d='M30 62h32V2H2v32' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath fill='none' stroke='rgb(158,86,154)' stroke-miterlimit='10' stroke-width='4' d='M26 56V38H8m18 0L2 62' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") center center /cover no-repeat;
  vertical-align: -.13em;
}

.comment-body {
  margin: 1em 0;
  padding-left: 20px;
}

.comment-info {
  font-size: 1.2rem;
  text-align: right;
}

.comment-info li {
  display: inline-block;
}

.comment-info li:not(:last-of-type)::after {
  content: "|";
  margin: 0 .4em;
}


/***==========================================
      comment form
==========================================***/

#comment_form {
  padding-top: 40px;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-family: 'Poiret One', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 1.2rem; /* 注)コメント投稿フォームラベル フォント大きさ */
}

.apply {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  padding: .6em;
  border-radius: 2px;
  border: 1px solid rgb(220,220,220);
  background: rgb(248,247,243);
  outline: none;
  -webkit-appearance: none;
}

#comment {
  display: block;
  width: 100%;
  min-height: 200px;
  margin-bottom: 10px;
  padding: .6em;
  border-radius: 2px;
  border: 1px solid rgb(220,220,220);
  background: rgb(248,247,243);
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
}

#password {
  width: 50%;
}

.apply:focus,
#comment:focus {
  border-color: rgb(179,179,179);
  background: white;
}

#comment_form input {
  filter: none;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(248,247,243) inset;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 1px 0 0 30px;
  }

  #no-p input[type=checkbox] + label::before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label::before {
    border: 1px solid rgb(220,220,220); /* 注)secretコメントチェックボックスボーダー色 */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label::after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51); /* 注)secretコメントチェックマーク色 (1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label::after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 (3/3) */
    left: 3px;
    transform: rotate(-45deg);
  }
}

#half-block {
  display: flex;
  justify-content: space-between;
  max-width: 330px;
}

#sendbtn,
#delbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 33px;
  margin-top: 20px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  border-radius: 2px;
  border: 0;
  background: rgb(180,193,61);/* 注)send, deleteボタン背景色 */
  color: white;
  font: bold 1.4rem/1 'Poiret One', cursive;
  cursor: pointer;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(158,86,154); /* 注)send, deleteボタンホバー時背景色 */
}


/***==========================================
      trackback
==========================================***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220); /* 注)トラックバックボーダー色 */
  border-radius: 0;
  padding: .5em;
  outline: none;
  font-size: 1.3rem; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 */
}


/***==========================================
      index (title list), search page
==========================================***/

.list-contents:not(:last-of-type) {
  margin: 20px 0;
  border-bottom: 1px solid rgb(240,240,240);
}

.list-title {
  margin: auto;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
  line-height: 1.5;
}

.list-title a {
  text-decoration: none;
}

.index-p {
  padding: .5em 0;
}

.list-entry {
  padding: .5em 0;
  overflow: hidden;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

.list-entry-category i {
  margin-right: .5em;
}

.list-entry-category span {
  margin: 0 1em;
}

/* only for search page */
.thumbnails {
  display: inline-block;
  float: right;
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 0 5px 10px;
  overflow: hidden;
  border-radius: 2px;
}

.search-noimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/Girlonwirenoimage.jpg) center center /cover no-repeat;/* 注)No image画像 */
  text-align: center;
}

.search-noimage::before {
  content: "No image";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  color: rgb(51,51,51);
  position: absolute;
  font: 1rem/72px 'Poiret One', cursive;
  text-align: center;
}

.list-a {
  color: rgba(255,255,255,.9);
}

.list-a:hover {
  color: rgba(255,255,255,.9);
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

/* only for search */
.hit-number {
  display: none;
  padding: 20px 0;
  color: rgb(200,200,200);
  font-size: 8rem;
  line-height: 1.1;
  text-align: center;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}


/***==========================================
      pager
==========================================***/

/* general */
#pager {
  margin: 0 auto 50px;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
  text-align: center;
}

#pager-list {
  display: inline-block;
}

.pager-item {
  display: inline-block;
}

.pager-item-anchor,
#current,
.pager-item-anchor-general {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 2px 4px;
  border-radius: 50%;
  color: rgb(51,51,51);
  vertical-align: top;
}

#current {
  box-shadow: 0 1px 0 rgba(255,255,255,8),
              0 0 2px rgba(0,0,0,.2) inset;
  background: rgba(255,255,255,.4);/* 注)汎用ページ送り現在ページ背景色 */
}

.pager-item-anchor-general {
  background: rgb(180,193,61);
  color: white;
}

.pager-item-anchor:hover,
.pager-item-anchor-general:hover {
  background: rgb(158,86,154);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
}

/* article, titlelist */
.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 50px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.titlelist-pager {
  max-width: 400px;
}

.pager-home {
  width: 33px;
  height: 33px;
  margin: 0 10px;
}

.center-a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: rgb(180,193,61);
  color: white;
}

.pager-left,
.pager-right {
  flex: 1;
  min-width: 0;
}

.prev-a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 40px;
}

.next-a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 40px;
  text-align: right;
}

.prev-a::before {
  content: "\2039";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 33px;
  margin: auto;
  border-radius: 50px;
  background: rgb(180,193,61);
  color: white;
  font-weight: bold;
  transition: .3s ease-in-out;
}

.next-a::before {
  content: "\203A";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33px;
  height: 33px;
  margin: auto;
  border-radius: 50px;
  background: rgb(180,193,61);
  color: white;
  font-weight: bold;
  transition: .3s ease-in-out;
}

.center-a:hover,
.prev-a:hover::before,
.next-a:hover::before {
  background: rgb(158,86,154);
}


/***==========================================
      side menu
==========================================***/

/* sns */
.side-menu ul {
  margin-left: 1.4em;
  list-style-type: disc;
}

#side-sns-container-ul {
  margin: auto;
  text-align: center;
}

#side-sns-container-ul li {
  display: inline-block;
  margin: 3px;
}

#side-sns-container-ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: rgb(158,86,154);
  border-radius: 50%;
  color: white;
}

#side-sns-container-ul li a:hover {
  text-decoration: none;
}

#s-facebook:hover {
  background: rgb(59,89,152);
}
#s-twitter:hover {
  background: rgb(85,172,238);
}
#s-pinterest:hover {
  background: rgb(206,15,25);
}
#s-instagram:hover {
  background: rgb(62,114,155);
}
#s-pencil:hover {
  background: rgb(180,193,61);
}

/* site search */
#search-form {
  margin: 20px auto 0;
  padding-top: 10px;
  text-align: center;
}

#search-form input[type="search"] { 
  width: 100%;
  max-width: 320px;
  background: url(https://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(158,86,154,.1) no-repeat;
  border: 1px solid rgba(158,86,154,.2);
  outline: none;
  padding: .2em;
  -webkit-appearance: none;
}

#search-form input[type="search"]:focus {
  background: white;
  color: rgb(51,51,51);
}

.side-menu h4 {
  margin: 0 auto 15px;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
}

.side-menu h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: solid 1px rgb(158,86,154);
  position: absolute;
  top: 50%;
  z-index: 1;
}

.centering-title {
  display: inline-block;
  margin: auto;
  background: white;
  padding: 8px 12px;
  position: relative;
  z-index: 5;
  font-family: 'Poiret One', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}

.side-menu a {
  color: rgb(100,100,100);
}

.side-menu a:hover {
  text-decoration: underline;
}


/***==========================================
      official plug-in
==========================================***/

/* calendar */
.calender {
  margin: auto;
  width: 100%;
  max-width: 320px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 1.2rem;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

#sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid rgb(180,193,61);
  line-height: 30px;
}

.calender td a:hover {
  background-color: rgb(180,193,61); /* 注)プラグインカレンダー リンクホバー時背景色 */
  border: none;
  border-radius: 50%;
  color: white;
  text-decoration: none;
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

.plugin-mail input:not([type="submit"]),
.plugin-mail textarea,
.plugin-search input:not([type="submit"]),
.plugin-serach textarea {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  border-radius: 2px;
  border: 1px solid rgb(207,207,207);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  display: inline-block;
  width: 100%;
  border-radius: 2px;
  border: none;
  background: rgb(180,193,61);
  color: white;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

/* search */
.plugin-search {
  margin: auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  border: 1px solid rgb(238,238,240); /* 注)プラグインタグ ボーダー色 */
  padding: .3em 1em;
}

.plugin-tag a:hover {
  background-color: rgb(180,193,61); /* 注)プラグインタグ ホバー時背景色 */
  border-color: rgb(180,193,61);
  color: white;
  text-decoration: none;
}


/***==========================================
      footer
==========================================***/

/* animation */
@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 100003;
  text-align: center;
  animation: slideInUp .8s;
}

#pagetop {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 2px;
}

#pagemiddle {
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 2px;
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
  line-height: 40px;
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
    bottom: 130px;
  }
  #pagemiddle {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 2px;
    font-family: 'Poiret One', cursive;
    font-size: 1.1rem;
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: rgb(150,150,150);
    line-height: 40px;
  }
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

.new {
  display: inline-block;
  color: red;
  font-size: 1.1rem;
  margin-left: .5em;
}

.end {
  width: 100%;
  padding: 1em;
  text-align: center;
  line-height: 1.2;
  background-color: rgb(51,51,51);
}

.foot,
#copyright {
  text-align: center;
  font-family: 'Poiret One', cursive;
  color: white;
  font-size: 1.1rem;
}

#ad1,
#ad2 {
  word-break: break-all;
  font-size: 1.1rem;
}


/***==========================================
      blockquote
==========================================***/

blockquote {
  position: relative;
  z-index: 1;
  margin: 3.5em 15px 2em;
  padding-left: 15px;
  border-left: 3px solid rgb(51,51,51);
}

blockquote::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAAllBMVEUAAADOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7BbRMgAAAAMXRSTlMAAQIEBQYLDA0SFBYcITE1O0FGW1xfaWxweXt+iIySmpujsr7DzM/T1drc4Ovv8/v96SAr2gAAALtJREFUOMvt0DcSwkAQRNERLN57773Xv//lCKAQu5pFGSR0Nq86mGqRX6bQ6AxH9c8WNE8AkPtkpQPPFMVv1RuxWtzKRCmIz9LnSObPlmLdx7WspKL342ZCAHrvQyhWA2Bm7aXYBIC8JNgaYGOvr9gFYCpJBsBYkgyArSTZY6FB1hhjTOA1rCzyHrOJq8ccYiGquUSgWoyMaPavORYqNcV2joSBaNZyaCKiWWplyTEjHmvvX3DqGxGPfT93kFSTdVAqkgEAAAAASUVORK5CYII=) center center /cover no-repeat;
  color: rgb(206,206,206);
}


/***==========================================
      personal settings
==========================================***/

.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4); /* 注)imgに class="shadow-attachment" で画像にドロップシャドウ */
}

.emoji {
  vertical-align: middle; /* 注)絵文字の垂直位置合わせ「中央」 */
}