/*!
Theme Name: justanode
Theme URI: https://jn-media.net/
Author: Nsk
Author URI: https://jn-media.net/
Description: Description
Version: 1.1.42
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: justanode
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

justanode is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
  --main-accent-color: #74cbdb;
  --main-darker-color: #69b7eb;
  --main-lighter-color: #93d0ec;
  --sub-lighter-color: #def0fc;
  --link-darker-color: #092964;
  --link-on-bg-color: #124899;

  --main-bg-color: #87cbf6;
  --txt-on-bg-color: #222;

  --main-tag-color: #7381d2;

  --dialog-one-color: #eadc72;
  --dialog-two-color: #f196e6;
  --dialog-three-color: #85c588;

  --main-txt-color: #333;
  --sub-text-color: #5f6c7b;
  --txt-strong-color: #1c8514;

  --head-accent-color: #5458c5;
  --sub-accent-color: #61a1cb;
  --bg-home-color: #5ac0ff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  min-height: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0 0 1em 0;
}

h2 {
  margin: 0 0 1em 0;
  vertical-align: middle;
}

h2 span {
  font-weight: normal;
}

h2 .fa-angle-right {
  margin-left: 0.5rem;
}

.article-wrapper section {
  background: #fff;
  padding: 1.5rem;
  border-radius: 5px;
  margin: 1.5rem 0;
}

/* Grouping content
	 ========================================================================== */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
  margin: 1.5em;
}

.hr-text:before {
  content: "";
  background: -webkit-linear-gradient(left, transparent, #edc56c, transparent);
  background: linear-gradient(to right, transparent, #edc56c, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #e91e63;
  background-color: #fff;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong,
em {
  font-weight: bolder;
  color: var(--txt-strong-color);
}

em.line-b {
  color: unset;
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

#searchsubmit .fa-magnifying-glass {
  font-size: 16px;
}


/* Interactive
	 ========================================================================== */

details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-feature-settings: "palt";
}

h3 {
  margin: 1em 0;
}

p {
  margin: 0 0 0.8em 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
}

span {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

div {
  box-sizing: border-box;
}

dfn,
cite,
i {
  font-style: italic;
}

em {
  font-style: normal;
}

blockquote:not(.twitter-tweet) {
  margin: 2rem 0;
  border-left: 4px solid var(--sub-accent-color);
  padding: 1rem;
  box-shadow: 1px 1px 5px 2px #e4e7ef;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: var(--main-bg-color);
}

hr.line1 {
  width: 100%;
  height: 44px;
  border: 0;
  background: transparent url(/img/line1.png) no-repeat center center;
  background-size: contain;
}

/* List
	 ========================================================================== */

ul,
ol {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
}

ol {
  list-style: decimal;
  padding-left: 2em;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.list_disc {
  list-style: disc;
  padding: 0 0 0 1.5em;
}

.list_disc li {
  margin-bottom: 0.5em;
  font-size: 0.95rem;
}

.list_disc li:last-of-type {
  margin-bottom: 0;
}

.list_disc em {
  color: var(--txt-strong-color);
}

.list_disc.bg1 {
  padding: 1rem 1rem 1rem 2.5rem;
  border: 1px solid #d7e1f6;
}

.list_disc.sub {
  font-size: 0.95em;
}

.more-examples .list_disc {
  list-style: disc;
  margin-bottom: 0;
}

.more-examples .list_disc li {
  margin-bottom: 1em;
}

.more-examples .list_disc li::marker {
  color: #5d8dc8;
}

.related-posts .list_disc {
  margin-bottom: 0;
  list-style: none;
}

.related-posts .list_disc li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f35a";
  color: var(--sub-accent-color);
  display: inline-block;
  margin-right: 5px;
}

.list_links {
  padding-left: 1em;
}

.list_links a {
  padding-left: 0.5em;
}

.list_links li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.85rem;
  color: #888;
  text-align: left;
  margin-top: 4px;
}

table {
  margin: 0;
  width: 100%;
}

.table-wrapper {
  overflow: scroll;
  width: 100%;
  margin-bottom: 3rem;
  /* border: 2px solid var(--sub-lighter-color); */
}

p + .table-wrapper {
  margin-top: 1rem;
}

table.compare-vod {
  border-collapse: collapse;
  width: 1000px;
}

.compare-vod td,
.compare-vod th {
  border: 2px solid var(--sub-lighter-color);
  font-size: 0.8rem;
  padding: 4px 8px;
}

.compare-vod th {
  background: #f3f6fc;
  width: 120px;
}

.compare-vod th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: -2px;
  z-index: 1;
}

.compare-vod th:nth-child(2) {
  width: 160px;
}

.compare-vod.type-2 td {
  text-align: center;
}

.compare-vod.type-2 th:first-child {
  width: 198px;
  text-align: left;
}

.compare-vod.type-2 th {
  width: 160px;
}

.compare-vod.type-3 th {
  width: 162px;
}

.compare-vod.type-3 th:first-child {
  width: 162px;
  text-align: left;
}

.compare-vod.type-3 th:nth-child(4) {
  width: 350px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Deco
--------------------------------------------------------------*/

body.home {
  background: var(--bg-home-color);
}

.bg1 {
  background: #f3f6fc;
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/

.swiper-outer1 {
  position: relative;
  max-width: calc(1000px + 11em);
  margin: 0 auto 3em;
}

.swiper-outer2 {
  max-width: 1000px;
  margin: 0 auto;
}

.swiper-wrapper {
  margin-bottom: 4.5em;
}

.swiper-slide {
  height: 160px;
  display: block;
  padding: 0;
  border-radius: 5px;
  background: #e0eafc;
}

.swiper-slide > div {
  height: 100%;
  background-size: cover;
  border-radius: 5px;
}

.swiper-slide .bg-gradient {
  align-items: flex-end;
  display: flex;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.01) 30%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.01) 30%,
    rgba(0, 0, 0, 0.8) 100%
  );
  padding: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  border-radius: 5px;
}

.swiper-slide a,
.swiper-slide a:visited {
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1em;
}

.swiper-button-prev,
.swiper-button-next {
  color: #ccc;
  background: rgb(255 255 255 / 80%);
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  padding: 1.5em;
  top: 35%;
}

.swiper-container-horizontal > .swiper-scrollbar {
  height: 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 1.5em;
}

.swiper-scrollbar-drag {
  background: rgb(95 108 123 / 50%);
}

.swiper-pagination-bullet-active {
  background: var(--main-accent-color);
}

.swiper-wrapper h3 {
  font-size: 1.5em;
  line-height: 1.1;
  margin: 0 0 0.2em;
  text-shadow: 1px 1px #000;
  text-transform: capitalize;
  font-family: "Poiret One", cursive;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3em;
}

.swiper-wrapper span {
  font-size: 0.9em;
  margin: 5px 0 0 0;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--link-darker-color);
}

a:visited {
  color: var(--link-darker-color);
}

#page .fbc-page .fbc-wrap .fbc-items li a {
  color: var(--link-on-bg-color);
}

.card-upper a:hover,
.card-upper a:focus {
  color: #ffffff;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/

figure.trim img,
figure.trim2 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

figure.trim2 {
  max-width: 100%;
  width: 710px;
  height: 400px;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}

figure.trim.zoom:hover .wp-post-image {
  transform: scale(1.2);
}

figure.trim.zoom img {
  transition: transform 0.5s ease;
}

figure.trim .box-color {
  height: 200px;
  background: linear-gradient(45deg, #fc9f14 0%, #f7e8b2 100%);
  transition: 0.5s ease;
}

figure.trim .box-color:hover {
  opacity: 0.7;
}

figure.trim .box-color:before {
  content: "";
  position: relative;
  background-image: url(/img/nekote.png);
  width: 300px;
  height: 200px;
  display: block;
}

figure.in-article {
  text-align: center;
  margin: 2rem auto;
}

figure.img-blogtop {
  position: relative;
  max-width: 710px;
  margin: 0 auto;
}

.img-blogtop figcaption {
  color: #dfdfdf;
  font-size: 0.8rem;
  padding: 5px 10px;
  background: rgb(0 0 0 / 70%);
  width: 100%;
  text-align: right;
  margin-top: 0;
}

.img-vertical,
.img-horizontal {
  text-align: center;
  margin: 2rem auto;
  background: #eee;
  padding: 10px;
}

.img-vertical figcaption {
  max-width: 300px;
  margin: 5px auto 0 auto;
}

.img-horizontal figcaption {
  margin: 5px auto 0 auto;
  text-align: center;
}

.bl-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1em;
}

.bl-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  display: block;
  margin: 0 auto;

  box-shadow: 0 3px 5px 0 rgb(86 102 113 / 30%);
  z-index: 5;
}

.menu-menu-1-container {
  background-color: var(--txt-on-bg-color);
  line-height: 1;
}

.main-navigation li {
  position: relative;
  padding: 0;
  margin: 0 6px 0 0;
}

.main-navigation li:hover {
  background-color: #606060;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem;
}

.main-navigation li:hover a {
  color: #fff;
}

.main-navigation ul {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  margin: 0;
  line-height: 1;
}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.bottom-nav-links {
  font-size: 0.9rem;
  background: #fff;
  padding: 8px;
  border-radius: 5px;
}

.bottom-nav-links > div {
  margin: 5px;
  padding: 5px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.main-navigation .current-menu-parent,
.main-navigation .current-menu-item,
.main-navigation .single-custom_vocabulary .menu-item-type-custom,
.main-navigation .single-custom_vocabulary .menu-item-object-custom_vocabulary,
.main-navigation .current-post-ancestor,
.main-navigation .current-category-ancestor {
  background: #5d8dc8;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

.hamburger-navigation {
  display:none;
}

@media screen and (max-width: 500px) {

	#navigation-hamburger.is_open {
		display: block;
	}

	.main-navigation ul {
		display: flex;
	}

  .modal-on {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

p.align-right {
  text-align: right;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget,
.category-shows section.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.widget-title {
  font-size: 1em;
  padding: 0.5em 1em;
  color: #fff;
  background: #094067;
  background: -webkit-linear-gradient(to right, #094067, #87cbf6);
  background: linear-gradient(to right, #094067, #87cbf6);
}

.body-container .widget-area {
  width: 270px;
  /* border-left: 1px solid #ccc; */
  padding-left: 20px;
  font-size: 0.9em;
}

.widget-area ul {
  margin: 0 0 0 1em;
  padding: 0;
  list-style: none;
}

.widget-area a {
  color: var(--link-on-bg-color);
}

.search-form {
  display: flex;
  margin: 1em 0;
}

input[type="search"].search-field {
  -webkit-appearance: none;
  border-radius: 5px 0 0 5px;
  border-right: none;
}

#media_image-2 {
  margin: 1.5em 0;
}

/*
.widget-area .cat-item {
  color: #919191;
}
*/

.widget_recent_entries li {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  overflow: hidden;
  color: var(--link-on-bg-color);
}

.twitter-tweet-rendered {
  margin: 10px auto;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

h3.suppl {
  font-size: 0.9rem;
  margin: 0 0 5px 0;
}

h3.suppl2 {
  font-size: 1em;
  border-left: 5px solid #b3de85;
  padding-left: 1em;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: inline-block;
  font-size: 0.9em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-content p {
  margin-bottom: 1.5em;
}

.entry-content blockquote p {
  margin-bottom: 0.5em;
}

.entry-content blockquote .notes p {
  line-height: 1.5;
}

.entry-content blockquote .notes ul {
  margin: 1rem 0 0 0;
}

.entry-content h2 {
  padding-left: 10px;
  padding-bottom: 5px;
}

.entry-content h2.dc-1 {
  padding: 10px;
  margin-top: 2rem;
  border-bottom: 1px solid var(--main-lighter-color);
  border-top: 1px solid var(--main-lighter-color);
  border-left: none;
}

.entry-content h2.dc-2 {
  border-bottom: 2px dotted #ccc;
}

.entry-content h2.dc-2 i {
  color: var(--txt-strong-color);
  margin-right: 0.5em;
}

.entry-content h2.dc-3 {
  border-left: 5px solid var(--main-lighter-color);
  border-bottom: 1px solid #ccc;
  padding-left: 0.5em;
}

.entry-content h2.dc-1.separate,
.entry-content h2.dc-2.separate,
.entry-content h2.dc-3.separate {
  margin-top: 3rem;
}

section.entry-content p a,
section.additional-info p a {
  color: #027cca;
  text-decoration: underline;
  padding: 0 3px;
}

section.entry-content p a:visited {
  color: #2984be;
}

/* h3 */
.digression {
  font-size: 1em;
  background: #dae2f4;
  padding: 5px 10px;
  margin-top: 3em;
}

.digression:first-of-type {
  margin-top: 0;
}

p + h2,
ul + h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.block_dialog {
  padding-bottom: 1rem;
}

.block_dialog:last-of-type {
  padding-bottom: 0;
}

.block_dialog .fas {
  margin-right: 0.5em;
}

.tendency {
  background: var(--sub-lighter-color);
  padding: 0.3rem 0.5rem;
}

.vod-links {
  display: flex;
  flex-wrap: wrap;
}

.vod-links li {
  width: 25%;
  padding: 8px;
}

.vod-links li div {
  height: 4rem;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  background: #000;
  font-weight: bold;
}

.vod-links li span {
  display: block;
  margin-top: 5px;
  font-size: 0.8rem;
  padding: 0 3px;
}

.vod-hulu {
  color: #3ce132;
}

.vod-netflix {
  color: #e50914;
}

.vod-unext {
  color: rgb(255 255 255);
}

.vod-amazon {
  color: #ff9900;
}
.vod-disney {
  color: #00f5fa;
}

.vod-paramount {
  color: #0064ff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
  margin: 0 auto;
/*  background: var(--bg-home-color); */
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 5px auto;
  align-items: flex-end;
  position: relative;
}

.site-branding {
  padding: 0 10px;
  text-align: center;
}

.site-branding h1 {
  margin: 0;
}

.site-title {
  margin: 0;
}

.site-branding .site-description {
  margin: 0;
  font-size: 0.85em;
}

span.site-title .custom-logo-link {
  max-width: 200px;
  margin-top: 1em;
}

.header_img {
  line-height: 1;
}

.header_img img {
  vertical-align: bottom;
}

.is-fixed,
.main-navigation.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
  background: #000;
  color: #fff;
  padding: 20px;
  font-size: 0.9em;
  position: sticky;
  width: 100%;
  top: 100vh;
}

.site-footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.site-footer a,
.site-footer a:visited,
.site-footer a:hover {
  color: #fff;
}

.site-footer a:hover {
  text-decoration: underline;
}



.site-footer .site-info {
  margin-bottom: 2rem;
  margin-top: 0.8rem;
}


.footer-signature {
  max-width: 100%;
  margin-right: 30px;
}

.footer-signature img {
  width: 150px;
}

.footer-menu {
  width: 22%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

.hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 4em 0 2em 0;
}

/*
.frame-photo {
  border: 1px solid #e8e8e8;
  padding: 1em 1em 3em 1em;
  background: linear-gradient(333deg, #efefef, transparent);
}
*/

.l-hero-txt {
  width: 60%;
}

body.home h2 span {
  color: var(--txt-on-bg-color);
}

.hero-wrapper figure {
  width: 35%;
}

.hero-wrapper p {
  color: var(--txt-on-bg-color);
}

.body-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0 60px 0;
}

.list-inline {
  margin: 0 0.5rem 2.5rem;
}

.list-inline li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  font-size: 0.9em;
  padding: 0.2em 0.5em;
  background: #fff;
  border-radius: 3px;
}

.list-inline.alt li {
  background: var(--link-darker-color);
  font-size: 1em;
}

.list-inline.alt li a {
  color: #fff;
}

.lead1 h2 {
  font-size: 1em;
}

.random-quotes {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.quotes-main {
  font-size: 1.3em;
}

.bl-category {
  width: 24%;
  height: 200px;
  display: block;
  background: #efefef;
  position: relative;
  margin: 0 0 2em 0;
  border-radius: 5px;
}

.bl-category a,
.bl-category a:visited {
  color: #fff;
  display: block;
  height: 100%;
}

.bl-category img {
  filter: brightness(70%);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl-category-name {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 1.2em;
  text-align: center;
  word-break: keep-all;
  text-shadow: 0 0 15px black;
}

.card-wrapper {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
}

.card-wrapper2 {
  justify-content: space-between;
}

.card {
  background: #dee1e8;
  border-radius: 5px;
  padding: 2px;
  text-align: center;
  box-shadow: 1px 6px 10px 1px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card2,
.card3 {
  width: calc(50% - 10px);
  border-radius: 5px;
  background: #fff;
  margin-bottom: 1em;
  border: 2px solid #0288db;
}

.card2,
.card3 {
  padding: 10px;
}

.card3 h3 a {
  display: block;
}

.card2 .row {
  padding: 10px;
  height: 100%;
}

.card2 .tags-links {
  padding: 0;
  margin: 10px 0 5px 0;
}

.card3 .tags-links {
  margin: 4px 0 0 0;
}

.card2 .trim {
  margin: 0 10px 0 0;
  width: 100px;
  height: 100px;
}

.card3 .trim {
  margin: 0 10px 0 0;
  width: 80px;
  height: 80px;
}

.b-txt {
  flex: 1;
}

.card2 h3,
.card3 h3 {
  margin: 0;
  font-size: 1.2em;
}

.card2 p,
.card3 p {
  font-size: 1em;
  color: #777;
}

.card2 .date,
.card3 .date {
  font-size: 0.8em;
  color: #bbb;
}

.card3 h3,
.card3 .date {
  margin-left: 5px;
}

.card:hover {
  background-image: linear-gradient(135deg, #4c53bb 10%, #0d125d 100%);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.card-full {
  padding: 1rem;
  border: 1px solid var(--main-lighter-color);
  margin: 1.5rem 0;
}

.card-full .b-txt {
  padding-right: 1rem;
}
.card-full .b-txt li,
.card-full .b-txt p {
  font-size: 0.9rem;
}

.indexlist-wrapper a:hover .card-upper {
  color: #ffffff;
}

.indexlist-wrapper .card-lower {
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 1px;
}

.indexlist-wrapper .card-lower p {
  margin: 5px;
}

.indexlist-wrapper .card-upper h2 {
  position: relative;
  font-size: 1.5em;
  font-family: serif;
  line-height: 1.5;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0.5em;
}

.indexlist-wrapper .container article:nth-child(3n + 1) .box-color {
  background: linear-gradient(45deg, #ff96c3 0%, #f9caf5 100%);
}

.indexlist-wrapper .container article:nth-child(3n + 2) .box-color {
  background: linear-gradient(45deg, #40e3e3 0%, #aeadf5 100%);
}

.container.lead1 {
  background: #d8eefe;
  padding: 2em;
  margin: 4em 0;
  /*
  background-image: url(/img/books-5937823_1920.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  */
}

.container.list1 {
  max-width: 1000px;
  margin: 0 auto 2em auto;
}

.news-front {
  margin: 1em 0 2em;
  color: var(--txt-on-bg-color);
}

.news-front h3 {
  font-size: 0.9em;
}

.news-front ul,
.news-front span {
  font-size: 0.9em;
}

.news-front ul {
  margin: 0 0 0 2em;
  list-style: disc;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.site {
  position: relative;
  height: 100vh;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row2 {
  display: flex;
  flex-wrap: wrap;
}

/*  1col=12  2p4=2.4  2.4=1/5 */

.col-2p4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.container {
  width: 100%;
  padding: 0;
  margin: 2em auto;
}

.container .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.body-container {
  display: flex;
}

.body-container.no-sidebars {
  display: block;
}

.body-container .site-main {
  padding-right: 20px;
  flex: 1;
}

.body-container.no-sidebars .site-main {
  width: 100%;
}

.cat-links,
.tags-links {
  display: block;
  margin-bottom: 0.5rem;
  margin-left: -3px;
}

.tags-links a,
.cat-links a {
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 0.8em;
  color: #fff;
}

.cat-links a {
  background: var(--main-tag-color);
}

.tags-links a {
  background: var(--main-tag-color);
  margin: 0 3px;
}

.cat-links ul,
.tags-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-links li,
.tags-links li {
  display: inline-block;
  margin: 0 0 5px;
}

.entry-footer {
  margin: 1em 0;
}

.more-link {
  color: pink;
}

.box-search {
  width: 60%;
  display: flex;
  justify-content: center;
  margin: 1em auto;
}

.text-input-wide[type="text"] {
  padding: 0.2em 0.5em;
  outline: none;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
  flex: auto;
  border-right: 0;
}

.box-search .fa-search {
  font-size: 2em;
  width: auto;
  height: auto;
}

.search-submit[type="submit"] {
  border-radius: 0 5px 5px 0;
  width: 5em;
}

/*--------------------------------------------------------------
## in category
--------------------------------------------------------------*/

.original-title {
  font-size: 2.2rem;
  font-family: "Georgia", serif;
  line-height: 1.2;
  margin-top: 8px;
}

.in_category .box-datetime {
  border-top: 1px solid var(--main-lighter-color);
  border-bottom: 1px solid var(--main-lighter-color);
  margin: 1em 0;
  padding: 0.4em;
  font-size: 0.9em;
}

.date-premiere {
  display: block;
  font-family: arial, sans-serif;
}

.in_category .entry-date.published {
  margin-right: 1em;
}

.entry-header {
  padding-bottom: 1rem;
  margin-bottom: 1.8rem;
}

.in_category .entry-header {
  border-bottom: 1px solid var(--main-lighter-color);
}

.in_category .category-shows .entry-header {
  border-bottom: none;
}

.entry-header h1 {
  margin: 0;
}

.entry-header.page-single-shows h1 {
  font-size: 1rem;
}

.entry-header .in_english {
  margin-bottom: 0;
}

.entry-header .in_english.cat-dialog {
  margin-top: 1rem;
  margin-bottom: 0;
  border-top: 1px solid var(--main-lighter-color);
  padding-top: 0.8rem;
}

.toc-anchor {
  text-align: right;
  font-size: 0.8rem;
}

.toc-anchor a {
  border: 1px solid var(--main-lighter-color);
  padding: 3px 5px;
  display: inline-block;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-right: 4px;
}

.toc-anchor.type2 {
  margin-top: 1rem;
}

.border-btm {
  border-bottom: 1px solid var(--sub-lighter-color);
  padding-bottom: 8px;
}

.site-main h2 {
  font-size: 1.2em;
  /* margin: 0; */
  /* 0 for toggle */
}

.category-shows section.additional-info {
  margin-bottom: 0;
}

.category-shows .additional-info {
  font-size: 0.9em;
}

.bl-vod-small {
  display: flex;
  flex-wrap: wrap;
}

.bl-vod-small li {
  width: 150px;
  margin: 0 5px;
}

.bl-vod-xsmall {
  margin: 0 0 0.5em 0.5em;
}

.bl-vod-xsmall li {
  font-size: 0.8em;
  display: inline-block;
  border-right: 1px solid #404040;
  color: #404040;
  padding: 0 0.5em;
}

.bl-vod-xsmall li:last-of-type {
  border-right: none;
}

.main-characters h2 {
  margin: 0;
}

.main-characters h3 {
  margin: 1em 0 0.5em 0;
  font-size: 1em;
  padding-left: 0.5em;
  border-left: 3px solid var(--main-lighter-color);
}

.main-characters dl + h3 {
  margin-top: 2em;
}

.toggle-sw {
  position: relative;
  cursor: pointer;
}

.toggle-sw:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #404040;
  border-right: solid 3px #404040;
  transform: rotate(135deg);
}

.toggle-sw.active:after {
  transform: rotate(-45deg);
}

.toggle-body {
  padding-top: 1em;
  display: none;
}

/*
.in_category .site-main .main-characters h2:after {
  background: none;
}
*/

.story-background {
  background: #fff;
}

.main-characters dl {
  margin: 0.5em 0;
}

.main-characters dt {
  margin: 0 0.5rem 5px 0;
  line-height: 1.2em;
  border-top: 1px dashed #ccc;
  padding-top: 0.8rem;
}

.main-characters dt span:first-child {
  margin-right: 5px;
}

.main-characters dt span:nth-child(2) {
  font-size: 0.8em;
  font-weight: normal;
  display: inline-block;
}

.main-characters dd {
  margin: 0 0 0.8rem 0;
  font-size: 0.9em;
}

.dvd-links ul {
  padding: 0.5rem 1rem;
}

.dvd-links li {
  list-style: square inside;
}

.txt-subtxt {
  font-size: 0.8em;
  padding-left: 1em;
}

.share-buttons li {
  margin: 10px;
  line-height: 1;
}

.share-buttons .twitter-x a{
  border-radius: 3px;
  overflow: hidden;
  display: block;
}

.in_english {
  font-size: 1.6em;
  font-family: serif;
  margin-bottom: 0.5em;
}

.ac-check {
  display: none;
}

.ac-label {
  position: relative;
  display: block;
}

.ac-label:hover {
  cursor: pointer;
}

.ac-label:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #404040;
  border-right: solid 2px #404040;
  transform: rotate(135deg);
}

.ac-check:checked + .ac-label:after {
  transform: rotate(-45deg);
  top: 45%;
}

.ac-body {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  visibility: hidden;
}

.ac-check:checked + .ac-label + .ac-body {
  height: auto;
  opacity: 1;
  padding: 1em;
  visibility: visible;
}

.example-sentences .example:last-of-type {
  border-bottom: none;
}

.example h3 {
  font-size: 1em;
  border-left: 5px solid var(--main-lighter-color);
  padding: 0.5em 1em;
}

.dialog-source {
  font-size: 90%;
  margin: 2rem 0;
  color: #777;
  border-bottom: 1px dashed #ccc;
}

/*
.dialog-source .list-icon {
  color: var(--main-accent-color);
}
*/

.dialog-source i {
  margin-right: 8px;
  color: var(--main-accent-color);
}

.dialog-group .gp {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
}

.dialog-group .person {
  margin-right: 30px;
  word-break: keep-all;
}

.dialog,
.narration {
  position: relative;
  padding: 8px 12px;
  border: 2px solid var(--main-lighter-color);
  border-radius: 5px;
  background: #fff;
}

.notes,
.notes2,
.notes3 {
  font-size: 0.9em;
  color: #777;
  line-height: 1.5;
}

.entry-content .notes3 {
  font-size: 0.8em;
  margin-bottom:0;
}

div.notes {
  border-top: 1px dashed #ccc;
  margin-top: 1rem;
  padding-top: 1rem;
}

.dialog:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid var(--main-lighter-color);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  top: 12px;
  left: -10px;
}

.dialog:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -7px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.dialog.alt1 {
  border: 2px solid var(--dialog-one-color);
}

.dialog.alt2 {
  border: 2px solid var(--dialog-two-color);
}

.dialog.alt3 {
  border: 2px solid var(--dialog-three-color);
}

.dialog.alt1:before {
  border-right: 10px solid var(--dialog-one-color);
}

.dialog.alt2:before {
  border-right: 10px solid var(--dialog-two-color);
}

.dialog.alt3:before {
  border-right: 10px solid var(--dialog-three-color);
}

.related-links li {
  display: inline-block;
  margin-right: 5px;
}

.related-links li a {
  display: block;
  padding: 4px 10px;
  background: #f1f1f1;
  border-radius: 5px;
}

.box-datetime-bottom {
  margin-bottom: 2em;
  color: #777;
  font-size: 0.9em;
}

.foot-datetime {
  margin-top: 1.2rem;
  font-size: 0.8rem;
  color: var(--txt-on-bg-color);
  padding: 0 10px;
}

.dictionary {
  font-size: 0.9em;
  padding: 1em 1em 1em 2.5em;
  background: #f1f1f1;
  border-radius: 5px;
}

.reflist {
  margin-bottom: 2em;
}

.label-category {
  font-size: 0.8em;
}

.link-to-cards {
  margin-top: 5px;
  font-size: 0.9em;
}



.block-sample {
  background: var(--sub-lighter-color);
  padding: 1em;
  margin-bottom: 1.5rem;
  border: 2px solid var(--main-darker-color);
  font-size: 1.5rem;
  font-family: serif;
}

.upper-border {
  border-top: 1px dashed var(--main-darker-color);
  padding-top: 1rem;
}

.related-posts {
  font-size: 0.9rem;
  background: #fff;
  padding: 10px;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.related-posts h2,
.bottom-nav-links h2,
.abc-index h2 {
  font-size: 0.9rem;
  border-bottom: 1px solid #ccc;
}

.abc-index {
  font-size: 0.9rem;
  padding: 10px;
  margin-bottom: 1rem;
}

.abc-index ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.abc-index li {
  width: 1.6em;
  text-align: center;
  background: #fafafa;
  margin: 1px;
}

.abc-index li:first-child {
  width: 3rem;
}
.abc-index li a {
  display: block;
  padding: 5px;
}

.catname-index {
  display: flex;
  flex-wrap: wrap;
}

.catname-index li {
  text-align: center;
  background: #fafafa;
  margin: 1px;
  font-size: 0.8rem;
}

.catname-index li a {
  padding: 5px 10px;
}

/*--------------------------------------------------------------
## breadcrumb
--------------------------------------------------------------*/

.fbc-page {
  margin-bottom: 0.5em;
}

.fbc-page .fbc-wrap .fbc-items li {
  padding: 2px;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0.5em;
}

#primary .fbc-page .fbc-wrap .fbc-items {
  background-color: transparent;
}

#primary .fbc-page .fbc-wrap .fbc-items li.active span,
#primary .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: var(--txt-on-bg-color);
}

.fbc-wrap {
  border-radius: 5px;
}

body.single .fbc-page li.active {
  display: none;
}

/*--------------------------------------------------------------
## flip card
--------------------------------------------------------------*/

.flip-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flip-card {
  background-color: transparent;
  width: 200px;
  height: 150px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  margin: 10px;
  font-size: 1.5em;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 5px;
}

.flip-card-front {
  background-color: #170b81;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/img/bg-card.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.flip-card-back {
  background-color: #fff;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.flip-card-back a {
  font-size: 0.8em;
}

/*--------------------------------------------------------------
## archive, search page
--------------------------------------------------------------*/
.archive-description {
  padding: 5px 10px;
  margin-bottom: 0.5rem;
}

.archive-description p {
  font-size: 0.9em;
  color: var(--txt-on-bg-color);
  margin-bottom: 0;
}

.archive-description a {
  color: var(--link-on-bg-color);
}

.in_archive .page-title,
.search-results .page-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.in_archive .entry-content .sub-txt,
.in_archive .list-articles .sub-txt {
  font-size: 0.8rem;
  color: #8c8c8c;
}

i.fas.fa-tag {
  color: var(--main-tag-color);
  margin-right: 2px;
  font-size: 1.2em;
  vertical-align: bottom;
}

.search-results .label-category {
  text-align: center;
  padding: 0;
  margin: 0 0 0.5em;
  display: inline-block;
  font-size: 0.8em;
  background: none;
}

.search-results .label-category a {
  background: var(--sub-lighter-color);
  padding: 2px 1em;
}

.label-category .post-categories {
  margin: 0;
}

.in_archive h2,
.search-results h2 {
  font-weight: normal;
  line-height: 1.2;
}

h2 span {
  margin-right: 4px;
  vertical-align: middle;
}

.in_archive .entry-title,
.search-results .entry-title {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  position: relative;
}

.dc-topcard .entry-header .entry-title.narrow {
  font-size: 1.4rem;
  margin: 0;
}

.title-en {
  font-size: 0.9rem;
  white-space: nowrap;
}

.list-articles > div {
  background: #fff;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
}

.list-articles em {
  padding-right: 0.5em;
}

.list-articles .align-right {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.list-articles .align-right a {
  width: 44px;
  height: 44px;
  font-size: 30px;
  display: block;
}

.list-articles .entry-title a {
  display: block;
  padding-right: 20px;
}

.list-articles .entry-title a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 0;
}

.bl-search-result {
  margin-bottom: 1.5em;
}

.in_archive .entry-content,
.search-results .entry-summary {
  margin: 0;
}

.in_archive .entry-content p,
.search-results .entry-summary p {
  margin: 0.5rem 0;
  font-size: 0.9em;
  line-height: 1.4;
}

.in_archive .entry-content {
  margin-bottom: 0.5em;
}

body.category-train-of-thought .list-articles > div {
  display: flex;
}

.img-in-archive {
  width: 100px;
  height: 100px;
  margin: 5px 20px 5px 0;
}

.img-in-archive img {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.group-txt {
  flex: 1;
}

.label-sub {
  margin-bottom: 0.3rem;
  line-height: 1.4;
}

/*--------------------------------------------------------------
## utility
--------------------------------------------------------------*/

.tag-cloud {
  margin: 20px;
}

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0.5em;
  bottom: 1em;
  opacity: 0.6;
  cursor: pointer;
  z-index: 10;
}

#page_top:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35b";
  font-size: 40px;
  color: rgb(251 1 1 / 60%);
  border-radius: 5px;
}

.edit-link {
  display: block;
  margin-top: 10px;
}

.url-outer {
  word-break: break-word;
}

.body-container .wpap-loadmore-wrapper .wpap-loadmore-button {
  height: 40px;
  border-radius: 5px;
  box-shadow: none;
  background: var(--txt-strong-color);
  color: #fff;
}

.txt-center {
  text-align: center;
}

.img-border {
  border: 2px solid #eee;
}

.last-of-section {
  margin-bottom: 0;
}

.img-blogtop + .article-wrapper .dc-topcard {
  border-top: 0;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
}

/*--------------------------------------------------------------
## sidebar
--------------------------------------------------------------*/

.share-buttons {
  display: flex;
  /* background: #fff; */
  align-items: flex-start;
  justify-content: center;
  border-radius: 5px;
}

/*--------------------------------------------------------------
## timeline
--------------------------------------------------------------*/

h2.milestone {
  margin-bottom: 5px;
  padding: 0;
}

.timeline {
  display: flex;
}

.timeline__nav {
  width: 6em;
  margin-right: 2rem;
}

.timeline__nav ul {
  margin: 0;
}

.timeline__nav ul li {
  margin: 0;
  padding: 5px;
}

.timeline__nav li a {
  border-bottom: 1px dotted #93d0ec;
  padding-bottom: 5px;
}

.timeline__section {
  flex-shrink: 2;
}

.timeline__section ul {
  font-size: 0.8em;
  border: 1px dashed #ccc;
  padding: 5px;
  margin-bottom: 8px;
}

.year-summary {
  font-size: 0.8em;
  border: 1px dashed #ccc;
  padding: 5px;
  margin-bottom: 8px;
}

.year-summary p {
  margin: 0;
}

/*--------------------------------------------------------------
## media query
--------------------------------------------------------------*/

@media screen and (min-width: 640px) {
  .dc-topcard .entry-header h1 {
    margin: 1rem 0 1rem 0;
  }
}

@media screen and (max-width: 1052px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .l-header,
  .hero-wrapper,
  .swiper-outer1,
  .container.list1 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .article-wrapper {
    padding-left: 1rem;
  }

  .img-blogtop {
    padding-left: 1rem;
  }

  .fbc-page {
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 999px) {
  .container .inner {
    margin: 0 1em;
  }
  .bl-category {
    height: auto;
  }

  .widget-area {
    padding: 0 1em;
  }

  .list-articles,
  .page-header {
    margin: 0 1em;
  }

  .large-screen {
    display: none;
  }

  figure.trim2 {
    width: 100%;
    height: 300px;
  }

  .menu-menu-1-container {
    overflow-x: scroll;
  }

  .main-navigation {
    position: relative;
  }

  .main-navigation ul {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    min-width: 100%;
  }

  .main-navigation li {
    display: inline-block;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .indexlist-wrapper .card-wrapper {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 10px;
  }

  .fbc-page .fbc-wrap .fbc-items li span {
    max-width: 12em;
  }
}

@media screen and (max-width: 859px) {
  /* single column */

  .body-container {
    display: block;
  }

  .body-container .site-main {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }

  .article-wrapper {
    padding: 0 1rem;
  }

  figure.img-blogtop {
    text-align: center;
    padding-left: 0;
    margin-bottom: 1.5rem;
  }

  .category-train-of-thought .dc-topcard {
    margin-top: 1rem;
    border-radius: 5px;
  }

  .img-blogtop + .article-wrapper .dc-topcard {
    margin-top: 1rem;
    border-radius: 5px;
  }

  .swiper-slide {
    height: 140px;
  }

  .body-container .widget-area {
    width: 100%;
    border-left: 0;
    padding-left: 1rem;
    font-size: 0.9em;
  }

  .widget_search .search-form {
    justify-content: center;
  }

  .widget-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .widget-area ul.share-buttons {
    justify-content: center;
  }

  .widget-area .widget li {
    width: 48%;
  }

  .widget-area ul.children {
    display: none;
  }

  .widget_media_image {
    display: none;
  }

  #secondary .widget-title {
    margin: 0 0 1rem 0;
    background: #094067;
  }

  .compare-vod.type-3 th {
    width: 160px;
  }

  .compare-vod.type-3 th:first-child {
    width: 100px;
  }

  .compare-vod.type-3 th:nth-child(4) {
    width: 160px;
  }

  .compare-vod.type-2 {
    width: 760px;
  }

  .compare-vod.type-2 th {
    width: 120px;
  }

  .card-full figure {
    max-width: 50%;
  }

  .card-full .b-txt {
    margin-bottom: 1rem;
  }

  .site-footer .inner {
    flex-wrap: wrap;
  }

  .footer-menu {
    width: 33%;
  }

  .site-footer .site-info {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  .fbc-page .fbc-wrap .fbc-items {
    padding: 0;
  }
  .fbc-page .fbc-wrap .fbc-items li a i {
    margin-right: 5px;
  }

  .main-navigation a {
    font-size: 0.9rem;
  } 

}

@media screen and (max-width: 600px) {
  .body-container {
    padding: 15px 0 15px 0;
  }

  .entry-header h1 {
    font-size: 1.5em;
  }

  .entry-content h2 {
    margin-left: 0;
    margin-top: 2.5rem;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 1.1rem;
  }

  .entry-header .in_english.cat-dialog {
    font-size: 1.4em;
    margin-bottom: 0.8rem;
  }

  h2 span {
    font-size: 0.9em;
  }

  p + h2,
  ul + h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .entry-content p {
    font-size: 0.9rem;
  }

  .entry-content blockquote p.notes {
    font-size: 0.85em;
  }

  .entry-content .list_disc,
  .more-examples .list_disc {
    font-size: 0.9em;
  }

  .entry-content .list_links {
    font-size: 0.85em;
  }

  .ac-label {
    font-size: 0.9em;
  }

  .label-sub {
    font-size: 0.9em;
  }

  .hero-wrapper {
    padding: 0;
    flex-wrap: wrap;
    margin: -5px 0 1.5rem 0;
    position: relative;
  }

  .hero-wrapper .l-hero-txt {
    order: 1;
    width: 100%;
  }

  .hero-wrapper .l-hero-txt p {
    padding: 0 1rem;
    font-size: 0.9em;
  }

  .hero-wrapper figure {
    order: 0;
    width: 100%;
    margin-bottom: 1rem;
    min-height: 260px;
  }

  .hero-wrapper figure img {
    width: 100%;
  }

  .l-hero-txt h1 {
    text-align: center;
    max-width: 320px;
    margin: 0;
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    right: 0.5rem;
  }

  h2 {
    margin: 0 0 0.8rem 0;
  }

  .container.lead1 {
    margin: 1rem 0;
    padding: 1rem 0;
  }

  .indexlist-wrapper .card-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
  }

  .box-search {
    margin: 0.6rem auto;
    width: auto;
  }

  .bl-category {
    width: 48.5%;
    height: 5rem;
    margin-bottom: 1rem;
  }

  .swiper-outer1 {
    margin: 1rem auto;
  }

  .lead1 h2 {
    margin-bottom: 0.8rem;
  }

  .list_disc.bg1 {
    padding: 1rem 1rem 1rem 2rem;
  }

  .news-front {
    margin-bottom: 1rem;
  }

  .quotes-main {
    font-size: 1rem;
    line-height: 1.5;
  }

  .quotes-author,
  .quotes-source {
    font-size: 0.9em;
  }

  .card2,
  .card3 {
    width: 100%;
  }

  .in_archive .page-title,
  .search-results .page-title {
    margin: 0 0 0.5rem 0;
  }

  .bl-vod-small li {
    width: 33%;
    padding: 0 5px;
    margin: 0;
  }

  .swiper-container {
    height: 200px;
  }

  .article-wrapper section {
    padding: 1rem;
    margin: 1rem 0;
  }

  figure.img-blogtop {
    text-align: center;
    padding-left: 0;
    margin-bottom: 1rem;
  }

  figcaption,
  .img-blogtop figcaption {
    font-size: 0.72rem;
    text-align: left;
    padding: 5px 15px;
  }

  .img-vertical img {
    max-height: 30vh;
    width: auto;
  }

  .img-vertical figcaption {
    text-align: center;
  }

}

@media screen and (max-width: 500px) {
  .site-branding {
    padding: 0 0.5em;
  }

  .site-branding .site-description {
    display: none;
  }

  .l-header {
    align-items: center;
    margin-bottom: 0;
  }

  span.site-title .custom-logo-link {
    margin-top: 0;
    max-width: 110px;
  }

  .site-title img {
    min-width: 80px;
  }

  .l-header .search-submit {
    width: 3em;
    padding: 0;
  }

  .flip-card {
    width: 150px;
    height: 112px;
    font-size: 1.2em;
  }

  figure.trim2 {
    width: 100%;
    height: 200px;
  }

  .block-sample {
    padding: 10px;
    font-size: 1.2rem;
  }

  .card-full figure {
    max-width: 100%;
    margin: 0 auto;
  }

  .widget-area .widget li {
    width: 100%;
  }

  .footer-menu {
    width: 50%;
  }

}

@media screen and (max-width: 400px) {
  .list-articles,
  .page-header {
    margin: 0 8px;
  }

  .bl-video + .dc-topcard2 {
    border-top: none;
    margin-top: 0;
  }

  .category-train-of-thought .dc-topcard {
    margin-top: 0;
    border-radius: 0;
  }

  .container.list1 {
    margin-bottom: 1.5rem;
  }

  .l-header {
    padding: 0 10px;
  }

  /*
  .article-wrapper {
    padding: 10px;
  }

  .article-wrapper section,
  .related-posts,
  .bottom-nav-links {
    border-radius: 0;
  }
  */

  .body-container .widget-area {
    padding: 8px;
  }

  .body-container.in_archive {
    padding-bottom: 10px;
  }

  h1 {
    font-size: 1.5em;
    margin: 0.67rem 0;
  }

  h2 {
    font-size: 1.2em;
  }

  .card3 {
    padding: 8px;
  }

  .card2 h3,
  .card3 h3 {
    font-size: 1em;
  }

  .card2 .trim {
    width: 70px;
    height: 70px;
  }

  .card3 .trim {
    width: 50px;
    height: 50px;
  }

  .card2 .date {
    font-size: 0.7em;
  }

  .card2 .tags-links {
    margin: 5px 0 0 0;
    font-size: 0.9em;
  }

  .main-navigation a {
    padding: 5px 5px;
    font-size: 0.9em;
  }

  .indexlist-wrapper h2 {
    position: relative;
    font-size: 1.5em;
  }

  span.site-title img {
    width: 120px;
  }

  .site-branding {
    display: flex;
    align-items: center;
  }

  body.home .site-branding {
    display: block;
  }

  .l-header .text-input-wide[type="text"] {
    width: 10em;
  }

  .in_archive .page-title,
  .search-results .page-title {
    font-size: 1.1em;
  }

  .main-characters,
  .story-background,
  .season_1-1 {
    padding: 0.5em;
  }

  .vod {
    font-size: 0.9em;
  }

  .vod li {
    max-width: 50%;
  }

  .vod-links {
    flex-wrap: wrap;
  }

  .vod-links li {
    width: 33%;
  }

  .vod p {
    font-size: 0.8rem;
  }

  .widget-area .widget li {
    width: 100%;
  }

  .tags-links a,
  .cat-links a {
    padding: 0.3em 0.5em;
    border-radius: 5px;
    font-size: 0.7em;
    color: #fff;
  }

  .site-footer {
    padding: 10px;
    font-size: 0.8em;
  }

}
