@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Juvenile
* The first edition: 2016.12.27
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.4.17 - iPhoneでfixedされたinputが固定されないバグのApple修正に伴いhackを削除
* 2017.9.22 - SSL化に伴うURL正規化
* 2018.3.30 - 大規模メンテナンス, 画像遅延読み込み導入, 構造化マークアップ導入, リセットCSSを最小限に, html構造及びCSS装飾修正, その他多数
* Latest update: 2018.12.26 - Font Awesomeを廃しインラインSVGに変更 など
*/

/***------------------------------------------
      reset
------------------------------------------***/

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,textarea{font-size:16px}pre{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}


/***------------------------------------------
      svgs
------------------------------------------***/

.svg-inline {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
  fill: currentColor;
}


/***------------------------------------------
      common
------------------------------------------***/

.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(204,102,153);/* 注)基本リンク色 */
  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: white;/* 全体背景色 */
  color: rgb(51,51,51);/* 注)テキスト基本色 */
  word-wrap: break-word;
  font: 1.4rem/1.9 'Lato', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'YuGothic', 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);
}

@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

#main-container {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 0 60px 80px;
  animation: fadeIn 1.7s;
}

#primary {
  flex: 1;
  max-width: calc(100% - 50px - 320px);
  min-width: 0;
  margin-right: 50px;
}

#secondary {
  width: 320px;
  line-height: 1.8;
  font-size: 1.3rem;
}

.side-menu {
  width: 320px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #main-container {
    display: block;
    max-width: 930px;
  }
  #primary {
    max-width: 100%;
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 30px;
  }
  #reserve {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 800px) {
  #main-container {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 750px) {
  #reserve {
    display: block;
  }
  .side-menu {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 540px) {
  #main-container {
    padding: 0 15px 80px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

@keyframes slideInDown{0%,50%{opacity:0;transform:translateY(-100px)}100%{opacity:1;transform:translateY(0)}}

#header-banner {
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/headeraroundflower1.png) left top 45px /auto 36px repeat-x;/* 注)ナビ下黒い花画像不要の方この一行削除 */
}

#blog-name-container {
  max-width: 1300px;
  margin: auto;
  padding: 120px 60px 60px;
  text-align: center;
  animation: slideInDown 1.2s;
}

@media screen and (max-width: 800px) {
  #blog-name-container {
    padding: 120px 30px 60px;
  }
}
@media screen and (max-width: 540px) {
  #blog-name-container {
    padding: 120px 15px 60px;
  }
}

#blog-title {
  max-width: 800px;
  margin: auto;
  font: 2.4rem/1.4 'Berkshire Swash', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

#blog-title a {
  color: rgb(51,51,51);/* 注)ブログタイトルリンク色 */
}

#blog-title a:hover {
  text-shadow: 8px 8px 1px rgba(100,100,100,.1);
}

#site-description {
  max-width: 850px;
  margin: auto;
  padding-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}


/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  max-width: 850px;
  margin: auto;
  padding-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}

#breadcrumbs li {
  display: inline-block;
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
}

#breadcrumbs li a {
  display: inline-block;
  background-color: rgba(255,255,255,.7);
  border-radius: 2px;
  color: rgb(51,51,51);
  padding: .1em .4em;
  text-shadow: none;
}

#breadcrumbs .svg-inline {
  margin: 0 .5em;
  filter: drop-shadow(0px 2px rgba(85,85,85,.8));
}


/***------------------------------------------
      navigation (global and social)
------------------------------------------***/

.navi-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),
              0 4px 5px 0 rgba(0,0,0,.06),
              0 1px 10px 0 rgba(0,0,0,.08);
  background-color: white;
  font-size: 1.2rem;
  line-height: 45px;
}

/* fc2 search bar */
.navi-menu-adjust {
  top: 27px;
}

.navi-menu a {
  color: rgb(51,51,51);
}

#navi-sizing {
  max-width: 1300px;
  margin: auto;
  width: 100%;
  padding: 0 60px;
  overflow: hidden;
}

.left-navi {
  float: left;
  letter-spacing: .1em;/* 注)ナビ左側リンクのフォント字詰めはこの一行削除 */
  font-size: 11px;
  text-align: left;
}

#left-navi-list li {
  display: inline-block;
  padding-right: 15px;
}

#left-navi-list .pc-hide {
  display: none;
}

.right-social {
  float: right;
}

#right-sns-wrapper {
  display: inline-block;
  vertical-align: top;
}

.right-social a {
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
}

.mobile-toggle {
  display: none;
}

@media screen and (max-width: 800px) {
  #navi-sizing {
    padding: 0 30px;
  }
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 640px) {
  .mobile-toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4000;
    width: 58px;
    height: 45px;
    padding-top: 12px;
    padding-left: 15px;
    cursor: pointer;
  }
  .mobile-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 1000px;
    background-color: rgb(51,51,51);/* 注)上部ナビゲーションハンバーガーボタンの色 */
    transition: all .5s ease;
  }
  .mobile-toggle span:nth-of-type(3) {
    margin-bottom: 0;
  }
  .open-navi span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .navi-menu {
    height: auto;
    min-height: 45px;
  }
  #navi-sizing {
    padding: 0;
  }
  .left-navi {
    float: none;
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    padding: 60px 0 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }
  #left-navi-list li {
    display: block;
    line-height: 1.5;
    padding: .8em;
  }
  .right-social {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 15px;
  }
}

/* site search */
#expand-form {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 45px;
  margin: 0;
  vertical-align: top;
}

.search-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 2px;
  border-radius: 50%;
  background-color: transparent;
  line-height: 45px;
  text-align: center;
}

.search-btn .svg-inline {
  color: rgb(51,51,51);
}

#search-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 45px;
  margin: 0;
}

#search-form input[type="text"] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 30px;
  height: 45px;
  border: none;
  border-radius: 22px;
  background-color: rgb(250,250,250);
  color: rgb(51,51,51);
  padding: 0 5px 0 10px;
  cursor: pointer;
  outline: none;
  transition-duration: .5s;
}

#search-form input[type="text"]:focus {
  opacity: 1;
  width: 300px;
  cursor: text;
}

@media screen and (max-width: 374px) {
  #search-form input[type="text"]:focus {
    width: 245px;
  }
}

#search-form input[type="text"]::-webkit-input-placeholder {
 font-family: 'Berkshire Swash', cursive;
}

#search-form input[type="text"]::-moz-placeholder {
 font-family: 'Berkshire Swash', cursive;
}

#search-form input[type="submit"] {
  display: none;
}


/***------------------------------------------
      carousel slider
------------------------------------------***/

/* 注)カルーセル不要の方ここから削除 3/3 */
@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

.owl-height{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;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: 0 auto 40px;
  max-width: 1400px; /* 注)カルーセルの全体横幅 */
  animation: slideInUp 1.2s;
}

.disabled {
  display: none;
}

.item {
  position: relative;
}

.item::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(0,0,0,.2);
}

.grid-context {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.3);
  font-family: 'Berkshire Swash', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'YuGothic', sans-serif;
  text-align: center;
}

.grid-context::before,
.grid-context::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 60%;
  height: 1px;
  background-color: rgba(255,255,255,.3);
}

.grid-context::before {
  margin-top: -2px;
  left: 50px;
}

.grid-context::after {
  margin-top: 2px;
  right: 50px;
}

.owl-item .grid-context {
  display: none;
}

.active .grid-context {
  display: block;
}

.shutter-out-vertical {
  position: relative;
  height: 100%;
  background: transparent;
  color: white;
  padding: 20px 40px;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: color .3s;
}

.shutter-out-vertical::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgb(30,30,30);/* 注)カルーセルマウスホバー時背景色 */
  transform: scaleY(0);
  transform-origin: 50%;
  transition: transform .3s ease-out;
}

.context-top,
.context-bottom {
  height: 50%;
  position: relative;
}

.context-top-child,
.grid-desc {
  position: absolute;
  width: 100%;
  transition: .3s ease-in-out;
}

.grid-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: calc(1.4rem * 1.9 * 2);
}

.grid-title {
  max-height: 7rem;
  margin: auto;
  overflow: hidden;
  font-weight: bolder;
  font-size: 1.8rem;
  line-height: 1.3em;
  /* safari, chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* */
  transition: .3s ease-in-out;
}

.grid-category {
  overflow: hidden;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.context-top-child {
  left: 0;
  bottom: 20px;
}

.grid-desc {
  left: 0;
  top: 20px;
}

.grid-a:hover .shutter-out-vertical::before {
  transform: scaleY(1);
}

.grid-a:hover .context-top-child {
  bottom: 40px;
}

.grid-a:hover .grid-desc {
  top: 40px;
}

.owl-prev,
.owl-next {
  position: absolute;  
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.owl-prev {
  left: 264px;
}

.owl-next {
  right: 264px;
}

#nav-left,
#nav-right {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  color: rgb(51,51,51);
  font-size: 20px;
  line-height: 58px;
  text-align: center;
}

@media screen and (max-width: 1299px) {
  .owl-prev {
    left: 214px;
  }
  .owl-next {
    right: 214px;
  }
}
@media screen and (max-width: 1099px) {
  .owl-prev {
    left: 169px;
  }
  .owl-next {
    right: 169px;
  }
  #nav-left,
  #nav-right {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
  .grid-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .owl-prev {
    left: 119px;
  }
  .owl-next {
    right: 119px;
  }
}
@media screen and (max-width: 899px) {
  .owl-prev {
    left: 69px;
  }
  .owl-next {
    right: 69px;
  }
}
@media screen and (max-width: 799px) {
  .owl-prev {
    left: 29px;
  }
  .owl-next {
    right: 29px;
  }
}
@media screen and (max-width: 699px) {
  .active .grid-context {
    display: none;
  }
  .owl-prev {
    margin-top: -18px;
    left: 0;
  }
  .owl-next {
    margin-top: -18px;
    right: 0;
  }
  #nav-left,
  #nav-right {
    width: 36px;
    height: 36px;
    line-height: 33px;
  }
}
/* 注)カルーセル不要の方ここまで削除 3/3 */

/***------------------------------------------
      top page
------------------------------------------***/

#grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.element-item {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
}

.element-item:nth-of-type(3n+1) {
  width: 100%;
}

.element-item:nth-of-type(3n),
.element-item:nth-of-type(3n+2) {
  width: calc(50% - 15px);
}

.element-image {
  position: relative;
  overflow: hidden;
}

.element-image::before {
  content: "";
  display: block;
}

.element-item:nth-of-type(3n+1) .element-image::before {
  padding-top: 60%;
}

.element-item:nth-of-type(3n) .element-image::before,
.element-item:nth-of-type(3n+2) .element-image::before {
  padding-top: 70%;
}

.element-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: .3s ease-in-out;
  transform: scale3d(1.05,1.05,1);
}

.element-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.no-image-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  font-size: 1.6rem;
  font-family: 'Berkshire Swash', cursive;
}

.element-title {
  margin: 15px auto 10px;
  font: bolder 1.6rem/1.4 'Berkshire Swash', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'YuGothic', sans-serif;
}

.element-date,
.element-category {
  margin: 10px 0;
  font-size: 1.2rem;
}

.element-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: calc(1.4rem * 1.5 * 2);
  margin: 10px 0;
}

.element-footer {
  display: flex;
  position : absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid rgb(229,229,229);/* 注)グリッドフッターの枠線色 1/2 */
  color: rgb(100,100,100);
  font-size: 1.2rem;
  line-height: 40px;
}

.read-more {
  width: 25%;
  border-right: 1px solid rgb(229,229,229);
  border-left: 1px solid rgb(229,229,229);
}

.element-cmtb,
.element-sns {
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.element-cmtb li,
.element-sns li {
  flex-grow: 1;
}

.element-footer a {
  display: block;
  height: 100%;
  color: rgb(100,100,100);
}

.element-cmtb a:hover,
.read-more a:hover {
  color: rgb(204,102,153);
}

.element-cmtb .svg-inline {
  margin-right: .4em;
}

/* assigned SNS brand color */
.c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover {
  color: rgb(85,172,238);
}

.c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-hatena:hover {
  color: rgb(61,142,216);
}

.c-pencil:hover {
  color: rgb(204,102,153);
}

.element-a,
.element-a:hover {
  color: rgba(51,51,51,.4);
}

.element-a:hover .element-image-wrapper {
  transform: scale3d(1,1,1);
}

@media screen and (max-width: 1050px) {
  .element-item:nth-of-type(odd),
  .element-item:nth-of-type(even) {
    width: 100%;
  }
  .element-item:nth-of-type(odd) .element-image::before,
  .element-item:nth-of-type(even) .element-image::before {
    padding-top: 60%;
  }
}
@media screen and (max-width: 960px) {
  .element-item:nth-of-type(3n+1) {
    width: 100%;
  }
  .element-item:nth-of-type(3n),
  .element-item:nth-of-type(3n+2) {
    width: calc(50% - 15px);
  }
  .element-item:nth-of-type(3n+1) .element-image::before {
    padding-top: 60%;
  }
  .element-item:nth-of-type(3n) .element-image::before,
  .element-item:nth-of-type(3n+2) .element-image::before {
    padding-top: 70%;
  }
}
@media screen and (max-width: 620px) {
  .element-item:nth-of-type(odd),
  .element-item:nth-of-type(even) {
    width: 100%;
  }
  .element-item:nth-of-type(odd) .element-image::before,
  .element-item:nth-of-type(even) .element-image::before {
    padding-top: 60%;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

/* hero header on article */
#hero-header {
  margin: 0 auto 60px;
  max-width: 1300px;/* 注)個別記事ヒーローヘッダーの最大横幅 */
  padding: 0 60px;
  animation: slideInUp 1.5s;
}

@media screen and (max-width: 960px) {
  #hero-header {
    margin: 0 auto 30px;
    padding: 0;
  }
}

#hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#hero-wrapper::before {
  content: "";
  display: block;
  padding-top: 45%;
}

#hero-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

#hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background-color: rgba(0,0,0,.2); /* 注)ヒーローヘッダー上記事タイトルが読みづらい方は .2 の数字を大きくしてください(.4〜.9の間 1で完全不透明黒) */
  color: white;
  text-align: center;
}

#hero-title {
  margin: 0 auto 10px;
  font-weight: bolder;
  font-size: 1.6rem;
  line-height: 1.3;
}

#hero-datetime {
  font-size: 1.2rem;
}

/* content */
.main-body {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(220,220,220);/* 注)個別記事など下の仕切り線 */
}

#entry-header {
  text-align: center;
}

#entry-title {
  margin: 0 auto 10px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

#hero-entry-title {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}

#entry-datetime {
  font-size: 1.2rem;
}

#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;
}

#entry-footer {
  font-size: 1.2rem;
  font-family: 'georgia', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'YuGothic', sans-serif;
  font-style: italic;
}

#entry-cmtb-ul li {
  display: inline-block;
  margin-right: 1em;
}

#entry-tag {
  margin-top: 20px;
  font-style: normal;
}

#entry-tag a {
  display: inline-block;
  margin: 0 2px 4px 0;
  border: 1px solid rgb(220,220,220);
  border-radius: 1px;
  color: rgb(51,51,51);
  padding: 2px 10px; 
}

#entry-footer-sns {
  margin-top: 20px;
  text-align: right;
}

#entry-footer-sns li {
  display: inline-block;
  margin-left: .4em;
  vertical-align: top;
}

#entry-footer-sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.hatena {
  font-weight: 700;
  font-family: 'Verdana', sans-serif;
  font-style: normal;
}

#e-facebook {
  background: rgb(59,89,152);
  color: white;
}

#e-twitter {
  background: rgb(85,172,238);
  color: white;
}

#e-pinterest {
  background: rgb(206,15,25);
  color: white;
}

#e-hatena {
  background: rgb(61,142,216);
  color: white;
}

#e-pencil {
  background: rgb(245,245,245);
  color: rgb(51,51,51);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin-top: 20px;
  background: rgb(250,250,250);/* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 4px;
  padding: 15px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  padding: 3px 3px 5px 0;
  font-weight: bold;
  font-size: 1.3rem;
}

.date {
  padding-top: 10px;
}

#inner-contents .relate_ul {
  list-style-type: square;
  margin: 0 0 0 1.5em;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  position: relative;
  z-index: 1;
  margin: 80px auto 30px;
  padding: 15px;
  background-color: rgb(252,252,252);
}

#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;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 3;
  width: 100%;
  margin: auto;
  padding-top: 20px;
  font: 1.6rem/1.4 'Berkshire Swash', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'YuGothic', sans-serif;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail a {
  color: rgba(51,51,51,.6);
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  float: left;
  width: 50%;
  height: 88px;
}

@media screen and (max-width: 560px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    float: none;
    width: 100%;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay::before {
  content: "No image";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: rgb(245,245,245);/* 注)No image 関連記事サムネイル背景色 */
  border-radius: 1px;
  font: 11px/80px 'Berkshire Swash', cursive;
  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
------------------------------------------***/

/* Index, Comment などタイトル */
.another-title {
  margin: 0 auto 20px;
  padding: 0 8px;
  font: 1.6rem/1.4 'Berkshire Swash', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'YuGothic', sans-serif;
  text-align: center;
}

.another-title span {
  font-size: 1.3rem;
  font-family: 'Lato', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'YuGothic', sans-serif;
}

.height-adjust {
  margin-top: -45px;
  padding-top: 65px;
}

.border-container {
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  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 {
  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
------------------------------------------***/

#community,
#trackback {
  margin-top: -45px;
  padding-top: 45px;
}

#left-half {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
}

#right-half {
  display: inline-block;
  width: 49%;
  margin-left: 1%;
}

#comment_form input {
  width: 100%;
  margin-bottom: 15px;
  padding: 1.2rem;
  border-radius: 2px;
  border: 1px solid rgb(240,240,240);
  background-color: rgb(250,250,250);
  outline: none;
  -webkit-appearance: none;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(51,51,51);
  background-color: white;
}

#comment {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid rgb(240,240,240);
  background-color: rgb(250,250,250);
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
 font-family: 'Berkshire Swash', cursive;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
 font-family: 'Berkshire Swash', cursive;
}

/* 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;
  position: relative;
  left: 0;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@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;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label::before {
    border: 1px solid rgb(220,220,220);
  }

  #no-p input[type=checkbox]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label::after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色(1/3) */
  }

  #no-p input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色(2/3) */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色(3/3) */
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  width: 49%;
  max-width: 156px;
  height: 36px;
  margin-top: 20px;
  border: none;
  background-color: rgb(30,30,30);/* 注)コメントsend, deleteボタン背景色 */
  color: white;/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font: 1.4rem/36px 'Berkshire Swash', cursive;
  text-align: center;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(204,102,153);/* 注)コメントsend, deleteボタンボバー時背景色 */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      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;
  font-size: 1.3rem; /* 注) トラックバックフォント大きさ */
  outline: none;
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
  line-height: 1.5;
}

.list-title a {
  text-decoration: none;
}

.index-p {
  padding: 10px 0;
}

.list-entry {
  padding: 10px 0;
  overflow: hidden;
}

.list-entry-date,
.list-entry-category {
  font-family: 'georgia', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'YuGothic', sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  text-align: right;
}

/* only for search page */
.list-a {
  float: right;
  width: 72px;
  height: 72px;
  margin-bottom: 5px;
  margin-left: 10px;
  color: rgba(51,51,51,.4);
}

.list-a:hover {
  color: rgba(51,51,51,.4);
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 1px;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(245,245,245);/* 注)No image 検索結果背景色 */
  font: 11px/72px 'Berkshire Swash', cursive;
  text-align: center;
}

.number-of-cmtb-ul {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb-ul li {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.sidebar-style a {
  color: rgb(100,100,100);/* 注)サイドメニューリンク色 */
}

.sidebar-style a:hover {
  color: rgb(204,102,153);/* 注)サイドメニューリンク色 */
}

.side-menu h4 {
  font: 1.5rem/1.4 'Berkshire Swash', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'YuGothic', sans-serif;
  text-align: center;
}

#secondary .side-menu h4 {
  position: relative;
  margin: 0 auto 50px;/* 注)サイドメニュータイトル下花画像を削除した方は50pxを20pxに修正 1/2 */
  padding: 10px 5px;
  border: 1px solid rgb(229,229,229);
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),
              0 4px 5px 0 rgba(0,0,0,.06),
              0 1px 10px 0 rgba(0,0,0,.08);
  background-color: white;
}

/* 注)サイドメニュータイトル下花画像不要の方ここから削除 2/2 */
.side-menu h4::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 34px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/20160928205046cfb.png) center center /100% auto no-repeat;
}
/* 注)サイドメニュータイトル下花画像不要の方ここまで削除 2/2 */


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  table-layout: fixed;
  width: 100%;
  max-width: 350px;
  margin: auto;
  border-spacing: 3px 6px;
  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;
  padding: 0;
  line-height: 30px;
}

.calender td a {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 1px solid rgb(220,220,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  border: 1px solid rgb(204,102,153);
  background: rgb(204,102,153);
  color: white;
}

/* profile */
.plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
}

.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: 1px;
  border: 1px solid rgb(220,220,220);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  border-radius: 1px;
  border: 0;
  background: rgb(51,51,51);
  color: white;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
}

.plugin-mail input[type="submit"]:hover,
.plugin-search input[type="submit"]:hover {
  background: rgb(204,102,153);
}

/* search */
.plugin-search {
  margin: auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 1.5px 4px 0;
  padding: 4px 10px 3px;
  border-radius: 1px;
  border: 1px solid rgb(220,220,220); /* 注)個別記事下tagボーダー色 */
}

.plugin-tag a:hover {
  background-color: rgb(204,102,153); /* 注)個別記事下tagホバー時背景色 */
  border: 1px solid rgb(204,102,153);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  width: 100%;
  margin: 70px auto 30px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 3px 3px 0;
  border-radius: 50%;
  box-shadow: 1px 0 0 0 rgb(240,240,240), 
              0 1px 0 0 rgb(240,240,240), 
              1px 1px 0 0 rgb(240,240,240),
              1px 0 0 0 rgb(240,240,240) inset, 
              0 1px 0 0 rgb(240,240,240) inset;
}

.light-theme a,
.light-theme span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  color: rgb(51,51,51);
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
}

.light-theme a:hover {
  background-color: rgb(204,102,153); /* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(240,240,240);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  box-shadow: none;
  background-color: rgb(30,30,30);/* 注)汎用ページ送りprev/ next時背景色 */
  color: white;
}

/* article */
#posted-pager {
  display: flex;
  align-items: center;
  margin: 70px auto 30px;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#page-home {
  margin: 0 10px;
  width: 34px;
}

#page-left,
#page-right {
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
}

#center-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgb(30,30,30);
  color: white;
}

#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: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgb(30,30,30);
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  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(204,102,153);
}

/* titlelist */
#titlelist-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px auto 30px;
  max-width: 400px;
  font-size: 12px;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 34px;
  height: 34px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(30,30,30);
  color: white;
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(204,102,153);
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  opacity: 0;
  position: fixed;
  top: 40%;
  z-index: 100003;
  width: 180px;
  height: 80px;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  transition: opacity .7s ease;
  pointer-events: none;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

#page-div-right,
#page-div-left {
  display: block;
  width: 180px;
  height: 80px;
  margin: 0;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  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;
  border-radius: 50%;
  background-color: rgba(204,102,153,.2);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  line-height: 80px;
  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;
  overflow: hidden;
  line-height: 1.4;
}

.appear {
  opacity: 1;
  pointer-events: auto;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* animation */
@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: 3000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid rgba(179,171,180,.5);
  background-color: rgba(255,255,255,.4);
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
    bottom: 130px;
  }
  #pagemiddle {
    display: block;
  }
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

.new {
  margin-left: .3em;
  color: red;
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}

#footer {
  position: relative;
  width: 100%;
  padding: 40px 8px;
  background-color: rgb(30,30,30); /* 注)フッター背景色 */
  color: white;
  line-height: 1.3;
  text-align: center;
}

/* 注)ナビ下黒い花画像不要の方ここから削除 */
.end::before {
  content: "";
  display: block;
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  height: 36px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/footerraroundflower1.png) left top /auto 36px repeat-x;
}
/* 注)ナビ下黒い花画像不要の方ここまで削除 */

.end a:hover {
  color: white;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

#ad1,
#ad2 {
  color: rgb(150,150,150);
  font-size: 11px;
}

#ad1 a,
#ad2 a {
  color: rgb(150,150,150);
}

#ad1 a:hover,
#ad2 a:hover {
  color: rgb(150,150,150);
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  position: relative;
  z-index: 1;
  margin: 4em 15px 3em;
  padding-left: 15px;
  border-left: 3px solid rgb(51,51,51);
}

blockquote::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -36px;
  z-index: -1;
  width: 33px;
  height: 33px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAAllBMVEUAAADOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7BbRMgAAAAMXRSTlMAAQIEBQYLDA0SFBYcITE1O0FGW1xfaWxweXt+iIySmpujsr7DzM/T1drc4Ovv8/v96SAr2gAAALtJREFUOMvt0DcSwkAQRNERLN57773Xv//lCKAQu5pFGSR0Nq86mGqRX6bQ6AxH9c8WNE8AkPtkpQPPFMVv1RuxWtzKRCmIz9LnSObPlmLdx7WspKL342ZCAHrvQyhWA2Bm7aXYBIC8JNgaYGOvr9gFYCpJBsBYkgyArSTZY6FB1hhjTOA1rCzyHrOJq8ccYiGquUSgWoyMaPavORYqNcV2joSBaNZyaCKiWWplyTEjHmvvX3DqGxGPfT93kFSTdVAqkgEAAAAASUVORK5CYII=) center center /cover no-repeat;
  color: rgb(206,206,206);
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video::before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 8px);
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

.emoji {
  vertical-align: middle;
}