/*
Theme Name: Filmlog
Theme URI: https://filmlog.jp/
Author: OM
Author URI: https://filmlog.jp/
Description: 
Version: 1.0
Tested up to: 
Requires at least: 
Requires PHP: 
License: 
License URI: 
Tags: blog, one-column, left-sidebar
Text Domain: 
*/

.video2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.entry-content th {
	color: #636363;
	font-size: 11px;
	font-weight: bold;
	line-height: 2.181818182;
	text-transform: uppercase;
}
.archive-title, /* カテゴリー */
.page-title, /* 検索 */ {
	color: #6a6a6a;
	font-size: 11px;
	font-weight: 300;
	line-height: 2.181818182;
	text-transform: uppercase;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.entry-content img {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	display: block;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%; /* iPhone */
	max-width: 100%;
}
.img-1 {
	width: 100%;
}
.img-2 {
	width: 66.6%;
}
.img-3 {
	width: 40%;
}

.error404 .entry-content img {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* Navigation */
.site-content nav {
	clear: both;
	display: inline-block;
	font-size: 12px;
	width: 100%;
}
#nav-above {
	padding: 24px 0;
}
#nav-above a {
	border-bottom: 0;
}
#nav-below {
	margin: 50px 0 38px;
}
#nav-below a {
	background: #f0eeec;
	border-bottom: 0;
	color: #6a6a6a;
	padding: 17px 22px 16px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}
#nav-below a:hover {
	background: #ff981d;
	color: #ededed;
}
.nav-previous {
	float: right;
	width: 50%;
	text-align: right;
}
.nav-next {
	float: left;
	width: 50%;
}
.nav-single {
	margin: 49px 0 39px;
}
.nav-single a {
	border-bottom: 1px solid transparent;
}

/* pagination */
.pagination {
	clear: both;
	float: left;
	font-size: 12px;
	margin: 28px 0 20px;
}
.num {
	float: left;
}
.sign {
	float: right;
}
.pagination a {
	background: #fff;
	border-bottom: 1px solid transparent;
	color: #6a6a6a;
	float: left;
	margin: 2px 4px 2px 0;
	padding: 19px 22px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}
.pagination a:hover,
a.page-next-1:hover,
a.page-next-2:hover,
a.page-prev-1:hover,
a.page-prev-2:hover {
	background: #ff981d;
	border-bottom: 0;
	color: #ededed;
}
.pagination .current {
	background: #55606a;
	color: #ededed;
	float: left;
	margin: 2px 4px 2px 0;
	padding: 19px 22px;
	text-decoration: none;
}
.three-dots {
	background: #fff;
	color: #111;
	float: left;
	margin: 2px 4px 2px 0;
	padding: 19px 22px;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	background-color: #222;
}
body {
/*	background: rgba(240, 238, 236, 0.3) url(img/noise.png) repeat fixed; #f0eeec */
	background: #f3f3f3;
	color: #55606a;
	font-family: "Open Sans", Meiryo, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #666;
}
a {
	border-bottom: 1px solid #cbd0d5;
	color: #55606a;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	-webkit-transition: all 0.1s ease;
	-moz-transition:    all 0.1s ease;
	-o-transition:      all 0.1s ease;
	transition:         all 0.1s ease;
}
a:focus,
a:active,
a:hover {
	border-bottom: 1px solid transparent;
	color: #ff981d;
	text-decoration: none;
    outline: none;
}
.fancybox-outer a:focus,
.fancybox-outer a:active,
.fancybox-outer a:hover {
	border-bottom: 1px solid transparent;
	color: transparent;
	text-decoration: none;
}
::selection {
	background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
	background: rgba(0, 0, 0, 0.1);
}

/* border-radius */
#nav-below a,
#nav-below a:hover,
.pagination a,
.pagination a:hover,
a.page-next-1:hover,
a.page-next-2:hover,
a.page-prev-1:hover,
a.page-prev-2:hover,
.pagination .current,
.three-dots,
.archive-header,
.page-header {
	border-radius: 2px;
}
footer,
.site-content article {
	border-radius: 4px;
}

/* Page structure */
#page {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 1024px;
}
.site-content {
	margin: 0 auto;
	width: 100%;
}

/* Header */
.site-info {
	background: rgba(0, 0, 0, 0.5);
	width: 100%; height: 4px;
}
.top-border {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	width: 100%; height: 1px;
}
.site-header {
	margin-top: 90px;
	margin-bottom: 8px;
	text-align: center;
}
.site-title {
	color: #55606a;
	font-family: "Open Sans", "Oranienbaum", Meiryo, sans-serif;
	font-weight: 300;
}
.site-title a.title {
	border-bottom: 1px solid transparent;
	font-size: 50px;
	letter-spacing: 10px;
	line-height: 80px;
	position: relative;
	left: 6px;
}
.site-title a.description {
	border-bottom: 1px solid transparent;
	font-size: 18px;
	letter-spacing: 8px;
	position: relative;
	left: 4px;
}
.site-title a:hover {
	color: #55606a;
}
.dot {
	max-width: 46px;
	min-height: 10px;
	margin: 50px auto;
}
.dot li {
	background: #ddd;
	border-radius: 100%;
	float: left;
	line-height: 37px;
	width: 10px; height: 10px;
}
.dot li + li {
	margin-left: 8px;
}

/* Footer */
footer {
	background: #fff;
	clear: both;
	display: inline-block;
	font-size: 12px;
	margin-top: 8px;
	padding: 50px 0;
	width: 100%;
}
footer a {
	border-bottom: 0;
	text-decoration: none;
}
footer .category {
	float: left;
	margin-left: 8%;
	width: 54%;
}
footer .category h1 {
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 30px;
}
footer .category h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	margin-left: 2px;
	margin-bottom: 10px;
	text-align: left;
}
footer .category-2,
footer .category-5,
footer .category-6 {
	margin-top: 16px;
}
footer .category-item-1,
footer .category-item-2 {
	float: left;
	width: 30%;
}
footer .category-item-2 {
	margin-left: 4%;
}
footer .category li {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 2;
	margin-left: 12px;
}
footer .about {
	float: right;
	margin-right: 8%;
	width: 28%;
}
footer .about h1 {
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 30px;
}
#map {
	margin: 0 auto;
	width: 100%; height: 160px;
}
footer .about-text {
	margin: 0 auto;
	width: 100%; height: auto;
}
footer .about-text p {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.714285714;
	margin-top: 14px;
}
.copy {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	margin: 10px 0;
	padding: 20px 0 0;
	width: 100%;
	text-align: center;
}


/* =Main content
-------------------------------------------------------------- */

span.by-author {
	background: url(img/author.png) 0 1px no-repeat;
	padding: 0 17px 0 23px;
	text-transform: none;
	width: 1px;
}
span.categories {
	background: url(img/category.png) 0 1px no-repeat;
	padding: 0 0 0 23px;
	text-transform: none;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	color: #4c4c4c;
	font-family: "Open Sans", PMingLiU;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}
.entry-header .entry-title a {
	border-bottom: 0;
	text-decoration: none;
}
.entry-header .entry-date {
	color: #757575;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.date-right,
.date-left {
	background: rgba(117, 117, 117, 0.2);
	position: relative;
	top: 10px;
	width: 100px; height: 1px;
}
.date-right {
	float: right;
	right: 150px;
}
.date-left {
	float: left;
	left: 150px;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ol,
.entry-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol {
	list-style: decimal outside;
}
.entry-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym, {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.entry-content table.table-img {
	border-bottom: 0;
	color: #757575;
	line-height: 1.5;
	margin: 10px 0 19px;
	width: 100%;
}
.entry-content p {
	margin: 45px 0 40px;
}
.entry-content .table-img td {
	border-top: 0px;
	padding: 0;
}
.entry-content table.table-img.br {
	margin-bottom: 60px;
}
.site-content article {
	background: #fff;
	margin-top: 8px;
	padding: 44px 0 6px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.post-inner {
	margin: 0 auto;
	max-width: 670px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
.taken-on {
	color: #757575;
	position: relative;
	left: 96px;
	text-align: right;
}
table.center tr td {
padding: 6px;
text-align: center;
}
table.border tr td{
border: 1px solid #ededed;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	background: #55606a;
	color: #ededed;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	margin: 32px 0 0;
	padding: 19px 22px;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Multi-Level Accordion Menu
-------------------------------------------------------------- */
.cd-accordion-menu {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  color: #f2f2f2;
  border-bottom: 0;
  text-align: left;
  padding: 16px 0;
}
.cd-accordion-menu a {
  border-top: 1px solid #333;
}
.cd-accordion-menu a.first-label {
  border-top: 0px solid #333;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
  border-top: 1px solid #333;
  text-indent: 20px;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: url(js/multi-levelaccordionmenu/img/cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 0;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
  left: 23px;
  background-position: -16px 0;
  display: none;
}
.cd-accordion-menu a::after {
  /* image icon */
  left: 18px;
  background: url(js/multi-levelaccordionmenu/img/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
  display: none;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  width: 90%;
  margin: 0 0 0 auto;
}
.cd-accordion-menu ul a {
  border-top: 1px solid #333;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 0;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 41px;
  display: none;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  width: 80%;
}
.cd-accordion-menu ul ul a {
  border-top: 1px solid #333;
}
.cd-accordion-menu ul ul label::before {
  left: 0;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  width: 70%;
}
.cd-accordion-menu ul ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 77px;
}
@media only screen and (min-width: 600px) {
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-accordion-menu li a .icon {
  width: 4%;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
@media (max-width: 670px) {
	.cd-accordion-menu li a .icon {
		width: 8%;
	}
}
.has-children ul li .twitter img {
  width: 10px;
}


/* =hiraku
-------------------------------------------------------------- */
.js-hiraku-left-btn {
	background: #fff;
	border-top: solid 1px #bbb;
	border-right: solid 1px #bbb;
	border-left: 0;
	border-bottom: solid 1px #bbb;
	border-radius: 0 3px 3px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	position: sticky;
	bottom: 130px;
	z-index: 999;
	padding: 8px;
	margin: 0;
	left: 0;
    -webkit-transform: translateZ(0);
	display: none;
}
@media (max-width: 600px) {
	.js-hiraku-left-btn  {
		display: block;
	}
}
.sb-dot li:nth-child(1),
.sb-dot li:nth-child(2) {
	margin-bottom: 2px;
}
.sb-dot li {
	background: #ddd;
	border-radius: 100%;
	width: 5px;
	height: 5px;
}


/* =Profile
-------------------------------------------------------------- */
.about .profile {
	text-align: center;
}
.about .profile img {
	border-radius: 50%;
	width: 180px;
	height: 180px;
}
#about-me {
	text-align: center;
}
.aside-bg {
	background: url(https://filmlog.jp/wp-content/themes/filmlog/img/aside-bg.jpg) center center no-repeat;
	background-size: cover;
}
.aside-bg .img-profile {
	border: solid 3px #fff;
	border-radius: 50%;
	margin-top: 20px;
	margin-bottom: 8px;
	position: relative;
	top: 40px;
	width: 86px;
	height: 86px;
}
.aside-text {
	background: #fff;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2) inset;
	padding: 36px 20px 20px;
}
h3.name {
	margin: 0 0 10px;
}
.twitter img {
	width: 9px;
}


/* =Contact Form 7
-------------------------------------------------------------- */

/* フォーム全体 */
.wpcf7-form {
	max-width: 670px;
	margin: 0 auto 80px;
	font-family: sans-serif;
}

@media (max-width: 670px) {
	.wpcf7-form {
		max-width: 90%;
	}
}

/* テキスト・メール・テキストエリア共通 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 8px;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #f3f3f3;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

/* フォーカス時のふわっと光る効果 */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	outline: none;
}

/* テキストエリア専用 */
.wpcf7-form textarea {
	border-radius: 4px;
	height: 120px;
	resize: none;
}

/* 送信ボタン */
.wpcf7-form button.wpcf7-submit {
	-webkit-appearance: none; /* iOS Safariなどの装飾を無効化 */
	appearance: none;         /* 他ブラウザ用 */
	border-radius: 4px;
	background-color: #55606a;
	color: #ededed;
	padding: 6px;
	border: none;
	cursor: pointer;
	width: 100%;
	transition: all 0.3s ease;
	margin-top: 20px;
}

/* ホバー時に色変化 */
.wpcf7-form button.wpcf7-submit:hover {
	background-color: #ff981d;
}

.wpcf7-form button.wpcf7-submit img {
	margin: 0 auto;
    width: 4%;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

@media (max-width: 670px) {
	.wpcf7-form button.wpcf7-submit img {
		width: 7%;
	}
}

/* 送信成功メッセージ */
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #d1fae5;
	color: #065f46;
}

/* エラー時メッセージ */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
	background-color: #ff981d3b;
	color: #fb6500;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
	animation: fadeInUp 0.6s ease forwards;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 12px;
}

/* フェードイン＋上にスライド */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* スピナーを中央に配置 */
.wpcf7-spinner {
	position: absolute;
	top: 114%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
}

/* 1) 基準になる親に position を付ける */
.wpcf7, .wpcf7 form {
	position: relative;
}

/* 2) 中央に配置 */
.wpcf7 form .wpcf7-response-output {
	position: absolute;
	top: 114%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 9999;
	text-align: center;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing: border-box;
	width: 70%;
}

/* 3) アニメーション */
@keyframes fadeInUpKeepCenter {
	0% {
		opacity: 0;
		transform: translate(-50%, -40%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

/* 4) 送信時に新しいアニメーション */
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
	animation: fadeInUpKeepCenter 0.6s ease forwards;
}

/* エラーがある入力欄の枠に色 */
.wpcf7-not-valid {
	border: 1px solid #ff981d !important;
	background-color: #fff5f5;
}

/* デフォルトのエラーメッセージ非表示 */
.wpcf7-not-valid-tip {
	display: none !important;
}

/* 入力文字（input, textarea共通） */
.wpcf7-form-control {
	color: #666;
}

/* プレースホルダー文字（input, textarea共通） */
.wpcf7-form-control::placeholder {
	color: #bbb;
}


/* =Search form
-------------------------------------------------------------- */
.search-form {
	display: flex;
	align-items: center;
	max-width: 350px;
	margin: 0 auto 80px;
	background-color: #f3f3f3;
	border-radius: 4px;
	overflow: hidden;
}
.search-form label {
	width: 100%;
}
.search-field {
	flex: 1;
	padding: 10px 15px;
	border: none;
	outline: none;
	background-color: #f3f3f3;
	color: #666;
	width: 100%;
}
.search-submit {
	-webkit-appearance: none; /* iOS Safariのデフォルトボタン装飾を解除 */
	appearance: none;         /* 標準化 */
	align-items: center;
	justify-content: center;
	background-color: #55606a;
	border: none;
	padding: 6px;
	cursor: pointer;
	transition: background 0.3s;
	margin: 4px;
	border-radius: 4px;
}
.search-submit:hover {
	background: #ff981d;
}
.search-submit:focus {
	outline: none;
}
.search-field::placeholder {
	color: #bbb;
	opacity: 1;
}
.search-submit img {
	display: block;
	margin: 0;
}
input[type="search"] {
	-webkit-appearance: none; /* Safari標準のsearch UIを消す */
	appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none; /* アイコン類を非表示 */
}


/* =Password form
-------------------------------------------------------------- */
.password-form {
  text-align: center;
  margin: 3em auto;
}

.password-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.5em; /* 各要素の間のスペース */
}

.password-form input[type="password"] {
  padding: 0.4em;
  font-size: 1em;
  margin: 0.5em 0;
}

.password-form input[type="submit"] {
  background-color: #55606a;
  color: white;
  border: none;
  padding: 0.5em 1.2em;
  font-size: 1em;
  border-radius: 4px;
  cursor: pointer;
}

.password-form input[type="submit"]:hover {
  background-color: #ff981d;
}


/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 1rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(to bottom, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}

/* Comment form */
#respond {
	margin-top: 30px;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}

.required-field-message,
.akismet_comment_form_privacy_notice,
.comment-form-url {
	display: none;
}
.comments-area {
	background: #fff;
	border-radius: 4px;
	margin-top: 8px;
	padding: 20px 0 30px;
}
#comments article {
	margin: 0;
}


.comment-form {
  max-width: 100%;
  margin: 2rem auto;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
	width: 100%;
    padding: 12px 15px;
    margin-bottom: 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #f3f3f3;
    box-sizing: border-box;
    transition: all 0.3s ease;
	color: #666;
	resize: none;
}
.comment-form input:focus,
.comment-form textarea:focus {
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	outline: none;
}
.comment-form .submit {
  background: url('https://sharefilmlog.com/wp-content/themes/filmlog/img/forward_to_inbox.svg') no-repeat center center;
  background-size: 26px;
  color: transparent;        /* 文字を非表示にする */
  display: block;
  	-webkit-appearance: none; /* iOS Safariなどの装飾を無効化 */
	appearance: none;         /* 他ブラウザ用 */
	border-radius: 4px;
	background-color: #55606a;
	padding: 12px;
	border: none;
	cursor: pointer;
	width: 100%;
	transition: all 0.3s ease;
	margin-top: 8px;
}
.comment-form .submit:hover {
	background-color: #ff981d;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 8px; /* チェックボックスとテキストの間隔 */
  font-size: 0.9rem;
  color: #555;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin: 0; /* デフォルトの縦ズレをリセット */
  width: 16px;
  height: 16px;
  accent-color: #333; /* チェック時の色（対応ブラウザのみ） */
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #bbb;
}
.comment-reply-title a {
	margin-left: 10px;
}


/* =Password form
-------------------------------------------------------------- */
.protected-post-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 50px;
}

.protected-post-form input[type="password"] {
  padding: 10px 14px;
  outline: none;
  width: 200px;
    padding: 12px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #f3f3f3;
    box-sizing: border-box;
    transition: all 0.3s ease;
	color: #666;
	resize: none;
}

.protected-post-form input[type="password"]:focus {
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	outline: none;
}

.protected-post-form button {
  color: #fff;
  padding: 10px 16px;
  	-webkit-appearance: none; /* iOS Safariなどの装飾を無効化 */
	appearance: none;         /* 他ブラウザ用 */
	border-radius: 4px;
	background-color: #55606a;
	padding: 12px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.protected-post-form button:hover {
	background-color: #ff981d;
}

.protected-text {
  text-align: center;
}
@media (max-width: 568px) { /* iPhone 5 (H) */
	.protected-post-form {
	  margin-top: 40px;
	}
}


/* =Media queries
-------------------------------------------------------------- */

@media (max-width: 1024px) { /* iPad (H) */
	body {
		font-size: 14px;
	}
	a,
	#nav-below a,
	.pagination a {
		-webkit-transition: all 0s ease;
		-moz-transition:    all 0s ease;
		-o-transition:      all 0s ease;
		transition:         all 0s ease;
	}
	#page {
		margin: 0 auto;
		padding-bottom: 20px;
		padding-right: 2%;
		padding-left: 2%;
		width: 96%;
	}
}

@media (max-width: 800px) {
	.site-title a.title {
		font-size: 50px;
	}
	.site-title a.description {
		font-size: 18px;
	}
	footer .about {
		display: none;
	}
	footer .category {
		float: none;
		margin-left: 8%;
		width: 86%; height: 320px;
	}
	.taken-on {
		position: static;
	}
}

@media (max-width: 600px) {
	.page-next-2,
	.page-prev-2,
	.three-dots,
	.pn-i,
	footer {
		display: none;
	}
	#nav-below {
		margin: 56px 0 59px;
	}
	#nav-below a {
		padding: 13px 18px 13px;
	}
	.nav-single {
		font-size: 12px;
		margin: 56px 0 59px;
	}
	.page-next-1 {
		float: right;
	}
	.pagination {
		float: none;
		line-height: 13px;
		margin: 40px auto 129px;
		width: 90%; height: auto;
	}
	.pagination a,
	.pagination .current {
		margin: 0;
		padding: 15px 18px;
	}
	.pagination .current {
		float: left;
		margin-left: -25px;
		position: absolute;
		left: 50%;
	}
	.site-header {
		margin-top: 70px;
	}
	.site-title a.title {
		font-size: 34px;
		letter-spacing: 16px;
		line-height: 60px;
		left: 8px;
	}
	.site-title a.description {
		font-size: 14px;
		letter-spacing: 7px;
		left: 2px;
	}
	.dot {
		max-width: 36px;
		min-height: 8px;
		margin: 40px auto;
	}
	.dot li {
		width: 8px; height: 8px;
	}
	.dot li + li {
		margin-left: 6px;
	}
	.entry-header {
		margin-bottom: 0;
	}
	.entry-header .entry-title {
		font-size: 24px;
	}
	.date-right,
	.date-left {
		width: 80px;
	}
	.date-right {
		right: 90px;
	}
	.date-left {
		left: 90px;
	}
	.site-content article {
		padding: 50px 0 6px;
	}
	.post-inner {
		width: 90%;
	}
	.archive-header,
	.page-header {
		display: block;
		margin: 32px auto 0;
		padding: 15px 0;
		width: 90%;
		text-align: center;
	}
	.js-hiraku-left-btn {
		/* display: flex; */
}
}

@media (max-width: 568px) { /* iPhone 5 (H) */
	.entry-header .entry-title {
		font-size: 22px;
	}
}

@media (max-width: 414px) { /* iPhone 7 Plus (W) */
	body {
		font-size: 13px;
	}
	#page {
		padding-right: 3%;
		padding-left: 3%;
		width: 94%;
	}
	.taken-on {
		display: none;
	}
	#nav-below {
		margin: 52px 0 55px;
	}
	#nav-below a {
		padding: 9px 14px 9px;
	}
	.nav-single {
		margin: 52px 0 56px;
	}
	.pagination {
		margin: 40px auto 121px;
	}
	.pagination a,
	.pagination .current {
		padding: 11px 14px;
	}
	.pagination .current {
		margin-left: -18px;
	}
	.site-info {
		height: 2px;
	}
	.site-header {
		margin-top: 48px;
	}
	.site-title a.title {
		font-size: 30px;
		letter-spacing: 9px;
		line-height: 44px;
		left: 4px;
	}
	.site-title a.description {
		font-size: 12px;
		letter-spacing: 4px;
		left: 1px;
	}
	.dot {
		max-width: 36px;
		min-height: 8px;
		margin: 28px auto;
	}
	.dot li {
		width: 8px; height: 8px;
	}
	.dot li + li {
		margin-left: 6px;
	}
	.entry-header .entry-title {
		font-size: 18px;
	}
	.date-right,
	.date-left {
		width: 54px;
	}
	.date-right {
		right: 46px;
	}
	.date-left {
		left: 46px;
	}
	.copy {
		padding: 10px 0 0;
	}
	.entry-content table.table-img {
		margin: 0;
	}
	.table-img font {
		display: none;
	}
	.entry-content p {
		margin: 32px 0 0;
	}
	.entry-content table.table-img.br {
		margin-bottom: 40px;
	}
	.site-content article {
		padding: 32px 0 6px;
	}
	.archive-header,
	.page-header {
		margin: 20px auto 0;
	}
}

@media (max-width: 375px) { /* iPhone 7 (W) */
	body {
		font-size: 13px;
	}
	#page {
		padding-right: 3%;
		padding-left: 3%;
		width: 94%;
	}
	.taken-on {
		display: none;
	}
	#nav-below {
		margin: 52px 0 55px;
	}
	#nav-below a {
		padding: 9px 14px 9px;
	}
	.nav-single {
		margin: 52px 0 56px;
	}
	.pagination {
		margin: 40px auto 121px;
	}
	.pagination a,
	.pagination .current {
		padding: 11px 14px;
	}
	.pagination .current {
		margin-left: -18px;
	}
	.site-info {
		height: 2px;
	}
	.site-header {
		margin-top: 40px;
	}
	.site-title a.title {
		font-size: 24px;
		letter-spacing: 9px;
		line-height: 40px;
		left: 4px;
	}
	.site-title a.description {
		font-size: 12px;
		letter-spacing: 3px;
		left: 1px;
	}
	.dot {
		max-width: 36px;
		min-height: 8px;
		margin: 25px auto;
	}
	.dot li {
		width: 8px; height: 8px;
	}
	.dot li + li {
		margin-left: 6px;
	}
	.entry-header .entry-title {
		font-size: 18px;
	}
	.date-right,
	.date-left {
		width: 40px;
	}
	.date-right {
		right: 20px;
	}
	.date-left {
		left: 20px;
	}
	.copy {
		padding: 10px 0 0;
	}
	.entry-content table.table-img {
		margin: 0;
	}
	.table-img font {
		display: none;
	}
	.entry-content p {
		margin: 32px 0 0;
	}
	.entry-content table.table-img.br {
		margin-bottom: 40px;
	}
	.site-content article {
		padding: 32px 0 6px;
	}
	.archive-header,
	.page-header {
		margin: 20px auto 0;
	}
}