@charset "utf-8";
/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Corridor
* The first edition: 2016.9.12
* 2016.10.5 - JS削除(軽量化), その他微調整
* 2016.10.26 - Google Chrome 54.0でマウスホバー時に画像が明滅する件を修正
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* Latest update: 2018.3.12 - iOS11.2.6でモーダルが開かない件修正, 画像遅延読み込み導入含む大規模メンテナンス
*/

/***------------------------------------------
      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;font-size:100%;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:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;font-size:inherit}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{-webkit-box-sizing:border-box;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}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: auto;
  width: 98%;
  height: auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(206,206,206);
  border-radius: 1px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote::before {
  content: "“";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote::after {
  content: "”";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      date
------------------------------------------***/

.month01::before{content:"January"}.month02::before{content:"February"}.month03::before{content:"March"}.month04::before{content:"April"}.month05::before{content:"May"}.month06::before{content:"June"}.month07::before{content:"July"}.month08::before{content:"August"}.month09::before{content:"September"}.month10::before{content:"October"}.month11::before{content:"November"}.month12::before{content:"December"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(150,150,150);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
  background-color: rgb(250,250,250);
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Crimson Text', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -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);
}

#wrapper {
  background: url(https://blog-imgs-93-origin.fc2.com/v/a/n/vanillaice000/blueflower92r234.png) left top /20% auto no-repeat;
}

@media screen and (max-width: 1240px) {
  #wrapper {
    background-size: 25% auto;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    background-size: 30% auto;
  }
}
@media screen and (max-width: 560px) {
  #wrapper {
    background-size: 40%;
  }
}

@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#main-container {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  margin: auto;
  max-width: 1300px;
  padding: 70px 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 40px;
  overflow: hidden;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

#secondary {
  width: 260px;
  line-height: 1.8;
  font-size: 1.2rem;
  -webkit-animation: slideInUp 1.8s;
  animation: slideInUp 1.8s;
}

#third-fit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: auto;
  max-width: 1300px;
  line-height: 1.8;
  padding: 40px 60px;
  font-size: 1.2rem;
}

.side-menu {
  margin-bottom: 40px;
  width: 260px;
}

#third-fit-wrapper .side-menu {
  margin-bottom: 40px;
  width: 290px;
  padding: 0 15px;
}

@media screen and (max-width: 960px) {
  #main-container {
    display: block;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 20px;
  }
  #reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .side-menu {
    margin-bottom: 40px;
    width: 290px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 800px) {
  #main-container {
    padding: 70px 30px 80px;
  }
  #third-fit-wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 740px) {
  #reserve {
    display: block;
  }
  .side-menu,
  #third-fit-wrapper .side-menu {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 540px) {
  #main-container {
    padding: 70px 0 80px;
  }
  #third-fit-wrapper {
    padding: 40px 0;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

@-webkit-keyframes slideInDown{0%,50%{opacity:0;-webkit-transform:translateY(-100px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInDown{0%,50%{opacity:0;transform:translateY(-100px)}100%{opacity:1;transform:translateY(0)}}

#blog-name-container {
  margin: auto;
  max-width: 1300px;
  padding: 58px 60px 50px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #blog-name-container {
    padding: 58px 30px 50px;
  }
}
@media screen and (max-width: 540px) {
  #blog-name-container {
    padding: 58px 15px 50px;
  }
}

#welcome {
  padding-bottom: 10px;
  font: 2rem/1.2 'Mr De Haviland', serif;
}

#blog-title {
  margin: auto;
  max-width: 800px;
  font: 2.4rem/1.4 'Crimson Text', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  -webkit-animation: slideInDown 1.5s;
  animation: slideInDown 1.5s;
}

#blog-title a {
  color: rgb(51,51,51);
}

#blog-title a:hover {
  text-shadow: 2px 4px 3px rgba(0,0,0,.3);
}

#site-description {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 1.2rem;
}


/***------------------------------------------
      breadcrumns
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 1.2rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs li a {
  display: inline-block;
  background-color: rgb(229,235,238);
  border-radius: 2px;
  padding: .1em .4em;
}

#breadcrumbs .svg-inline--fa {
  margin: 0 .5em;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

@-webkit-keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}
@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

.navi-menu {
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}

.fixed-positioning {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}

.navi-menu-adjust {
  top: 27px;
}

#navi-sizing {
  height: 40px;
  position: relative;
  z-index: 3;
}

.tale {
  margin: auto;
  max-width: 1180px;
  padding: 0 26px;
}

.tale::before,
.tale::after {
  content: "";
  display: block;
  border: 20px solid rgb(200,207,213);/* 注)リボン切れ端の色 */
  position: absolute;
  top: 14px;
  z-index: 1;
}

.tale::before {
  left: 0;
  border-right-width: 20px;
  border-left-color: transparent;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.tale::after {
  right: 0;
  border-left-width: 20px;
  border-right-color: transparent;
  box-shadow: -1px 1px 1px rgba(0,0,0,.1);
}

#navi-list-wrapper {
  background-color: rgb(220,227,233);
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  position: relative;
  z-index: 6;
  font-size: 1.2rem;
  text-align: center;
}

.tale-child::before,
.tale-child::after {
  content: "";
  display: block;
  border-color: rgb(150,150,150) transparent transparent transparent;
  border-style: solid;
  position: absolute;
  z-index: 5;
}

.tale-child::before {
  border-width: 14px 0 0 14px;
  left: 0;
  bottom: -14px;
}

.tale-child::after {
  border-width: 14px 14px 0 0;
  right: 0;
  bottom: -14px;
}

#navi-list {
  margin: auto;
  max-width: 900px;
}

#navi-list li {
  display: inline-block;
  width: 15%;/* ナビゲーション各リンク横幅 */
  line-height: 40px;
}

#navi-list-wrapper li a,
#modal-trigger-label {
  display: block;
  color: rgb(51,51,51);
  cursor: pointer;
}

/* site search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.9);/* 注)モーダル背景色 */
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align:center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .75s;
  transition: all .75s;
}

#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

/* 注)closeテキストの指定 */
#modal-close-label {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid rgb(51,51,51);
  padding: .5em 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);/* Safari用 */
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: rgb(51,51,51);
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: rgb(150,150,150);
}

#modal-input::-moz-input-placeholder {
  color: rgb(150,150,150);
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  margin: auto;
  width: 90%;
  max-width: 500px;
  color: rgb(51,51,51);
  position: relative;
  z-index: 3;
  text-align: left;
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}

/* for only smartphone */
.mobile-toggle {
  display: none;
  width: 55px;
  height: 45px;
  padding: 16px 12px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 4000;
  font-size: 20px;
}

.mobile-toggle span {
  display: block;
  margin-bottom: 5px;
  width: 25px;
  height: 3px;
  background: rgb(180,187,193);/* 注)ドロワーハンバーガーボタンの色(スマホのみ) */
  border-radius: 1000px;
}

#navi-list-wrapper .pc-hide {
  display: none;
}


/***------------------------------------------
      top page(grid)
------------------------------------------***/

#grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.element-item {
  margin-bottom: 30px;
  width: calc(100% / 3 - 10px);
  position: relative;
}

*::-ms-backdrop, .element-item {
  width: calc(33.33% - 10px);
}

.element-item:first-of-type,
.element-item:nth-of-type(2) {
  margin-bottom: 60px;
  width: calc(50% - 15px);
  padding-bottom: 50px;
}

.element-item:nth-child(3n+1):last-child {
  margin-right: calc(100% / 3 + 6px);
}

*::-ms-backdrop, .element-item:nth-child(3n+1):last-child {
  margin-right: calc(33.33% + 6px);
}

.img-parent {
  overflow: hidden;
  position: relative;
}

.img-parent::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.imgLiquidFill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .35s;
  transition: .35s;
}

.imgLiquidFill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

/* mask for no-image */
.no-image-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  color: rgba(51,51,51,.7);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
}

/* caption */
.caption {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.upper,
.below {
  margin: 0;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
}

.upper {
  padding: 0 30px;
  bottom: 50%;
  font-size: 20px;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.below {
  margin: auto;
  padding: 0 50px;
  top: 50%;
  font-size: 15px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.img-parent a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-parent:hover .imgLiquidFill {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-parent:hover .caption {
  background-color: rgba(255,255,255,.7);
}

.img-parent:hover .upper,
.img-parent:hover .below {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.img-parent:hover .upper {
  opacity: .9;
}

.img-parent:hover .below {
  opacity: .6;
}

/* content */
.element-item:first-of-type .context,
.element-item:nth-of-type(2) .context {
  text-align: center;
}

.element-title {
  margin: 15px auto 10px;
  line-height: 1.4;
  font-size: 1.5rem;
}

.element-item:first-of-type .element-title,
.element-item:nth-of-type(2) .element-title {
  font-size: 1.7rem;
}

.element-title a {
  color: rgb(51,51,51);
}

/* time */
.entry-time {
  display: inline-block;
  padding-bottom: 5px;
  font: 1.6rem/1.3 'Mr De Haviland', cursive;
}

/* comment number */
.element-comment-num {
  display: inline-block;
  margin-left: 1em;
  padding-bottom: 5px;
  font: 1.6rem/1.3 'Mr De Haviland', cursive;
}

.element-item:first-of-type .entry-time,
.element-item:nth-of-type(2) .entry-time {
  text-align: center;
}

/* category */
.element-category {
  font-size: 1.2rem;
}

.element-item:first-of-type .element-category,
.element-item:nth-of-type(2) .element-category {
  text-align: center;
}

.topentry-description {
  padding: 10px 0;
}

/* read more */
.read-more {
  padding-top: 5px;
  font-size: 1.4rem;
  font-weight: bolder;
}

.element-item:first-of-type .read-more,
.element-item:nth-of-type(2) .read-more {
  margin: auto;
  padding-top: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}

.element-item:first-of-type .read-more a,
.element-item:nth-of-type(2) .read-more a {
  display: inline-block;
  width: 60%;
  background-color: rgb(220,227,233);/* 注)トップページ最初の2記事 read moreボタン背景色 */
  color: rgb(51,51,51);
  padding: 6px 0;
}

@media screen and (max-width: 1070px) {
  .element-item {
    width: calc(50% - 10px);
  }
  .element-item:nth-child(3n+1):last-child {
    margin-right: 0;
  }
  .element-item:first-of-type,
  .element-item:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .element-item {
    width: calc(100% / 3 - 10px);
  }
  *::-ms-backdrop, .element-item {
    width: calc(33.33% - 10px);
  }
  .element-item:nth-child(3n+1):last-child {
    margin-right: calc(100% / 3 + 6px);
  }
  *::-ms-backdrop, .element-item:nth-child(3n+1):last-child {
    margin-right: calc(33.33% + 6px);
  }
  .element-item:first-of-type,
  .element-item:nth-of-type(2) {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 660px) {
  .element-item {
    width: calc(50% - 10px);
  }
  .element-item:nth-child(3n+1):last-child {
    margin-right: 0;
  }
  .element-item:first-of-type,
  .element-item:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #grid-container {
    padding: 0 8px;
  }
  .element-item {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 374px) {
  #grid-container {
    padding: 0 15px;
  }
  .element-item {
    width: 100%;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 60px;
  width: calc(100% - 13px);
  background-color: white;
  box-shadow: 4px 4px 13px -1px rgba(0,0,0,.1);
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .main-body {
    width: 100%;
    padding: 20px 15px;
  }
}

#entry-title {
  margin: auto;
  line-height: 1.4;
  font-size: 1.7rem;
}

#entry-category {
  font-family: 'Mr De Haviland', cursive;
  font-size: 1.6rem;
}

#entry-info li {
  display: inline-block;
  padding-right: 1em;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

/* back to default */
#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;
}

#inner-contents a:hover {
  text-decoration: underline;
}

.height-adjust {
  padding-top: 60px;
  margin-top: -40px;
}

/* tag on article */
#entry-tag {
  margin-top: 30px;
  font-size: 1.2rem;
}

#entry-tag a {
  display: inline-block;
  margin: 0 3px 4px 0;
  border: 1px solid rgb(207,207,207);/* 個別記事下tagボーダー色 */
  padding: .1em .4em;
}

#entry-tag a:hover {
  background-color: rgb(220,227,233);/* 個別記事下tagホバー時背景色 */
  border: 1px solid rgb(220,227,233);/* 個別記事下tagホバー時ボーダー色 */
  text-decoration: none;
}


/***------------------------------------------
      SNS (article, footer)
------------------------------------------***/

#footer-sns {
  text-align: right;
}

#sns-navigation {
  min-height: 87px;
  background: url(https://blog-imgs-93-origin.fc2.com/v/a/n/vanillaice000/blueflowerside.png) center bottom /320px auto no-repeat;/* 注)フッター上SNSリンク背景画像不要の方削除 */
  list-style: none;
  padding: 30px 0 50px;
  text-align: center;
}

#footer-sns li {
  display: inline-block;
  margin: 0 0 4px 8px;
}

#sns-navigation li {
  display: inline-block;
  margin: 5px;
}

#footer-sns li a,
#sns-navigation li a {
  display: block;
  border-radius: 50%;
  color: rgb(51,51,51);
  text-align: center;
}

#footer-sns li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#sns-navigation li a {
  width: 40px;
  height: 40px;
  background-color: rgb(220,227,233);/* 注)フッター上SNSボタン背景色 */
  line-height: 40px;
}

#footer-sns li a:hover,
#sns-navigation li a:hover {
  color: white;
}

/* SNS brand color */
#footer-sns li .c-facebook:hover,
#sns-navigation li .c-facebook:hover {
  background-color: rgb(59,89,152);
}

#footer-sns li .c-twitter:hover,
#sns-navigation li .c-twitter:hover {
  background-color: rgb(73,171,242);
}

#footer-sns li .c-instagram:hover,
#sns-navigation li .c-instagram:hover {
  background-color: rgb(81,127,164);
}

#footer-sns li .c-pinterest:hover,
#sns-navigation li .c-pinterest:hover {
  background-color: rgb(206,15,25);
}

#footer-sns li .c-google-plus:hover,
#sns-navigation li .c-google-plus:hover {
  background-color: rgb(221,75,57);
}

#sns-navigation li .c-youtube:hover {
  background-color: rgb(204,24,30);
}

#footer-sns li .c-pencil:hover {
  background-color: rgb(220,227,233);
  color: rgb(51,51,51);
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: auto;
  font: 2.4rem/1.4 'Mr De Haviland', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  position: relative;
  text-align: center;
}

.user-icon .svg-inline--fa {
  color: white;
  font-size: 1.7rem;
}

.visitor-name-and-title {
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0 10px 20px;
}

.comment-info {
  text-align: right;
}

/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;/* 注)コメント投稿フォームフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid rgb(220,220,220);
  padding: 12px;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(179,179,179);
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220);
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community {
  padding-top: 40px;
  margin-top: -40px;
}

/* 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: 2px 0 0 24px;
  }

  #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;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  margin-right: 20px;
  width: 156px;
  height: 30px;
  background-color: rgba(220,227,233,.8);/* 注)send, deleteボタン背景色 */
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  cursor: pointer;
  padding: 4px 0;
  font-family: 'Crimson Text', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.4rem;/* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(220,227,233);/* 注)send, deleteボタンホバー時背景色 */
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.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);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* without thumbnail */
.fc2relate_entry_thumbnail_off .relate_dl,
.tb_dl {
  margin-top: 30px;
  background-color: rgb(248,248,248);/* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 4px;
  padding: 20px;
  font-size: 1.2rem;
}

.fc2relate_entry_thumbnail_off .relate_dt,
.tb_dt {
  font-weight: bolder;
  padding-bottom: 5px;
}

.date {
  padding-top: 10px;
}

.fc2relate_entry_thumbnail_off .relate_ul,
.tb_ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 100px auto 30px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
  background-color: transparent;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area::before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  border-top: 1px solid silver;
  padding-top: 20px;
  position: absolute;
  top: -70px;
  z-index: 3;
  font: 2.4rem/1.4 'Mr De Haviland', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
  font-size: 1.2rem;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1240px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 700px) {
  #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 {
  border-radius: 50%;
  position: relative;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail_noimg[src="//static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
}

.related-overlay::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-93-origin.fc2.com/v/a/n/vanillaice000/corridornoimage.jpg) center center /cover no-repeat; /* 注)No image画像 関連記事リスト */
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

.related-overlay::after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.7);
  border-radius: 50%;
  color: rgba(51,51,51,.6);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-size: 12px;
  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;
  border-radius: 50%;
}

@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;
  }
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  text-align: right;
  font-size: 1.2rem;
}

.titlelist-num {
  font-size: 1.2rem;
  text-align: right;
}

.titlelist-num li {
  display: inline-block;
  margin-left: 1em;
}

/* only for search page */
.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93-origin.fc2.com/v/a/n/vanillaice000/corridornoimage.jpg) center center /cover no-repeat; /* 注)No image画像 検索結果 */
}

.search-noimage::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8); /* 注)検索結果ページNo image上マスク背景色 white+不透明度0.8 */
  position: absolute;
  top: 0;
  left: 0;
}

.search-noimage::after {
  content: "No image";
  width: 100%;
  height: 100%;
  line-height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;/* 注)検索結果ページNo imageフォント大きさ */
  text-align: center;
}

.normal-font {
  font-family: 'Crimson Text', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.3rem;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

/* 注)右サイドメニュー プラグインタイトル文字関連 */
.side-menu h4 {
  margin: 0 auto 20px;
  border-bottom: 2px solid rgb(220,227,233);/* 注)サイドメニュータイトル下ボーダー色 */
  padding: 0 .2em .4em;
  font: 1.6rem/1.4 'Mr De Haviland', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
}

.side-menu a:hover {
  color: rgb(51,51,51);
}

.side-menu ul {
  margin-left: 1.4em;
  list-style-type: disc;
}

/* only smartphone */
#sidenav {
  margin: auto;
  width: 100%;
  background-color: rgb(250,250,250);/* 注)ドロワー背景色(スマホのみ) */
}

#sidenav #aside-fit-wrapper {
  height: 100%;
  line-height: 1.8;
  overflow: auto;
  padding: 40px 0 100px;
  position: relative;
  font-size: 1.2rem;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: auto;
  width: 100%;
  max-width: 320px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: rgb(220,227,233);/* 注)カレンダーリンク背景色 */
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
  width: 98%;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  background-color: rgb(220,227,233);
  border: none;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 1.5px 4px 0;
  border: 1px solid rgb(207,207,207);/* 個別記事下tagボーダー色 */
  padding: .1em .4em;
}

.plugin-tag a:hover {
  background-color: rgb(220,227,233);/* 個別記事下tagホバー時背景色 */
  border: 1px solid rgb(220,227,233);
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 40px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
  box-shadow: 1px 0 0 0 rgba(220,227,233,.4),
              0 1px 0 0 rgba(220,227,233,.4),
              1px 1px 0 0 rgba(220,227,233,.4),
              1px 0 0 0 rgba(220,227,233,.4) inset,
              0 1px 0 0 rgba(220,227,233,.4) inset;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 34px;
  vertical-align: middle;
  font-size: 12px;/* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(220,227,233); /* 注)汎用ページ送りマウスホバー時背景色 */
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(220,227,233,.4);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  color: rgb(51,51,51);
  font-weight: bold;
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(220,227,233);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
}

/* article */
#posted-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 70px auto 40px;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#page-home {
  margin: 0 10px;
  width: 35px;
}

#page-left,
#page-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
}

#center-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(220,227,233,.4);
  border-radius: 50%;
  color: rgb(51,51,51);
}

#prev-a,
#next-a {
  display: block;
  height: 100%;
  position: relative;
}

#prev-a {
  padding-left: 40px;
}

#next-a {
  padding-right: 40px;
  text-align: right;
}

#prev-a::before,
#next-a::before {
  display: block;
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: rgba(220,227,233,.4);
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#prev-a::before {
  content: "\2039";
  left: 0;
}

#next-a::before {
  content: "\203A";
  right: 0;
}

#center-a:hover,
#prev-a:hover::before,
#next-a:hover::before {
  background-color: rgb(220,227,233);
}

/* titlelist */
#titlelist-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 70px auto 40px;
  max-width: 400px;
  font-size: 1.2rem;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 35px;
  height: 35px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(220,227,233,.4);
  border-radius: 50%;
  color: rgb(51,51,51);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(220,227,233);
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  top: 40%;
  z-index: 2000;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

#page-div-right,
#page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(220,227,233,.8);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  border-radius: 50%;
  line-height: 80px;
  position: relative;
  z-index: 100003;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}

.page-title {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}

@media screen and (max-width: 540px) {
  .simple-pagination,
  #posted-pager,
  #titlelist-pager {
    padding: 0 15px;
  }
}

/***------------------------------------------
      rss thumbnail and related thumbnail
------------------------------------------***/

#feed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  background-color: rgba(0,0,0,.4);
}

.rss-container {
  width: 12.5%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .rss-container {
    width: 20%;
  }
}
@media screen and (max-width: 700px) {
  .rss-container {
    width: calc(100% / 3);
  }
  *::-ms-backdrop, .rss-container {
    width: 33.33%;
  }
}
@media screen and (max-width: 374px) {
  .rss-container {
    width: 50%;
  }
}

.rss-container:before {
  content: "";
  display: block;
  padding-top: 55%;
}

.rss-container a {
  color: white;
}

.rss-container a:hover {
  color: white;
}

.rss-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.time-stamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 1.2rem;
}


/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 2000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  line-height: 39px;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: rgb(155,155,155);
}

#page-scroll a:hover {
  color: rgb(155,155,155);
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  margin-left: .3em;
  color: red;
  font-size: 1.1rem;
}

#footer {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
}

#ad1,
#ad2 {
  color: rgb(150,150,150);
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* for video */
.box-for-video {
  width: 100%;
  position: relative;
}

.box-for-video::before {
  content:"";
  display: block;
  overflow: hidden;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
}

.box-for-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji {
  vertical-align: middle;
}