@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Colony
* The first edition: 2016.8.29
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.5 - JS削除(軽量化), その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイル削除
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* 2018.1.22 - 画像遅延読み込み導入(デフォルト設定グリッドページのみ), ドロワーサイドメニューの廃止(スマホ), リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* Latest update: 2018.3.6 - 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: 4em 15px 3em;
  border-left: 3px solid rgb(51,51,51);
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "\f10d";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(206,206,206);
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(0,153,255); /* 注)基本リンク色 (approx)Pink Swan */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      date
------------------------------------------***/

span.month01:before{content:"January"}span.month02:before{content:"February"}span.month03:before{content:"March"}span.month04:before{content:"April"}span.month05:before{content:"May"}span.month06:before{content:"June"}span.month07:before{content:"July"}span.month08:before{content:"August"}span.month09:before{content:"September"}span.month10:before{content:"October"}span.month11:before{content:"November"}span.month12:before{content:"December"}span.youbiSun:before{content:"Sunday"}span.youbiMon:before{content:"Monday"}span.youbiTue:before{content:"Tuesday"}span.youbiWed:before{content:"Wednesday"}span.youbiThu:before{content:"Thursday"}span.youbiFri:before{content:"Friday"}span.youbiSat:before{content:"Saturday"}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

/* animation */
@-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)}}@-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)}}

body {
  margin: 0;
  background-color: rgb(245,245,245);
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 '游ゴシック体', '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);
}

#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: 40px 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 40px;
  max-width: 1000px;
  overflow: hidden;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

#secondary {
  width: 300px;
  line-height: 1.8;
  font-size: 1.2rem;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

.side-menu {
  margin-bottom: 30px;
  width: 300px;
}

#tertiary {
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/colonyter1.jpg) center top;/* 注)フッター上プラグイン3背景画像 */
  color: rgb(51,51,51);
  position: relative;
  text-align: center;
}

#tertiary:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/colonytertp.jpg) center top;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.aside-footer-container {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap:wrap;/* fallback ie10 */
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;/* fallback old safari */
  justify-content: space-around;
  margin: auto;
  max-width: 1300px;
  line-height: 1.8;
  padding: 40px 60px 60px;
  font-size: 1.2rem;
}

@media screen and (max-width: 880px) {
  #main-container {
    display: block;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    margin: auto;
    width: 100%;
    padding-top: 30px;
  }
  #reserve {
    display:-webkit-box;/* fallback old Android */
    display:-ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    margin: auto;
    padding-top: 0;
    -ms-flex-wrap:wrap;/* fallback ie10 */
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;/* fallback old safari */
    justify-content: space-around;
  }
}
@media screen and (max-width: 700px) {
  #reserve,
  .aside-footer-container {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 666px) {
  #main-container {
    padding: 40px 30px 80px;
  }
  .aside-footer-container {
    padding: 40px 30px 60px;
  }
}
@media screen and (max-width: 540px) {
  #main-container {
    padding: 40px 0 80px;
  }
  .aside-footer-container {
    padding: 40px 0 60px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  position: relative;
}

#header-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/colonytertp.jpg) center top; /* 注)ヘッダー最上部細い背景 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#blog-name-container {
  margin: auto;
  max-width: 1300px;
  padding: 58px 60px 50px;
}

@media screen and (max-width: 666px) {
  #blog-name-container {
    padding: 38px 30px 30px;
  }
}
@media screen and (max-width: 540px) {
  #blog-name-container {
    padding: 38px 15px 30px;
  }
}


/* 注)ブログタイトルフォント関連 */
#blog-title {
  margin: 0;
  max-width: 800px;
  font: 2.4rem/1.4 'Oranienbaum', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  -webkit-animation: slideInDown 1.5s;
  animation: slideInDown 1.5s;
}

#blog-title a {
  display: inline-block;
  color: rgb(51,51,51);
}

#blog-title a:hover {
  color: rgb(186,164,157);
}

/* 注)ブログタイトル下ブログ説明文 */
#site-description {
  max-width: 850px;
  line-height: 1.5;
  padding-top: 10px;
  font-size: 1.3rem;
}


/***------------------------------------------
      SNS
------------------------------------------***/

#header-sns {
  margin: auto;
  max-width: 1300px;
  list-style: none;
  padding: 0 60px;
  font-size: 1.3rem;
  text-align: right;
}

#entry-footer-sns {
  margin: auto;
  text-align: right;
}

@media screen and (max-width: 666px) {
  #header-sns {
    padding: 0 30px;
  }
}
@media screen and (max-width: 540px) {
  #header-sns {
    padding: 0 15px;
  }
}

#header-sns li,
#entry-footer-sns li {
  display: inline-block;
  margin: 0 0 4px 8px;
}

#header-sns li a,
#entry-footer-sns li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 30px;
  text-align: center;
}

#header-sns li a:hover,
#entry-footer-sns li a:hover {
  color: white;
}

/* SNS brand color */
.c-facebook:hover {
  background-color: rgb(59,89,152);
}

.c-twitter:hover {
  background-color: rgb(73,171,242);
}

.c-instagram:hover {
  background-color: rgb(81,127,164);
}

.c-pinterest:hover {
  background-color: rgb(206,15,25);
}

.c-google-plus:hover {
  background-color: rgb(221,75,57);
}

.c-youtube:hover {
  background-color: rgb(204,24,30);
}

.c-pencil:hover {
  background-color: rgb(186,164,157);
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin: auto;
}

.fixed-positioning {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.navi-menu-adjust {
  top: 27px;
}

#navi-sizing {
  margin: auto;
  max-width: 1300px;
  background-color: rgb(245,245,245);
  line-height: 45px;
  padding: 0 60px;
  font-family: 'Oranienbaum', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 666px) {
  #navi-sizing {
    padding: 0 30px;
  }
}

.sp-navi {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}

#navi-list {
  padding: 0 12px;
}

#navi-list li {
  display: inline-block;
  padding-right: 2.5em;
}

#navi-list 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-family: 'Oranienbaum', sans-serif;
  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(51,51,51);
}

#modal-input::-moz-input-placeholder {
  color: rgb(51,51,51);
}

#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;
}

#navi-list .pc-hide {
  display: none;
}

.mobile-toggle {
  display: none;
}

/* navi breakpoint 2/2 ナビ折りたたみ必要な方コメント解除
@media screen and (max-width: 540px) {
  .mobile-toggle {
    display: block;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    z-index: 100005;
    text-align: center;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    margin: 0 auto 5px;
    height: 2px;
    background-color: rgb(51,51,51);
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .mobile-toggle span:nth-of-type(3) {
    margin-bottom: 0;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  .navi-menu {
    height: auto;
    padding: 0;
  }
  #navi-sizing {
    padding: 0;
  }
  .sp-navi {
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    padding: 30px 0 40px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  #navi-list {
    display: block;
    padding: 0;
    text-align: center;
  }
  #navi-list li {
    margin: auto;
    width: 50%;
  }
  #navi-list li {
    line-height: 1.5;
    padding: 1em;
  }
}
ここまで */

/* navi breakpoint を有効化したらこの内容は消す */
@media screen and (max-width: 540px) {
  #navi-sizing {
    padding: 0 15px;
  }
  #navi-list {
    padding: 0;
  }
}
/* ここまで */


/***------------------------------------------
      top page(grid)
------------------------------------------***/

#grid-container {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  -ms-flex-wrap:wrap;/* fallback ie10 */
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.element-item {
  margin-bottom: 24px;
  width: calc(100% / 3 - 12px);
  background-color: white;
  position: relative;
  font-family: 'Oranienbaum', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

*::-ms-backdrop, .element-item {/* hack for ie11 */
  width: calc(33.33% - 12px);
}

.element-item:nth-child(3n+2):last-child {
  margin-right: calc(100% / 3 + 6px);
}

*::-ms-backdrop, .element-item:nth-child(3n+2):last-child {
  margin-right: calc(33.33% + 6px);
}

/* grid content */
.context {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 55%;
  line-height: 1.3;
  padding: 0 10px;
}

/* left */
.context-left {
  display: table-cell;
  width: 55px;
  padding-bottom: 80px;
  vertical-align: bottom;
}

/* right */
.context-right {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: bottom;
  text-align: right;
}

.element-title {
  margin: auto;
  max-height: 7.5em;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
}

.element-item:before {
  content: "";
  display: block;
  padding-top: 155%;
}

.inner-parent {
  width: 100%;
  height: 100%;
  box-shadow:4px 4px 13px -1px rgba(0,0,0,.2);
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.imgLiquidFill {
  width: 100%;
  height: 45%;
  position: relative;
}

.imgLiquidFill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';/* hack for microsoft browser */
}

.element-noimage {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  text-align: center;
}


.element-datetime {
  display: block;
  font-size: 1.3rem;
}

.element-datetime span {
  display: block;
}

.topentry-day {
  font-size: 25px;
}


.number-of-comment {
  padding-bottom: 5px;
  font-size: 12px;
}

.element-category {
  padding-bottom: 5px;
  font-size: 12px;
}

.element-title a {
  color: rgb(51,51,51);
}

@media screen and (max-width: 1100px) {
  .element-item {
    width: calc(50% - 12px);
  }
  *::-ms-backdrop, .element-item {
    width: calc(50% - 12px);
  }
  .element-item:nth-child(3n+2):last-child {
    margin-right: 0;
  }
  *::-ms-backdrop, .element-item:nth-child(3n+2):last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 880px) {
  .element-item {
    width: calc(100% / 3 - 12px);
  }
  *::-ms-backdrop, .element-item {
    width: calc(33.33% - 12px);
  }
  .element-item:nth-child(3n+2):last-child {
    margin-right: calc(100% / 3 + 6px);
  }
  *::-ms-backdrop, .element-item:nth-child(3n+2):last-child {
    margin-right: calc(33.33% - 6px);
  }
}
@media screen and (max-width: 800px) {
  .element-item {
    width: calc(50% - 12px);
  }
  *::-ms-backdrop, .element-item {
    width: calc(50% - 12px);
  }
  .element-item:nth-child(3n+2):last-child {
    margin-right: 0;
  }
  *::-ms-backdrop, .element-item:nth-child(3n+2):last-child {
    margin-right: 0;
  }
}
/* iPhone6, iPhoneX */
@media screen and (max-width: 540px) {
  #grid-container {
    padding: 0 6px;
  }
  .element-item {
    width: calc(50% - 3px);
  }
  *::-ms-backdrop, .element-item {
    width: calc(50% - 3px);
  }
  .element-item:before {
    padding-top: 175%;
  }
  .element-noimage {
    font-size: 1.6rem;
  }
  .inner-parent {
    padding: 5px;
  }
  .context {
    display: block;
    padding: 0;
    position: relative;
  }
  .context-left {
    display: block;
    width: 100%;
    padding-top: 5px;
  }
  .context-right {
    display: block;
    width: 100%;
    max-height: 8em;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .topentry-day {
    font-size: 2rem;
  }
  .element-title {
    max-height: 5em;
    font-size: 13px;
  }
  .element-datetime {
    font-size: 1.2rem;
  }
  .number-of-comment{
    padding: 0;
    font-size: 11px;
  }
  .element-category {
    font-size: 11px;
  }
}
/* iPhone5 */
@media screen and (max-width: 374px) {
  #grid-container {
    padding: 15px;
  }
  .element-item {
    width: 100%;
  }
  *::-ms-backdrop, .element-item {
    width: 100%;
  }
  .element-item:before {
    padding-top: 140%;
  }
  .inner-parent {
    padding: 10px;
  }
  .imgLiquidFill {
    height: 45%;
  }
  .context {
    display: table;
    table-layout: fixed;
    height: 55%;
    padding: 0;
    position: static;
  }
  .context-left {
    display: table-cell;
    width: 55px;
    padding-top: 20px;
    padding-bottom: 0;
    vertical-align: top;
  }
  .context-right {
    display: table-cell;
    width: 80%;
    padding-bottom: 10px;
    position: static;
    vertical-align: bottom;
    text-align: right;
  }
  .topentry-day {
    font-size: 25px;
  }
  .element-title {
    max-height: 5em;
    font-size: 14px;
  }
  .element-datetime {
    font-size: 13px;
  }
  .number-of-comment{
    padding: 0;
    font-size: 13px;
  }
  .element-category {
    padding-bottom: 5px;
    font-size: 13px;
  }
}

/* new mark on top page */
.post-wrapper {
  position: absolute;
  top: 43%;
  left: 17px;
}

@media screen and (max-width: 540px) {
  .post-wrapper {
    left: 50px;
  }
}
@media screen and (max-width: 374px) {
  .post-wrapper {
    left: 30px;
  }
}

.postmark{
  margin: 0;
  width: 80px;
  height: 80px;
  border: 6px double rgba(186,164,157,.7);
  border-radius: 50%;
  color: red;
  line-height: 50px;
  padding: 10px;
  position: relative;
  text-align: center;
  font-family: 'Oranienbaum', serif;
  font-size: 14px;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}

.postmark:before {
  content: "Latest";
  display: block;
  width: 48px;
  border-bottom:1px solid rgb(186,164,157);
  color: rgb(186,164,157);
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  top: 14%;
  font-size: 12px;
}

.postmark:after {
  content: "entry";
  display: block;
  width: 48px;
  border-top: 1px solid rgb(186,164,157);
  color: rgb(186,164,157);
  line-height: 1;
  position: absolute;
  bottom: 14%;
  padding: 2px 0 0;
  font-size: 12px;
}

.new {
  margin-left: .4em;
  color: red;
  font-size: 1.1rem;
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 40px;
  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: 1120px) {
  .main-body {
    padding: 20px;
  }
}
@media screen and (max-width: 540px) {
  .main-body {
    padding: 20px 15px;
  }
}

#entry-header {
  font: 1.3rem/1.4 'Oranienbaum', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

#entry-title {
  margin: auto;
  padding: 10px 0;
  font-size: 1.7rem;
  font-weight: bold;
}

#entry-comment,
#entry-tb {
  display: inline-block;
}

#entry-tb {
  margin-left: 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;
}

#entry-footer {
  font-size: 1.2rem;
}

#entry-category a,
#entry-tag a {
  margin-left: .5em;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 10px;
  font: 1.7rem/1.4 'Oranienbaum', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.another-title span {
  font-family: '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.3rem;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.height-adjust {
  padding-top: 65px;
  margin-top: -45px;
}

.border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  line-height: 48px;
  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 {
  font-size: 1.3rem;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#left-half {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}

#right-half {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}

#comment_form input {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid silver;/* 注)コメントフォーム各項目ボーダー色 */
  padding: 12px;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(51,51,51);
}

#comment {
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid silver;/* 注)コメントフォームテキストエリアボーダー色 */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  letter-spacing: 1px;
  font-family: 'Oranienbaum', serif;
  font-size: 11px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: 1px;
  font-family: 'Oranienbaum', serif;
  font-size: 11px;
}

/* 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;
  font-family: 'Oranienbaum', serif;
}
 
@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コメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #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: rgb(152,126,117);/* 注)send, deleteボタン背景色 */
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  color: white;/* 注)send, deleteボタン文字色 */
  cursor: pointer;
  padding: 4px 0;
  font-family: 'Oranienbaum', 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(186,164,157);/* 注)send, deleteボタンホバー時背景色 */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      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);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 100px auto 30px;
  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%;
  border-top: 1px solid silver;
  padding-top: 20px;
  position: absolute;
  top: -70px;
  z-index: 3;
  font: 1.6rem/1.4 'Oranienbaum', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1220px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@media screen and (max-width: 940px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 880px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 740px) {
  #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;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

#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 {
  border-radius: 50%;
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/colonynoimage.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);
  color: rgba(51,51,51,.6);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-family: 'Oranienbaum', serif;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

@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;
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
}

.relate_dt,
.tb_dt {
  font-weight: bolder;
  padding-bottom: 5px;
}

.date {
  padding-top: 10px;
}

.relate_ul,
.tb_ul {
  font-size: 1.2rem;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bolder;
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: rgba(51,51,51,.6);
  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.fc2.com/v/a/n/vanillaice000/colonynoimage.jpg) center center /cover no-repeat;/* 注)No image画像 検索結果 */
}

.search-noimage:before {
  content: "No image";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);/* 注)検索結果ページNo image上マスク背景色 */
  position: absolute;
  top: 0;
  left: 0;
  font: 12px/72px 'Oranienbaum', serif;
  text-align: center;
}

/* only for search */
.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 8rem;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.sidebar-style {
  text-align: left;
}

.side-menu h4 {
  margin: 0 auto 20px;
  background-color: rgb(186,164,157);/* 注)サイドメニュープラグインタイトル背景色 (approx)Martini */
  color: white;
  line-height: 1.3;
  padding: .4em .2em;
  font: 1.6rem/1.4 'Oranienbaum', '游明朝', '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.5em;
  list-style-type: disc;
}

#tertiary a {
  color: rgb(51,51,51);
}

#tertiary a:hover {
  color: rgb(150,150,150);
} 


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: auto;
  width: 260px;
  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;
  border: 1px solid rgba(45,48,62,.2);/* 注)カレンダーリンクボーダー色 */
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(152,126,117);/* 注)カレンダーリンクホバー時背景色 */
  border-color: rgb(152,126,117);
  color: white;
}

/* 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(152,126,117);
  border: none;
  color: white;
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 2px 4px 0;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
  padding: .1em .5em;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 30px;
  font-family: 'Times New Roman', serif;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 3px;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 35px;
  vertical-align: middle;
  font-size: 12px;/* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(186,164,157);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(212,217,220,.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(152,126,117);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article */
#posted-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 70px auto 30px;
  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: rgb(152,126,117);
  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: block;
  margin: auto;
  width: 34px;
  height: 34px;
  background-color: rgb(152,126,117);
  color: white;
  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(186,164,157);
}

/* 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 30px;
  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: rgb(152,126,117);
  color: white;
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  top: 40%;
  z-index: 3000;
  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(186,164,157,.2);/* 注)個別記事ページサイドページ送り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;
}


/***------------------------------------------
      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: 3000;
  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: 3px;
  line-height: 39px;
  font-family: 'Oranienbaum', sans-serif;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}

@media screen and (max-width: 880px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

#footer {
  padding: 30px 10px;
  line-height: 1.4;
  font-family: 'Oranienbaum', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
}

#designer {
  color: rgb(186,164,157);
}

#ad1,
#ad2 {
  font-size: 11px;
  text-align: left;
}


/***------------------------------------------
      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;
}

.responsive-unit{
  max-width: 336px;
}