@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: Jingle
* The first edition: 2015.10.28
* Latest update: 2015.11.22 - Windows10 IE11, Edge scrolling fixed image bug fix
*/


/***-----reset
------------------------------------------***/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  background: transparent;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small {
  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: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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="submit"], 
input[type="search"], 
textarea, 
select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 13px;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: Menlo, consolas, Courier;
}

div, section, article {
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#change_mobile {
  display: none;
}

/* ========= ここまで削除
============================================================ */


/***----- clearfix
------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}


/***----- blockquote
------------------------------------------***/

blockquote {
  width: 90%;
  height: auto;
  margin: 0 auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(63,35,29);
  border-radius: 5px;
  padding: 2.5em;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 400%;
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', meiryo, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote:after {
  content: "”";
  font-size: 400%;
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', meiryo, sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
}

blockquote p {
  text-align: center;
}


/***----- link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(168,0,47); /* 注)基本リンク色はここです */
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: .7;
}


/***----- common
------------------------------------------***/

body { /* 注)記事内基本フォント関連 */
  font-size: 13px;
  color: rgb(51,51,51);
  line-height: 1.7;
  font-family: Helvetica, Arial, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic'; /* 注)記事フォント */
}

html, body {
  height: 100%;
}

#bg_hack {
/* ie */
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowleft.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowright.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowtop.png), -ms-linear-gradient(top, rgb(187,203,216), rgb(232,234,236));
/* chrome, safari */
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowleft.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowright.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowtop.png), -webkit-linear-gradient(rgb(187,203,216), rgb(232,234,236));
/* firefox */
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowleft.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowright.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowtop.png), -moz-linear-gradient(rgb(187,203,216), rgb(232,234,236));
/* opera */
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowleft.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowright.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowtop.png), -o-linear-gradient(rgb(187,203,216), rgb(232,234,236));
  background-position: left top,
                       right top,
                       left top;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#container {
  width: 80%;
  margin: 0 auto;
  max-width: 1300px;
  padding-bottom: 80px;
}


#primary {
  float : left;
  width: 100%;
  margin-right : -300px;
}

#main {
  margin-right: 360px;
}

#secondary {
  float: left;
  width: 300px;
}

.entry-ttl {
  padding: 0 70px 8px 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
}


/***----- header
------------------------------------------***/

#blog-name-container {
  margin: 0 auto;
  padding: 130px 8px 50px;
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  font-family: 'Bitter', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic';
  font-size: 30px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

#sub-title {
  padding-top: 20px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
  color: rgb(51,51,51);
}

#navigation-container {
  margin: 0 auto 50px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

#navigation-container ul {
  display: inline-block;
}

#navigation-container ul li {
  display: inline-block;
  font-family: 'Bitter', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic';
  font-size: 14px;
  padding: 0 1.3em;
}

#navigation-container ul .pc-hide {
  display: none;
}

.entry_more {
  padding: 20px 0;
}

.readMore {
  display: inline-block;
  padding: .2em .5em;
  background-color: rgb(168,0,47); /* 注)続きを読む の背景色 */
  color: rgb(255,255,255);
  border-radius: 5px;
}


/***----- main column
------------------------------------------***/

.main_body {
  background: rgba(255,255,255,.8);
  margin-bottom: 50px;
  padding: 12px 20px 0;
  border-radius: 10px;
  position: relative;
  box-shadow: 6px 6px 6px rgba(0,0,0,0.1);
}

.contents {
  border-top: solid 1px rgb(230,230,230);
  padding: 20px;
}

.ymd {
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/bell.png) center center no-repeat;
  width: 108px;
  height: 121px;
  position: absolute;
  z-index: 50;
  right: -22px;
  top: -40px;
}

.christmas {
  font-family: 'Mountains of Christmas', cursive;
  font-size: 14px;
}

.tags {
  margin-top: 20px;
}

.tags a {
  margin-top: 20px;
  padding: 2px;
  border: 1px solid rgba(168,0,47,.1);
  border-radius: 5px;
}

.sns-and-others {
  border-top: solid 1px rgb(230,230,230);
  text-align: right;
  padding: 5px 0;
  font-family: 'Bitter', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic';
}

.sns-and-others li {
  display: inline-block;
  padding-left: .6em;
}

.sns-and-others li a {
  display: inline-block;
  color: rgb(51,51,51);
}

.sns-and-others li .fa {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgb(250,250,250);
  line-height: 27px;
  text-align: center;
  color: rgb(168,0,47);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.sns-and-others li .fa:before {
  line-height: 27px;
  padding: 0;
}

.sns-and-others li a:hover .fa {
  background-color: rgb(168,0,47);
  color: white;
}

.category-and-others {
  text-align: right;
  padding: 0 0 5px;
  font-family: 'Bitter', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic';
}

.category-and-others li {
  display: inline-block;
  padding-left: 1em;
}

.category-and-others li a {
  display: inline-block;
  color: rgb(51,51,51);
}

.relate_dl, tb_dl {
  margin-top: 20px;
  padding: 10px;
  border: solid 1px rgb(187, 124, 138);
  border-radius: 8px;
}

.relate_dt, tb_dt {
  font-weight: bold;
  padding: 3px;
}

.date {
  padding-top: 10px;
  font-family: 'Bitter', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic';
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.op {
  max-width: 600px;
  width: 100%;
}


/***----- title list
------------------------------------------***/

.titlelist_pager {
  margin: 40px auto;
  width: 90%;
  height: 40px;
  position: relative;
}

#leftangle, #rightangle {
  font-size: 13px;
  line-height: 26px;
  width: 40px;
  height: 40px;
  background-color: rgb(109,171,25);
  border-radius: 50%;
  text-align: center;
  display: table;
  color: rgb(255,255,255);
  position: absolute;
  box-shadow: 3px 3px 6px rgba(0,0,0,.3);
  line-height: 13px;
}

#leftangle {
  left: 0;
  top: 0;
  line-height: 13px;
}

#rightangle {
  right: 0;
  top: 0;
  line-height: 13px;
}


/***----- comment
------------------------------------------***/

.c_name, .c_title {
  font-weight: bold;
}

#comment_form, #edit_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  font-family: 'Bitter', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
  text-decoration: none;
  vertical-align: middle;
  padding:20px;
}

#name, #subject, #mail, #url, #pass {
  width: 100%;
  border: 1px solid rgb(209,220,230);
  background-color: rgb(199,210,220);
  border-radius: 4px;
  box-shadow: rgba(255,255,255,.4) 0 1px 0, inset rgba(0,0,0,.7) 0 0 0;
  padding:8px;
  margin-bottom:20px;
}

#pass {
  width: 100%;
  max-width: 200px;
}

#name:focus, #subject:focus, #mail:focus, #url:focus {
  background: rgb(255,255,255);
}

#url:-webkit-autofill, #pass:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(199,210,220) inset;
}

#comment {
  width: 100%;
  border-radius: 5px;
  padding: .5em;
  background: transparent;
  border: 1px solid rgb(209,220,230);
}

.btn input[type="submit"] {
  color: rgb(101,6,79);
  font-family: 'Bitter', serif;
  text-align: center;
  font-size: 14px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.34, rgb(210,226,254)), color-stop(1.00, rgb(39,71,98)));
  background: -webkit-linear-gradient(top, rgb(210,226,254) 34%, rgb(39,71,98) 100%);
  background: -moz-linear-gradient(top, rgb(210,226,254) 34%, rgb(39,71,98) 100%);
  background: -o-linear-gradient(top, rgb(210,226,254) 34%, rgb(39,71,98) 100%);
  background: -ms-linear-gradient(top, rgb(210,226,254) 34%, rgb(39,71,98) 100%);
  background: linear-gradient(to bottom, rgb(210,226,254) 34%, rgb(39,71,98) 100%);  box-shadow: 4px 4px 8px rgba(0,0,0,.4);
  -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,.4);
  -moz-box-shadow: 4px 4px 8px rgba(0,0,0,.4);
  border-radius: 5px;
  padding: 2px 0;
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(234,223,242,.6) inset;
}

.tb_form {
  padding-bottom: 10px;
}

.info {
  padding-top: 10px;
  text-align: right;
  font-family: 'Bitter', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
}


/***----- calendar
------------------------------------------***/

#as-plugin-calender {
  max-width: 95%;
  margin: 0 auto 15px;
}

.calender-month-style {
  font-family: 'Mountains of Christmas', cursive;
  font-size: 18px;
}

.calender-table {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  max-width: 340px;
  text-align: center;
  font-family: 'Mountains of Christmas', cursive;
  font-size: 12px;
}

.calender-table caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
}

#nextMonth {
  margin-left: 2em;
}

.sun {
  color: RGB(161,12,0);
}

.calender-table td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender-table td a {
  background: rgb(109,171,25);
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-top: .2em;
  border-radius: 50%;
  color: white;
}


/***----- site search 注)サイト内検索不要の方は削除
------------------------------------------***/

#search-form { /* 注)サイト内検索不要の方は項目削除 */
  margin: 0 auto 20px;
  width: 100%;
  max-width: 270px;
  padding-top: 10px;
  text-align: center;
}

#search-form input[type="search"] { 
  width: 100%;
  padding: .2em;
  border: 1px solid rgba(255,255,255,.4);
  background: url(https://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(255,255,255,.3) no-repeat;
}

#search-form input[type="search"]:focus {
  background: white;
  color: black;
}

/***----- side bar
------------------------------------------***/

.side_bar {
  border-bottom: solid 1px rgb(230,230,230);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 20;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 50px auto;
}

.simple-pagination ul {
  min-height: 30px !important;
}

.light-theme a, .light-theme span {
  font-family: 'Bitter', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic';
  color: rgb(51,51,51);
  text-align: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(109,171,25);
  padding-top: 5px;
}

.light-theme a:hover {
  color: white;
  background-color: rgb(109,171,25);
}

.prev, .next {
  border: none !important;
}

.light-theme .current {
  color: white;
  box-shadow: none !important;
  background-color: rgb(109,171,25);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(109,171,25);
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  text-align: center;
  font-family: 'Bitter', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic';
  height: 30px;
  margin: 50px auto;
}

.posted-pager {
  width: 70%;
  max-width: 700px;
}

.posted-pager-bottom {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.left-page, .right-page {
  display: table-cell;
  font-size: 12px;
}

.center-home {
  display: table-cell;
  vertical-align: middle;
}

.left-page-bottom, .right-page-bottom {
  display: table-cell;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.left-page, .left-page-bottom {
  text-align: left;
  vertical-align: middle;
}

.center-home a {
  text-align: center;
  height: 30px;
  font-size: 12px;
}

.right-page, .right-page-bottom {
  text-align: right;
  vertical-align: middle;
}

.left-page a, .right-page a {
  font-family: 'Bitter', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic';
  color: rgb(109,171,25);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.left-page a:hover, .right-page a:hover {
  color: white;
  background-color: rgb(109,171,25);
}

.normalfont {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
}

.bottom-adjust100 {
  margin-bottom: 100px;
}

/***----- footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-family: 'Bitter', serif;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,145,138,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-family: 'Bitter', serif;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,145,138,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.new {
  color: red;
  font-size: 11px;
}

.end {
  width: 100%;
  padding: 15px 3px;
  text-align: center;
  line-height: 1.2;
  background: rgba(255,255,255,.5);
}

.foot, #copyright {
  text-align: center;
  font-family: 'Bitter', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic';
  font-size: 12px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***----- less than 1150
------------------------------------------***/

@media screen and (max-width: 1150px) {

#container {
  width: 90%;
}

}


/***----- less than 960
------------------------------------------***/

@media screen and (max-width: 960px) {

#container {
  width: 95%;
}

}


/***----- less than 854
------------------------------------------***/

@media screen and (max-width: 854px) {

#primary, #main, #secondary {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

#secondary {
  padding: 30px 15px;
  border-radius: 10px;
}

#navigation-container ul .pc-hide {
  display: inline-block;
  font-family: 'Bitter', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic';
}

#navigation-container ul .sp-hide {
  display: none;
}

.main_body {
  padding: 10px 10px 0;
}

.ymd {
  right: 0;
}

.entry-ttl {
  padding: 0 100px 8px 0;
}

#pagetop {
  bottom: 190px;
  right: 8px;
}

#pagebottom {
  right: 8px;
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 8px;
  font-family: 'Bitter', serif;
  font-size: 11px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,145,138,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
}

#pagemiddle a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

input[type="text"], 
input[type="password"], 
input[type="search"],
textarea {
  font-size: 16px;
}

#comment_form {
  padding:20px 10px;
}

}


/*****----- 個人設定
--------------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

/* for video */
.box-for-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.emoji {
  vertical-align: middle;
}