@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Sweetie
* The first edition: 2016.6.7
* 2016.10.6 - ドロップダウンメニュー内リンク動作不全を修正, その他微調整
* 2017.1.25 - SNSシェアリンクをエンコード
* Latest update: 2017.9.22 - SSL化に伴うURL正規化
*/

/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol {
  list-style-type: none;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small, time {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"],  
input[type="search"], 
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: button;
  border-radius: 0;
  font-size: inherit;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}

#fc2_text_ad {
  font-size: 12px;
}

#change_mobile {
  display: none;
}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 0 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;
}


/***------------------------------------------
      common
------------------------------------------***/

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";
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(113,124,33); /* 注)記事内のリンク色はこちら */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

body { /* 注)基本フォント関連 */
  color: rgb(51,51,51);
  position: relative;
  font: 13px/1.8 'Montserrat', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meryo', 'メイリオ';
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* layout */
#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
}

#main {
  margin: 0 auto;
  width: 80%;
  max-width: 1000px; /* 注)記事の最大横幅指定 */
  -webkit-animation-duration: 1s; 
  animation-duration: 1s;
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both;
}

@media screen and (max-width: 768px) {
  #main {
    width: 100%;
  }
}

#secondary {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(245,245,245);
  padding: 80px 0;
  text-align: center;
}

#sidenav {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #sidenav {
    width: 100%;
  }
}

.mobile-adjust {
  top: 27px;
}

/* main content animation */
@-webkit-keyframes fadeInUp { 
  0% { 
    opacity: 0; 
    -webkit-transform: translateY(20px); 
  } 
  100% { 
    opacity: 1; 
    -webkit-transform: translateY(0); 
  } 
} 
@keyframes fadeInUp { 
  0% { 
    opacity: 0; 
    transform: translateY(20px); 
  } 
  100% { 
    opacity: 1; 
    transform: translateY(0); 
  } 
} 
.fadeInUp { 
  -webkit-animation-name: fadeInUp; 
  animation-name: fadeInUp; 
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  margin: 0 auto 40px;
  width: 100%;
  color: rgb(84,67,54);
}

.blog-name-container {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 850px;
  min-height: 256px;
  padding: 30px 100px 70px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/leftflowerleaf.png) left center no-repeat,
              url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/rightflower_leaf.png) right center no-repeat;
  background-size: 194px 256px;
  text-align: center;
}

@media screen and (max-width: 568px) {
  .blog-name-container {
    min-height: 90px;
    padding: 20px 30px 45px;
    background-image: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/sp_topflower.png),
                      url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/sp_bottomflower.png);
    background-position: right top,
                         left bottom;
    background-size: 153px 90px;
  }
}
@media screen and (max-width: 768px) {
  #blog-name-container {
    display: block;
    width: 100%;
  }
}

#welcome {
  padding-bottom: 25px;
  font: 30px/1.1 'Amatic SC', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meryo', 'メイリオ';
}

#welcome:first-letter {
  font-size: 50px;
}

.blog-title {
  margin: 0;
  padding-bottom: 25px;
  line-height: 1.3;
  letter-spacing: .2em;
  font-size: 20px; /* 注)トップページのブログタイトル文字大きさ */
  font-weight: bold;
}

/* 注)トップページのブログタイトルフォント関連 */
.blog-title a {
  color: rgb(84,67,54);
  text-shadow: 2px 4px 3px rgba(255,255,255,.5);
}

.blog-title a:hover, .permanent-blog-title a:hover {
  opacity: .6;
}

.sub-title { /* 注)サブタイトルフォント関連 */
  line-height: 1.3;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin: 0 auto 50px;
  width: 100%;
  height: auto;
  line-height: 1;
}

.mobile-toggle {
  display: none;
}

.navi-menu {
  width: 100%;
  background-color: rgb(208,213,148); /* グローバルナビ背景色 (approx)Deco */
  border-top: 2px dashed white;
  border-bottom: 2px dashed white;
  box-shadow: 0 0 0 4px rgb(208,213,148), 2px 1px 6px 4px rgba(10,10,0,.5);
}

.fixed-positioning {
  position: fixed;
  top: 4px;
  z-index: 100004;
}

.navi-menu-adjust {
  top: 31px;
}

.dropmenu {
  margin: 0 auto;
  list-style: none;
  font-size: 12px;
  text-align: center;
}

.dropmenu > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.dropmenu > li:not(.marking):before {
  content: "\f064";
  font-family: 'FontAwesome';
  font-size: 30px;
  color: rgba(255,255,255,.0);
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.dropmenu > #modal-search:before {
  content: "\f0b2";
  font-family: 'FontAwesome';
  font-size: 30px;
  color: rgba(255,255,255,.0);
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.dropmenu .pc-hide {
  display: none;
}

.marking {
  cursor: crosshair;
}

.dropmenu > li > a, .dropmenu > .marking > span {
  display: block;
  margin: 0;
  height: 100%;
  padding: 1em 1.8em;
  text-decoration: none;
  font-weight: bolder;
  color: rgb(51,51,51); /* 注)ナビゲーションリンク色 Night Rider */
  position: relative;
  z-index: 10;
}

.dropmenu > li:hover:not(.marking):before,
.dropmenu > #modal-search:hover:before {
  color: rgba(255,255,255,1);
}

.fade-in-up > li > ul {
  list-style: none;
  position: absolute;
  z-index: 100003;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  width: 300px;
  background: white;
  padding: 20px 15px;
  border: 1px solid rgb(207,207,207);
  text-align: left;
}

.fade-in-up > li > ul {
  opacity: 0;
  top: 140%;
  visibility: hidden;
  transition: .5s;
}

.fade-in-up > li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.dropmenu > li > ul > li {
  width: 100%;
}

.submenu-anchor {
  display: block;
  margin-left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  text-align: left;
  color: rgb(51,51,51); /* 注)ドロップダウン「About」子メニューリンク色 Night Rider */
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.submenu-anchor:hover {
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .navigation-container ul .sp-hide {
    display: none;
  }
  .dropmenu > li:not(.marking):before,
  .dropmenu > #modal-search:before {
    display: none;
  }
  .mobile-toggle {
    display: block;
    margin: 0 0 0 auto;
    cursor: pointer;
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 10px 10px 6px 4px;
  }
  .mobile-toggle span {
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 1000px;
    background: rgb(113,124,33); /* 注)上部ナビゲーションハンバーガーボタンの色  (approx)Tamarillo*/
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .ordinary-navi {
    display: none;
    max-height: 480px;
    padding-bottom: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dropmenu > li, .dropmenu > .marking {
    display: block;
    padding: .3em 0;
    position: static;
  }
  .dropmenu > .marking > ul {
    display: none;
    padding: 20px 0;
    background-color: rgba(255,255,255,.4); /* タブレット・スマホでのナビゲーション子メニュー展開時背景色 (approx)Tamarillo+不透明度0.4 */
  }
  .dropmenu > .marking > span {
    margin-left: 2em;
  }
  .dropmenu > .marking > span:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 2em;
  }
  .submenu-anchor {
    display: inline-block;
    padding: .8em 0;
    color: rgb(51,51,51);
    text-align: center;
  }
  .submenu-anchor:hover {
    margin-left: 0;
    color: rgb(196,30,85);
  }
}

/* search modal */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 100005;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background: rgba(255,255,255,.95); /* 注)サイト内検索モーダル背景色 white 不透明度0.95 */
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 100005;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px 0;
  font-family: 'Montserrat', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meryo', 'メイリオ';
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 60px;
  font-size: 18px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgb(179,179,179); /* 注)サイト内検索モーダル Close文字色 (approx)Pink Swan */
}

.remodal-close:hover,
.remodal-close:focus {
  color: rgb(51,51,51); /* 注)サイト内検索モーダル Closeホバー時文字色 Night Rider */
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#remodal-search-form input {
  margin: 0 auto;
  display: block;
  width: 98%;
  max-width: 800px;
  outline: none;
  border: none;
  border-bottom: 1px solid rgb(51,51,51); /* 注)サイト内検索テキスト入力下部ボーダー色 Night Rider */
  font-size: 20px;
  background: transparent;
  padding: .3em;
}

/* modal animation */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/***------------------------------------------
      select box
------------------------------------------***/

#select-wrapper {
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

#category-box, #archive-box {
  display: inline-block;
  margin: 0 4px;
  background-color: white;
  border-radius: 3px;
  width: 200px;
  padding: .2em .4em;
  position: relative;
}


/***------------------------------------------
      posts
------------------------------------------***/

.main-body {
  margin: 0 auto 50px;
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .main-body {
    margin: 0 auto 50px;
    padding: 20px;
  }
}

.height-adjust {
  margin-bottom: 120px;
}

.ymd {
  margin: 0 auto 60px;
  width: 100%;
  height: 45px;
  letter-spacing: normal;
  border-top: 1px solid rgb(51,51,51);
  border-bottom: 1px solid rgb(51,51,51);
  color: rgb(84,67,54);
  text-align: center;
  position: relative;
}

.time-stamp {
  display: inline-block;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -55px;
  width: 110px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/leaf_crown.png) center top no-repeat white;
  background-size: 88px 35px;
  padding-top: 28px; 
}

.topentry-day{
  line-height: 1;
  font-size: 65px;
}
.topentry-month {
  font-size: 12px;
  text-transform: uppercase;
}

.time-stamp-wrap {
  width: 100%;
  overflow: hidden;
}

.topentry-youbi, .topentry_hms {
  width: 50%;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 45px;
  font-size: 17px;
  font-family: 'Amatic SC';
}

.topentry-youbi {
  float: left;
  padding-right: 55px;
}

.topentry_hms {
  float: right;
  padding-left: 55px;
}

.element-header a {
  color: rgb(84,67,54); /* 注)トップページ記事タイトルリンク色 (approx)Madras */
}

.element-header a:hover {
  color: rgb(113,124,33);
}

.sns-and-others {
  list-style: none;
  text-align: center;
}

.sns-and-others li {
  display: inline-block;
  margin: 3px 6px 8px;
}

.element-header .c-facebook, .element-header .c-twitter,
.element-header .c-pinterest, .element-header .c-google-plus,
.element-header .go-to-page, .element-header .c-comment,
.element-header .c-refresh, .element-header .c-pencil {
  -webkit-transition: none;
  transition: none;
}

.element-header .c-facebook:hover, .element-header .c-twitter:hover,
.element-header .c-pinterest:hover, .element-header .c-google-plus:hover,
.element-header .go-to-page:hover, .element-header .c-comment:hover,
.element-header .c-refresh:hover, .element-header .c-pencil:hover {
  color: white;
}

.sns-and-others .fa,
.permanent-element-footer .fa {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgb(247,208,202); /* 注)SNSその他アイコン背景色 (approx)Tonys Pink */
  border: 1px dashed white;
  border-radius: 50%;
  box-shadow:0px 0px 0px 5px rgb(247,208,202); /* 注)SNSその他アイコン背景色 (approx)Tonys Pink */
  text-shadow: 0 0 5px rgba(51,51,51,.2);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sns-and-others .fa:before,
.permanent-element-footer .fa:before {
  line-height: 30px;
}

.sns-and-others .fa-comment,
.sns-and-others .fa-refresh {
  position: relative;
}

.upper-num {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -13px;
  font-size: 11px;
}

.element-header .c-facebook:hover .fa-facebook {
  background-color: rgb(49,80,150);
  box-shadow:0px 0px 0px 5px rgb(49,80,150);
}

.element-header .c-twitter:hover .fa-twitter {
  background-color: rgb(85,172,238);
  box-shadow:0px 0px 0px 5px rgb(85,172,238);
}

.element-header .c-pinterest:hover .fa-pinterest-p {
  background-color: rgb(206,15,25);
  box-shadow:0px 0px 0px 5px rgb(206,15,25);
}

.element-header .c-google-plus:hover .fa-google-plus {
  background-color: rgb(221,75,57);
  box-shadow:0px 0px 0px 5px rgb(221,75,57);
}

.element-header .go-to-page:hover .fa-share,
.element-header .c-comment:hover .fa-comment,
.element-header .c-refresh:hover .fa-refresh,
.element-header .c-pencil:hover .fa-pencil,
.permanent-element-footer .c-prev:hover .fa-arrow-left,
.permanent-element-footer .c-next:hover .fa-arrow-right {
  background-color: rgb(113,124,33);
  box-shadow:0px 0px 0px 5px rgb(113,124,33);
}

.element-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.element-datetime {
  text-align: left;
  padding-bottom: 10px;
}

.contents {
  padding: 20px 0;
}

.comment-contents {
  padding-top: 68px;
  margin-top: -48px;
}

.inner-contents {
  margin-bottom: 20px;
  padding: 10px 0;
}

.float-div {
  width: 100%;
}

.float-div img {
  float: right;
  margin-left: 20px;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

/* 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;
}

.read_more, .read_more2 {
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.read-more-open-a, .read-more-close-a {
  display: inline-block;
  padding: .7em 2em;
  background-color: rgb(247,208,202); /* 注)read moreボタン背景色 (approx)Tonys Pink */
  border: 2px dashed white;
  box-shadow: 0px 0px 0px 6px rgb(247,208,202),
              2px 1px 6px 4px rgba(10,10,0,.2);
  color: rgb(84,67,54); /* 注)read moreテキスト色 (approx)Madras */
}

.contents .read-more-open-a:hover,
.contents .read-more-close-a:hover {
  cursor: crosshair;
  text-decoration: none;
}

.read_jump {
  margin: 30px auto;
  text-align: right;
  text-transform: uppercase;
}

/* tag */
.tags {
  margin-top: 20px;
  color: rgb(84,67,54);
}

.tags a {
  padding: 2px;
}

.inner-info {
  margin: 0 auto;
  width: 100%;
}

.element-footer, .permanent-element-footer {
  list-style: none;
  font-size: 12px;
  color: rgb(84,67,54); /* 注)カテゴリ, コメント等テキスト色 (approx)Madras */
}

.permanent-element-footer {
  margin: 30px auto 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#footer-pager-prev, #footer-pager-next {
  display: table-cell;
}

#footer-pager-prev {
  padding-right: 20px;
  text-align: right;
}

#footer-pager-next {
  padding-left: 20px;
  text-align: left;
}

.footer-pager {
  display: inline-block;
  width: 50%;
  text-align: center;
}

.c-prev, .c-next {
  color: rgb(84,67,54);
  -webkit-transition: none;
  transition: none;
}

.c-prev:hover, .c-next:hover {
  color: white;
}

.permanent-element-footer .fa {
  display: inline-block;
  margin: 3px 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgb(247,208,202); /* 注)記事下ページ送りアイコン背景色 (approx)Tonys Pink */
  border: 1px dashed white;
  border-radius: 50%;
  text-align: center;
  box-shadow:0px 0px 0px 5px rgb(247,208,202); /* 注)記事下ページ送りアイコン背景色 (approx)Tonys Pink */
  text-shadow: 0 0 5px rgba(51,51,51,.2);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 120px 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 rgb(210,210,210);
  padding-top: 20px;
  position: absolute;
  top: -70px;
  z-index: 3;
  font-family: 'Amatic SC', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meryo', 'メイリオ';
  font-size: 20px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 98px;
  float: left;
}

@media screen and (max-width: 567px) {
  #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 .relate_entry_thumbnail_noimg {
  position: relative;
  z-index: 1;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/Sweetienoimage.jpg) center center /cover no-repeat;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgba(255,255,255,.8);
  color: rgba(51,51,51,.6);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Amatic SC';
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    height: 72px;
  }
  .related-overlay:before,
  .related-overlay:after {
    width: 72px;
    height: 72px;
    line-height: 72px;
  }
}

/* without thumbnail */
.fc2relate_entry_thumbnail_off,
.tb_dl {
  margin: 20px auto 0;
  padding: 10px 20px;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.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;
}

.relate_dt,
.tb_dt {
  font-weight: bold;
  padding: 3px;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op, #for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 0 auto 10px;
  border: 1px solid rgb(51,51,51);
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 12px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);
}


/***------------------------------------------
      heading
------------------------------------------***/

.another-title {
  margin: 0 auto 30px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.another-title span {
  display: inline-block;
  margin: 0 auto;
  padding: .7em 2em;
  background-color: rgb(255,238,226); /* 注)index, categoryなど各タイトル背景色 (approx)Chardon */
  border: 2px dashed rgb(247,208,202);
  box-shadow: 0px 0px 0px 6px rgb(255,238,226),
              2px 1px 6px 4px rgba(10,10,0,.2);
  color: rgb(84,67,54);
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.border-container {
  margin-bottom: 10px;
  border-left: 7px solid rgb(84,67,54);
  padding-left: 1.2em;
}

.nameAkira {
  border-left: 7px solid rgb(228,107,116);
}


.comment-info {
  text-align: right;
  padding: 5px 0;
  border-bottom: 2px dashed rgb(247,208,202);
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  vertical-align: middle;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 12px; /* 注)コメント投稿フォームフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid rgb(51,51,51);
  padding: 12px;
  background-color: white;
}

#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(51,51,51);
  padding: 12px;
  line-height: 1.5;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community {
  padding-top: 64px;
  margin-top: -44px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  position: relative;
  left: 0;
  display: inline-block;
  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: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220); /* 注)secretコメントチェックボックスボーダー色 Gainsboro */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px; 
    background: rgb(179,179,179);; /* 注)secretコメントチェックマーク色 (approx)Pink Swan(1/3) */
    border-radius: 8px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid rgb(179,179,179);; /* 注)secretコメントチェックマーク色 (approx)Pink Swan(2/3) */
    border-bottom: 3px solid rgb(179,179,179);; /* 注)secretコメントチェックマーク色 (approx)Pink Swan(3/3) */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  position: relative;
  margin-top: 30px;
  width: 80px;
  height: 80px;
  border: 2px dashed white;
  border-radius: 100% 80% / 80% 85% 80% 90%;
  background-color: rgb(247,208,202); /* 注)コメントsend, deleteボタン背景色 (approx)Tonys Pink */
  box-shadow: 0px 0px 0px 5px rgb(247,208,202); /* 注)コメントsend, deleteボタン背景色 (approx)Tonys Pink */
  color: rgb(84,67,54);
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 20px;
}

#sendbtn:hover {
  color: rgb(113,124,33);
}

#delbtn:hover {
  color: rgb(196,29,85);
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 14px; /* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
}

.list-entry-date, .list-entry-category {
  text-align: right;
}

.list-entry-category {
  font-size: 12px; /* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
.list-entry .list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/Sweetienoimage.jpg) center center no-repeat; /* 注)No image画像 検索結果 */
  background-size: cover;
}

.search-noimage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.6); /* 注)検索結果ページNo image上マスク背景色 white 不透明度0.8 */
}

.no-image-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1.5em;
  font-size: 12px;
  line-height: 1.5em;
  color: rgba(51,51,51,.4);
  font-family: 'Amatic SC';
  text-align: center;
  letter-spacing: normal;
}


/***------------------------------------------
      pager
------------------------------------------***/

.pager {
  margin: 80px auto 150px;
  width: 100%;
  letter-spacing: normal;
}

.simple-pagination {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.simple-pagination ul {
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  padding: 2px;
  display: inline-block;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 35px;
  color: rgb(84,67,54);
  text-align: center;
  background-color: rgb(255,238,226); /* 注)ページ送りアイコン背景色 (approx)Chardon */
}

.light-theme a:hover {
  background-color: rgb(247,208,202); /* 注)ページ送りホバー時アイコン背景色 (approx)Tonys Pink */
}

.light-theme .current {
  color: rgb(51,51,51);
  box-shadow: 0 1px 0 rgba(255,255,255,.8),
              0 0 2px rgba(0,0,0,.3) inset;
  background: rgba(255,255,255,.6);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(84,67,54);
}

/* article */
.posted-pager {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 98%;
  font-size: 12px; /* 注)個別記事ページ送りフォント大きさ */
}

.page-left-cell, .page-center-cell, .page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  position: absolute;
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(255,238,226); /* 注)個別記事prevページ送りアイコン背景色 (approx)Chardon */
  color: rgb(51,51,51);
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.center-a {
  width: 100%;
  height: 100%;
}

.center-a .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: rgb(255,238,226); /* 注)個別記事homeページ送りアイコン背景色 (approx)Chardon */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 35px;
}

.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
}

.next-a:before {
  content: "\f105";
  position: absolute;
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(255,238,226); /* 注)個別記事nextページ送りアイコン背景色 (approx)Chardon */
  color: rgb(51,51,51);
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before,
.center-a:hover .fa,
.next-a:hover:before {
  background-color: rgb(247,208,202); /* 注)個別記事ページ送りアイコン背景色 (approx)Tonys Pink */
}

/* title list */
.titlelist-pager {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 300px;
  letter-spacing: normal;
}

.t-prev-a, .t-center-a, .t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.t-prev-a .fa, .t-center-a .fa, .t-next-a .fa {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: rgb(255,238,226); /* 注)全記事リストページ送りアイコン背景色 (approx)Chardon */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-prev-a .fa:before, .t-center-a .fa:before, .t-next-a .fa:before {
  line-height: 35px;
}

.t-prev-a:hover .fa,
.t-center-a:hover .fa,
.t-next-a:hover .fa {
  background-color: rgb(247,208,202); /* 注)全記事リストページ送りアイコン背景色 (approx)Tonys Pink */
}


/* tag-search */
#for-tag-form {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  height: 30px;
  text-align: center;
  position: relative;
}

#for-tag-form select {
  width: 100%;
  height: 30px;
  padding-left: 1em;
  border: 1px solid silver;
  border-radius: 2px;
  -webkit-appearance: none;
  background: rgba(255,255,255,.5);
}

#for-tag-form select:focus {
  background: white;
}

#for-tag-form button[type="submit"] {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  outline: none;
  -webkit-appearance: none;
  background: rgba(57,69,86,.8);
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#for-tag-form button[type="submit"]:before {
  content: '\f02b';
  color: white;
  display: block;
  float: left;
  font: normal 15px/1 FontAwesome;
  margin-left: 3px;
}

#for-tag-form button[type="submit"]:hover {
  background: rgb(57,69,86);
}


/***------------------------------------------
      side menu
------------------------------------------***/

.side_bar {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 604px) {
  .side_bar {
    width: 100%;
    max-width: 350px;
  }
}

.side_bar a {
  color: rgb(160,160,160);
}

.side_bar a:hover {
  color: rgb(113,124,33);
}

.side_bar ul {
  list-style: none;
}

/* 注)葉っぱアイコン不要の方ここから削除 */
.side_bar ul li:before {
  content: "\f06c";
  font-family: 'FontAwesome';
  margin-right: 5px;
  color: rgb(113,124,33);
}
/* 注)葉っぱアイコン不要の方ここまで削除 */

.side_bar h4 {
  margin: 0 auto 20px;
  padding: 5px;
  background-color: rgb(208,213,148); /* サイドメニュープラグインタイトル背景色 (approx)Deco */
  border: 2px dashed white;
  box-shadow: 0 0 0 4px rgb(208,213,148),
              2px 1px 6px 4px rgba(10,10,0,.2);
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/*  calendar */
.calender {
  margin: 0 auto 15px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 330px;
  text-align: center;
  font-size: 12px;
  letter-spacing: normal;
}

.calender caption {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.sun {
  color: rgb(159,39,33);
}

.calender td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender td a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background-color: rgb(247,208,202);
  vertical-align: middle;
  color: rgb(51,51,51);
}

.calender td a:hover {
  border: none;
  text-decoration: none;
  background-color: rgb(228,107,116);
  color: white;
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.side_bar form {
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
  display: block;
}

.side_bar input:not([type="submit"]), .side_bar textarea,
.side_bar select {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 2px;
  display: inline-block;
  padding: .3em .4em .2em;
  border: 1px solid rgb(220,220,220); /* 公式タグボーダー色 Gainsboro */
  border-radius: 3px;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 190px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(247,208,202,.3);
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(247,208,202,.3);
  font-size: 11px;
  letter-spacing: normal;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(247,208,202,.3);
}

#pagetop a,
#pagemiddle a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: black;
}

@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 240px;
    right: 8px;
  }
  #pagemiddle {
    bottom: 190px;
    right: 8px;
  }
  #pagebottom {
    bottom: 140px;
    right: 8px;
  }
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.end {
  margin: 0 auto;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  position: relative;
  line-height: 1.2;
}

.foot, #copyright {
  text-align: center;
  font-size: 11px;
  color: rgb(84,67,54);
}

#designer {
  color: rgb(26,36,47);
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      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%;
}
/* end */

.emoji {
  vertical-align: middle;
}

.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.box {
  display: inline-block;
  padding: .1em .5em;
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}

/* arrow for darkbox */
#darkbox_next:hover,
#darkbox_prev:hover {
  border-color: rgb(208,213,148) !important;
}

#darkbox {
  z-index: 100005 !important;
}