@charset "utf-8";
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
/* =============================================================
文字設定
================================================================ */
b, strong, .strong {
  font-weight: bold;
}
hr {
  margin: 1.8em 0;
  padding: 0;
  border: 0;
  height: 5px;
  background: url(library/images/line01.png) repeat-x 0 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn, em, .em {
  font-style: italic;
}
pre, code, kbd, samp {
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}
code, kbd, samp {
  font-size: 0.9em;
  padding: 0.05em 0.4em;
  border-radius: 3px;
  background: #F6F6F6;
  color: #444;
}
pre {
  white-space: pre-wrap;
  margin: 0;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
q::before, q::after {
  content: '';
  content: none;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small, .small {
  font-size: 75%;
}
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic;
}
/* =============================================================
リスト設定
================================================================ */
dl, menu, ol, ul {
  margin: 0 0 1em;
}
dd {
  margin: 0;
}
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
.gallery {
  margin: .5em auto 2em !important;
}
.gallery dl {
  margin: 0 !important;
}
.gallery dl img {
  margin-bottom: 0;
  border: none !important;
  padding: 1px;
}
.entry-content li {
  list-style: none;
  position: relative;
  padding-left: 1.15em;
  margin: 1em 0;
}
.entry-content li li {
  margin: 0.6em 0;
}
.entry-content ol {
  counter-reset: number;
}
.entry-content ol[start] {
  counter-reset: unset;
}
.entry-content ol li {
  padding-left: 1.8em;
}
.entry-content ol ol {
  margin-left: -0.55em;
}
.entry-content ol > li:before {
  counter-increment: number;
  content: counter(number);
  background: var(--main);
  border: 1px solid var(--main);
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  transform: scale(0.8);
  left: 1px;
  top: 0;
}
.entry-content ol li ol li:before {
  background: none;
  line-height: 1.4;
  border: 1px solid;
  color: var(--main);
}
.entry-content ol li ol li ol li:before {
  content: counter(number) ".";
  border: none;
  font-size: 110%;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================
カラー設定
================================================================ */
.article-footer .post-categories li a, .article-footer .tags a {
  background: var(--main);
  border-color: var(--main);
}
.article-footer .tags a {
  color: var(--main);
  background: none;
}
.article-footer .post-categories li a:hover, .article-footer .tags a:hover {
  background: var(--main);
  border-color: var(--main);
}
@media only screen and (min-width: 768px) {
  .archives-list .post-list a .eyecatch::after {
    background: var(--main);
  }
}
.entry-content h2, .homeadd_wrap .widgettitle, .widgettitle {
  /*background: var(--main);
  color: #ffffff;*/
}
.entry-content h3, .entry-content h4 {
  border-color: var(--main);
  color: #3E3E3E;
}
.widget li a:after {
  color: var(--main);
}
.accordionBtn {
  background-color: var(--main);
}
.accordionBtn.active {
  background-color: var(--main);
}
.entry-content ul li:before {
  color: var(--main);
}
.entry-content ol li:before {
  background: var(--main);
  border-color: var(--main);
  color: #ffffff;
}
.entry-content ol li ol li:before {
  color: var(--main);
}
.entry-content blockquote::before, .entry-content blockquote::after {
  color: var(--main);
}
.eyecatch .cat-name, ul.wpp-list li a:before {
  background: var(--main);
  color: #ffffff;
}
/* =============================================================
Gutenberg Block Gallery 
================================================================ */
.wp-block-gallery li {
  padding: 0;
  margin: 0;
}
.wp-block-gallery li img {
  margin-bottom: 0;
}
.wp-block-gallery li::before {
  content: none !important;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf, .comment-respond, .widget ul li {
  zoom: 1;
}
.clearfix::before, .clearfix::after, .cf::before, .comment-respond::before, .cf::after, .comment-respond::after {
  content: "";
  display: table;
}
.clearfix::after, .cf::after, .comment-respond::after {
  clear: both;
}
#content dl, #content ol, #content p, #content ul {
  letter-spacing: .025em;
}
/*********************
GENERAL STYLES
*********************/
.wrap {
  width: 94%;
  margin: 0 auto;
}
.entry-content a.no-icon[target="_blank"]::after, .entry-content .btn-wrap a[target="_blank"]::after {
  content: none;
}
a.amazonjs_link[target="_blank"]::after, .amazonjs_item ul li:before {
  content: none;
}
.txt_c {
  text-align: center;
}
/* =============================================================
検索フォーム
================================================================ */
.searchbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  max-width: 88%;
  z-index: 10;
}
.searchbox .searchform {
  position: relative;
}
.searchbox .searchform input[type="search"] {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  border: 0;
  transition: .25s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -webkit-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  cursor: pointer;
  background: #333;
  color: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.searchbox .searchform input[type="search"]:focus {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  width: 100%;
  padding: 0 0.8em;
  cursor: auto;
}
.searchbox .searchform .search_btn {
  position: absolute;
  z-index: 1;
  right: 2px;
  left: auto;
}
.searchbox .searchform .search_btn::before {
  content: "\e902";
}
.searchbox .searchform input[type="search"]:focus ~ .search_btn {
  z-index: 3;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
@media only screen and (max-width: 767px) {
  .searchbox .searchform input[type="search"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
/* =============================================================
ページコンテンツ
================================================================ */
/* .single #main .article {
  margin-bottom: 1em;
} */
#main .article header {
  padding: 0;
  margin-bottom: 1em;
}
.single .pd_viral #main .article header, .page-template-default .pd_viral #main .article header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 9% 5%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.single .pd_viral #main .article header .inner, .page-template-default .pd_viral #main .article header .inner {
  position: relative;
  z-index: 3;
}
.single .pd_viral #main .article header .entry-title, .page-template-default .pd_viral #main .article header .entry-title {
  font-size: 2.2em;
  margin-top: 5%;
}
.single .pd_viral #main .article header::after, .page-template-default .pd_viral #main .article header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  filter: alpha(opacity=45);
  -ms-filter: "alpha(opacity=45)";
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.single .pd_viral #main .article header .inner, .single .pd_viral #main .article header .inner a, .page-template-default .pd_viral #main .article header .inner, .page-template-default .pd_viral #main .article header .inner a {
  color: #fff;
}
.single .pd_viral #main .article header .entry-title, .page-template-default .pd_viral #main .article header .entry-title {
  margin-bottom: 0.8em;
}
#main .article .eyecatch {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.eyecatch .eyecatch-caption-text {
  font-size: 75%;
  opacity: 0.85;
  padding-top: 3px;
}
#main .article .eyecatch img {
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* .post-list .eyecatch img {
  min-height: 250px;
  max-height: 250px;
} */
.article-footer {
  padding: 1em 0;
}
.article-footer .footer-cat-tag {
  margin-bottom: 0.9em;
}
.article-footer h4 {
  margin: 0.5em 0;
}
.article-footer p {
  margin: 0;
}
.article-footer .post-categories, .article-footer .tags {
  margin: 0;
  display: inline-block;
}
.article-footer .post-categories li, .article-footer .tags a {
  display: inline-block;
}
.article-footer .post-categories li a, .article-footer .tags a {
  display: inline-block;
  background: var(--main);
  color: #ffffff;
  padding: .35em .5em;
  margin-right: 0.3em;
  margin-bottom: 2px;
  text-decoration: none;
  line-height: 1.1;
  font-size: 75%;
  border: 1px solid var(--main);
  border-radius: .4em;
}
.article-footer .tags a {
  background: none;
  color: var(--main);
  margin-top: -1px;
}
.article-footer .post-categories a::before, .article-footer .tags a::before {
  content: " ";
  background-image: url(../../library/images/folder.svg);
  display: inline-block;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  margin-right: 0.2em;
  vertical-align: middle;
}
.article-footer .post-categories li a:hover, .article-footer .tags a:hover {
  background: var(--main);
  color: #fff;
  border-color: var(--main);
  transform: translateY(-1px);
}
.article-footer .post-categories li a:active, .article-footer .tags a:active {
  transform: translateY(1px);
}
.entry-content h2, .homeadd_wrap .widgettitle {
  position: relative;
  border: none;
}
.entry-content h3 {
  border-top: 4px solid;
  border-bottom: 4px solid;
  padding: .6em .2em;
  margin-top: 1.8em;
}
.entry-content h4 {
  padding: 0.4em 0.1em 0.4em 0.7em;
  border-left: 4px solid;
  border-color: #d45c5c;
}
.entry-content h2.stylenone {
  position: relative;
  border: none;
  padding: 0;
  background: initial;
  color: initial;
  box-shadow: none;
}
/* 投稿ページ下のエリア */
.related-box {
  margin-bottom: 2em;
}
ul.related-list li {
  margin-bottom: 1em;
}
.authorbox .profile_name a, .authorbox .author_sns a, .related-box a {
  color: inherit;
  text-decoration: none;
}
.authorbox a:hover, .related-box a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.authorbox .h_ttl, .related-box .h_ttl {
  font-size: 150%;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
.authorbox .h_ttl::after, .related-box .h_ttl::after {
  font-size: 12px;
  margin: 0;
  display: block;
}
.authorbox .h_ttl::after {
  content: 'この記事を書いた人';
}
.related-box .h_ttl::after {
  content: 'こちらの記事も人気！';
}
.authorbox {
  text-align: center;
  border: 5px solid rgba(100, 100, 100, 0.15);
  padding: 5%;
}
.authorbox .profile {
  display: table;
}
.authorbox .profile_img, .authorbox .profile_description {
  display: table-cell;
  vertical-align: middle;
}
.authorbox .profile_img {
  width: 23%;
  padding-right: 1em;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .authorbox .profile_img, .authorbox .profile_description, .authorbox .profile_name {
    display: block;
    text-align: center;
    vertical-align: initial;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.authorbox .profile_img img {
  width: 100%;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.authorbox .profile_name {
  margin-bottom: 1em;
}
.authorbox .profile_name a {
  font-size: 122%;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
.authorbox .profile_name .userposition {
  font-size: 10px;
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.authorbox .profile_description {
  font-size: 85%;
  text-align: left;
  margin: auto;
}
.authorbox .author_sns {
  text-align: center;
  margin: 2em 0 0;
}
.authorbox .author_sns li {
  display: inline-block;
  font-size: 0.8em;
  margin-right: 1.2em;
}
.authorbox .author_sns li:last-child {
  margin-right: 0;
}
.authorbox .author_sns a {
  display: block;
  padding: 0.5em 0;
}
.authorbox .author_sns li a::before {
  font-size: 1.2em;
  margin-right: 0.3em;
  color: initial;
  font-family: "fontawesome";
  content: "\f144";
}
.authorbox .author_sns li.author-site a::before {
  content: "\f0ac";
}
.authorbox .author_sns li.author-twitter a::before {
  content: "\f099";
}
.authorbox .author_sns li.author-facebook a::before {
  content: "\f09a";
}
.authorbox .author_sns li.author-google a::before {
  content: "\f0d5";
}
.authorbox .author_sns li.author-instagram a::before {
  content: "\f16d";
}
.related-box li .eyecatch {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.related-box li .eyecatch img {
  min-height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.related-box li a {
  display: block;
  text-decoration: none;
}
.related-box li .date {
  font-size: .8em;
  font-weight: normal;
}
.related-box li .ttl {
  margin: 0;
  font-size: .85em;
}
/* ページタイトル */
.single-title, .page-title, .entry-title {
  margin: 0.3em 0;
}
.single-title, .page-title {
  padding: 0;
  font-size: 150%;
  overflow-wrap: break-word;
}
.single-title:empty, .page-title:empty {
  display: none;
}
.single .byline .date, .single .byline .writer .fn {
  /* line-height: 0; */
  margin-bottom: 0.3em;
  /* opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; */
}
.single .byline .post-categories {
  font-weight: bold;
  font-size: 87%;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0;
}
.single .byline .post-categories li {
  display: inline-block;
}
.single .byline .post-categories li::after {
  content: "|";
  margin: 0 0.4em;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  opacity: 0.4;
}
.single .byline .post-categories li:last-child::after {
  content: none;
}
.single .byline .post-categories li a {
  text-decoration: none;
}
.byline {
  font-size: 87%;
  font-weight: 500;
}
.byline .date, .byline .writer {
  margin-right: .9em;
  display: inline-block;
}
.byline .date::before, .byline .writer::before {
  font-size: 115%;
  margin-right: 0.2em;
  position: relative;
  top: auto;
}
/* .single .byline .date::before, .big-list .byline .date::before {
  content: " ";
  background-image: url(../../library/images/time.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: sub;
} */
/* .single .byline .date.undo::before, .big-list .byline .date.undo::before {
  content: " ";
  background-image: url(../../library/images/time-undo.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: sub;
} */
.byline .writer::before {
  content: "\f2be";
  display: none;
}
.byline .writer, .byline .writer a {
  color: inherit;
  text-decoration: none;
}
.archives-list .byline .writer {
  font-weight: normal;
}
.byline .writer img.avatar {
  width: 1.6em;
  border-radius: 50%;
  margin-right: 0.2em;
  vertical-align: top;
}
.cat-name {
  /* text-align: center;
  background: var(--main);
  color: #efefef;
  font-size: 70%;
  font-weight: bold;
  padding: 0.2em 0.5em; */
}
.eyecatch .cat-name {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 8em;
  opacity: .9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.eyecatch .cat-name:empty::before {
  content: "PICK UP";
}
.undo_off .undo {
  display: none !important;
}
.entry-content p {
  margin: 20px 0 0;
  line-height: 1.8;
}
.entry-content table {
  width: 100%;
  font-size: 95%;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 90%;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content td, .entry-content th {
  padding: 1.2em .8em;
  border: 1px solid #d8d8d8;
}
.entry-content td input {
  margin: 3px 0;
}
.entry-content th {
  background: rgba(0, 0, 0, 0.05);
  text-align: left;
}
.entry-content blockquote {
  padding: 3.3em 7%;
  margin: 2em 0 2.5em;
  position: relative;
  border: 2px solid rgba(103, 103, 103, 0.4);
  border-radius: 7px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.entry-content blockquote *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-content blockquote::before, .entry-content blockquote::after {
  font-family: serif;
  position: absolute;
  width: 1em;
  height: 1em;
  line-height: 1.5;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 420%;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.entry-content blockquote::before {
  content: "“";
  left: 0;
  top: 0;
}
.entry-content blockquote::after {
  content: "”";
  right: 0;
  bottom: 0;
}
.entry-content blockquote h1, .entry-content blockquote h2, .entry-content blockquote h3, .entry-content blockquote h4 {
  margin-top: 0 !important;
}
.entry-content dt {
  font-weight: bold;
  margin-bottom: 2%;
}
.entry-content dd {
  margin-left: 0;
  font-size: .95em;
  margin-bottom: 4%;
}
.entry-content img {
  margin: 0 0 0.8em;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.wp-block-image img {
  margin-bottom: 0;
}
.entry-content pre {
  background: #383838;
  background: rgba(0, 0, 0, 0.75);
  border-left: 4px solid rgba(0, 0, 0, 0.38);
  color: #ffffff;
  font-size: 1em;
  padding: 1.2em 3%;
  margin: 0.2em 0 2.2em;
  border-radius: 3px;
}
.wp-caption {
  max-width: 100%;
  background: #fff;
  padding: 5px;
  margin-bottom: 1.8em;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 3px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.75em;
  margin: 4px 0;
  text-align: center;
}
iframe {
  width: 100%;
  height: 450px;
  border: none;
}
:-webkit-full-screen-ancestor #sidebar {
  position: absolute;
  z-index: -999999;
}
.tags {
  margin: 0;
}
/* =============================================================
ウィジェット
================================================================ */
.widget a {
  text-decoration: none;
  color: inherit;
}
.widget a:hover {
  color: inherit;
  opacity: 0.5;
}
.widget.widget_text a {
  color: var(--main);
  text-decoration: underline;
}
.widget.widget_text a:hover {
  opacity: inherit;
  color: var(--main);
}
.widgettitle {
  font-size: 22px;
  overflow: hidden;
  border-bottom: 1px solid var(--main);
  padding-bottom: 8px;
  font-weight: 100;
}
.widget {
  margin: 40px 0 0;
}
.homewidget.widget:last-child, .titleunder .widget:last-child {
  margin-bottom: 1.5em;
}
.widget ul {
  margin: 0;
}
/* RSSウィジェット */
.widget.widget_rss li a {
  font-weight: bold;
}
.widget.widget_rss li .rssSummary, .widget.widget_rss li .rss-date, .widget.widget_rss li cite {
  font-size: 88%;
  opacity: 0.6;
}
/* ウィジェットカテゴリー・新着記事 */
.widget.widget_categories .widgettitle, .widget.widget_recent_entries .widgettitle, .widget.widget_newentryimagewidget .widgettitle, .widget.widget_nav_menu .widgettitle, .widget.widget_pages .widgettitle, .widget.widget_archive .widgettitle, .widget.widget_mycategoryorder .widgettitle {
  margin-bottom: 0;
}
.widget.widget_categories ul, .widget.widget_recent_entries ul, .widget.widget_newentryimagewidget ul, .widget.widget_nav_menu ul, .widget.widget_pages ul, .widget.widget_archive ul, .widget.widget_mycategoryorder ul {
  margin-top: 0;
}
.widget.widget_categories ul li, .widget.widget_recent_entries li, .widget.widget_newentryimagewidget li, .widget.widget_nav_menu li, .widget.widget_pages li, .widget.widget_archive li, .widget.widget_mycategoryorder li {
  border-bottom: 1px dotted rgba(125, 125, 125, 0.3);
  margin: 0;
  padding: 0;
}
.widget .children li:first-child, .widget .sub-menu li:first-child {
  border-top: 1px dotted rgba(125, 125, 125, 0.3);
}
.widget li.page_item_has_children {
  border-bottom: none !important;
}
.widget.widget_newentryimagewidget li::before {
  content: none;
}
.widget.widget_categories li a, .widget.widget_recent_entries li a, .widget.widget_newentryimagewidget li a, .widget.widget_nav_menu li a, .widget.widget_pages li a, .widget.widget_archive li a, .widget.widget_mycategoryorder li a {
  display: block;
  padding: 1em 1.3em 1em 0.3em;
  margin: 0;
  position: relative;
}
.widget li a .countpost {
  opacity: 0.9;
  border-radius: 1em;
  background: rgba(50, 50, 50, 0.1);
  font-size: 89%;
  padding: 0 0.5em;
  margin-left: 0.3em;
}
.widget.widget_categories li:last-child, .widget.widget_recent_entries li:last-child, .widget.widget_newentryimagewidget li:last-child, .widget.widget_nav_menu li:last-child, .widget.widget_pages li:last-child, .widget.widget_archive li:last-child, .widget.widget_mycategoryorder li:last-child {
  border-bottom: none;
}
.widget.widget_categories li a::after, .widget.widget_recent_entries li a::after, .widget.widget_newentryimagewidget li a::after, .widget.widget_nav_menu li a::after, .widget.widget_pages li a::after, .widget.widget_archive li a::after, .widget.widget_mycategoryorder li a::after {
  right: 6px;
  top: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.entry-content .widget.widget_categories li:before, .entry-content .widget.widget_recent_entries li:before, .entry-content .widget.widget_newentryimagewidget li:before, .entry-content .widget.widget_nav_menu li:before, .entry-content .widget.widget_pages li:before, .entry-content .widget.widget_archive li:before, .entry-content .widget.widget_mycategoryorder li:before {
  content: none;
}
.widget li a:hover::after {
  right: 3px;
}
/* ドロップダウンスタイルの変更 */
.widget select {
  margin-top: 1em;
  width: 100%;
  max-width: 100%;
}
/* ドロップダウンにした時のlabelを非表示 */
.widget.widget_categories label, .widget.widget_archive label {
  display: none;
}
/* リスト 下の階層 */
.widget.widget_nav_menu li ul, .widget.widget_pages li ul, .widget.widget_categories li ul {
  padding: 0;
  margin: 0;
}
.widget.widget_nav_menu li ul a::before, .widget.widget_pages li ul a::before, .widget.widget_categories li ul a::before {
  font-family: "fontawesome";
  content: "\f0da";
  display: inline-block;
  margin-right: 5px;
  opacity: 0.15;
}
.widget.widget_nav_menu li ul, .widget.widget_pages li ul, .widget.widget_categories li ul {
  background: rgba(125, 125, 125, 0.02);
}
.widget.widget_nav_menu li ul ul a::before, .widget.widget_pages li ul ul a::before, .widget.widget_categories li ul ul a::before {
  content: "ー";
}
.widget.widget_nav_menu li ul a::after, .widget.widget_pages li ul a::after, .widget.widget_categories li ul a::after {
  content: none;
}
.widget.widget_nav_menu li ul ul a, .widget.widget_pages li ul ul a, .widget.widget_categories li ul ul a {
  padding-left: 1.6em;
}
.widget.widget_nav_menu li ul li a, .widget.widget_pages li ul li a {
  padding-left: 0.5em;
}
.widget.widget_recent_comments ul {
  margin-top: 0;
}
.widget.widget_recent_comments li {
  border-bottom: 1px dotted #ccc;
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
  margin: 0;
  padding: 0.5em 0;
}
.widget.widget_recent_comments li:first-child {
  border-top: none;
}
.widget.widget_recent_comments li:last-child {
  border-bottom: none;
}
/* ウィジェット検索フォーム */
/* SEARCH FORM */
.widget.widget_search .searchform, #main .entry-content .searchform {
  position: relative;
  height: 45px;
  margin: 0 auto 1.5em;
  max-width: 500px;
  text-align: center;
}
.widget.widget_search input[type="search"], #main .entry-content .searchform input[type="search"] {
  position: absolute;
  width: 100%;
  max-width: 100%;
  padding: 12px 1%;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.widget_search button, #main .entry-content .searchform button {
  position: absolute;
  right: 13px;
  border: 0;
  background: none;
  display: block;
  height: 100%;
  padding: .6em;
  font-size: 140%;
  color: initial;
}
.widget.widget_search button::before, #main .entry-content .searchform button::before {
  content: " ";
  background-image: url(../images/search.svg);
  display: inline-block;
  width: 23px;
  height: 22px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1100px) {
  #main .entry-content .searchform input[type="search"] {
    line-height: 2;
  }
  #main .entry-content .searchform button {
    font-size: 170%;
    height: 60px;
  }
}
/* ウィジェット カレンダー */
.widget.widget_calendar table {
  width: 100%;
  text-align: center;
}
.widget.widget_calendar table * {
  text-align: center;
}
/* ウィジェット タグクラウド */
.widget.widget_tag_cloud a {
  padding: 0.1em 0.6em;
  margin: 0 0.2em 0.3em 0;
  display: inline-block;
  font-size: 12px !important;
  border-radius: 3px;
  color: inherit;
  box-shadow: 0 0 1px;
  opacity: 0.8;
}
.widget.widget_tag_cloud a::before {
  font-family: "fontawesome";
  content: '\f02b';
  margin-right: 3px;
}
.widget.widget_tag_cloud a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
  box-shadow: 0 0 5px;
  transform: translateY(-1px);
}
.widget.widget_tag_cloud a:active {
  box-shadow: 0 0 2px;
  transform: translateY(1px);
}
.widget.widget_nav_menu li a span {
  display: none;
}
.widget.widget_newentryimagewidget li a {
  overflow: hidden;
}
.widget.widget_newentryimagewidget li .eyecatch {
  width: 30%;
  float: left;
  margin-right: 3%;
  padding-top: 18%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.widget.widget_newentryimagewidget li .eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.widget.widget_newentryimagewidget li .eyecatch.noimg::after {
  font-size: 70%;
}
.widget.widget_recent_entries li span, .widget li span.date {
  padding: 0 0.3em;
  font-size: 0.9em;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  display: inline-block;
}
.widget.widget_newentryimagewidget li .ttl {
  overflow: hidden;
}
.widget.widget_newentryimagewidget li .ttl p, .widget.widget_recent_entries li p {
  margin: 0;
}
/* CategoryWidget Toggle Ver */
.widget_categories li, .widget_nav_menu li {
  position: relative;
}
.widget li.accordionMenu > a::after {
  content: none;
}
.accordionBtn {
  font-size: 74%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 1.4em;
  right: 1px;
  color: #ffffff;
  background: #56a1d8;
  cursor: pointer;
  transition: 0.2s ease;
}
.accordionBtn.active {
  background: var(--main);
}
.accordionBtn::before {
  font-family: "fontawesome";
  content: "\f067";
  display: inline-block;
}
.accordionBtn.active {
  transform: rotate(135deg);
}
/* =============================================================
アーカイブ設定
================================================================ */
.archivettl h1 {
  font-size: 130%;
  margin: 0.5em 0 0.9em;
  padding: 0;
  text-align: center;
}
.archivettl h1::before {
  display: block;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.4;
}
.search .archivettl h1::before {
  content: "キーワード";
}
.archivettl h1 .author-icon {
  display: block;
}
.archivettl h1 .author-icon img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  margin-bottom: 0.5em;
  border: 2px solid #fff;
  box-shadow: 0 0 10px #ddd;
}
.taxonomy-description.entry-content {
  margin: 0 auto;
  padding-bottom: 0;
}
/* 記事一覧 */
/* .archives-list .post-list.default {
  padding-left: 20px;
  position: relative;
} */
.post-list .entry-content, .archives-list .post-list a p {
  margin-bottom: 0;
  padding: 20px 0 0;
  /* color: #333;
  background-color: #fff; */
}
.archives-list .post-list .byline, .archives-list .post-list .description {
  font-size: 90%;
}
.archives-list.big-list .post-list .byline .date, .archives-list.big-list .post-list .description {
  font-size: 95%;
}
.archives-list .post-list .description p {
  line-height: 1.7;
}
.archives-list.simple-list .post-list a, .archives-list.card-list .post-list a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .archives-list .post-list a:hover .eyecatch img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .archives-list.simple-list .post-list a:hover, .archives-list.card-list .post-list a:hover {
    opacity: 1;
  }
  .archives-list .post-list a .eyecatch::after {
    content: "詳しく見る";
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    font-size: 50%;
    font-weight: bold;
    width: 100%;
    height: 100%;
    background: var(--main);
    color: var(--white);
    top: 0;
    left: 0;
    opacity: 0;
    transition: .25s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
  }
  .archives-list .post-list a:hover .eyecatch::after {
    opacity: 0.7;
    font-size: 100%;
    letter-spacing: 2px;
  }
}
/* CARD */
.archives-list.card-list .post-list {
  /*width: 49.4%;*/
  /* display: inline-block;
  text-align: left;
  vertical-align: top; */
}
.post-list a {
  display: block;
  position: relative;
}
.post-list .entry-title {
  font-size: 115%;
  margin: 0;
}
.btn-wrap.readmore span::after {
  display: inline-block;
  font-family: "fontawesome";
  content: "\f138";
  margin-left: 0.5em;
  transform: scale(1.1);
}
@media only screen and (max-width: 480px) {
  /* .archives-list.card-list .post-list .entry-title {
    font-size: 78%;
  } */
  /* .archives-list.simple-list .post-list .description, .archives-list.card-list .post-list .description {
    display: none;
  } */
  /* .archives-list.simple-list .post-list .eyecatch, .archives-list.card-list .post-list .eyecatch {
    font-size: 80%;
  } */
}
@media only screen and (max-width: 979px) {
  .home .archives-list.simple-list .post-list:first-child {
    border-top: none;
  }
  .archives-list.big-list .post-list {
    margin: 0 auto 0;
  }
}
#post-not-found {
  text-align: left;
}
#post-not-found .article-header {
  text-align: center;
  font-size: 200%;
  opacity: 0.5;
  letter-spacing: 0.1em;
}
.archives-list.card-list #post-not-found {
  margin: 0 2%;
}
/* .pagination, .wp-prev-next {
  margin: 3em 0 4em;
} */
.pagination, .page-links {
  text-align: center;
}
.pagination ul {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  clear: both;
  margin: 3em 0 0;
}
.pagination:empty, .wp-prev-next:empty, .pagination ul:empty, .search-no-results .pagination {
  display: none;
}
.pagination li {
  margin: 0 !important;
  padding: 0 1px !important;
  display: inline-block;
  min-width: 2.55em;
}
.pagination a, .pagination span, .page-links a {
  margin: 0;
  display: block;
  padding: 12px 6px;
  text-decoration: none;
  line-height: 1;
  font-size: 1.4em;
  width: 100%;
  color: var(--main);
  border: 2px solid var(--main);
  font-weight: bold;
  font-family: serif;
}
.page-links a {
  display: inline-block;
  width: 47%;
}
.pagination span.dots {
  background: none !important;
  padding-left: 5px;
  padding-right: 5px;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus, .page-links a:hover, .page-links a:focus {
  background-color: var(--main);
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #fff;
  background-color: var(--main);
}
.pagination .current:focus, .pagination .dots:hover, .pagination .dots:focus {
  color: #111;
}
/* =============================================================
コメント設定
================================================================ */
#comments-title {
  padding: 0.75em 0;
  margin: 0;
}
.commentlist {
  margin: 0;
  list-style-type: none;
  font-size: 0.9em;
}
.commentlist ul {
  margin: 0;
  padding: 0;
}
.comment, .pingback {
  clear: both;
  overflow: hidden;
  padding: 0;
}
.comment-body {
  background: none;
  padding: 1.5em;
  margin-bottom: 1em;
  border: 5px solid rgba(125, 125, 125, 0.1);
}
li.comment li .comment-body {
  margin-left: 3em;
  background: rgba(125, 125, 125, 0.03);
}
.comment .comment {
  font-size: 1em;
}
.comment .comment-meta, .pingback .comment-meta {
  padding: 0;
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard cite.fn {
  font-style: normal;
}
.comment-metadata {
  font-size: 77%;
}
.comment .vcard time {
  display: block;
  font-size: 90%;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  margin-left: -3px;
  border-radius: 50%;
}
.pingback {
  background: rgba(125, 125, 125, 0.03);
  border-radius: 7px;
}
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .reply {
  text-align: right;
}
.comment-reply-link {
  font-size: 90%;
  font-weight: bold;
  margin-top: 0.8em;
  margin-bottom: 1em;
  display: inline-block;
  padding: 0.1em 0.5em;
  text-decoration: none;
}
.comment-reply-link::before {
  font-family: "fontawesome";
  content: "\f112";
  margin-right: 0.4em;
}
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}
.comment-navigation {
  text-align: center;
  padding: 1em;
}
.comment-respond {
  padding: 1.5em 0;
}
#reply-title {
  margin: 0;
  padding: 0.5em 0;
}
#reply-title::before {
  font-family: "fontawesome";
  content: "\f040";
  font-weight: normal;
  margin-right: 0.2em;
  font-size: 120%;
}
.comment-respond p {
  font-size: 90%;
  margin-bottom: 1em;
}
.comment-respond .comment-notes {
  margin-bottom: 1.5em;
}
.logged-in-as {
  font-style: italic;
  margin: 0;
}
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
  padding: 1.5em;
  background-color: #F9F9F9;
  font-size: 0.9em;
}
#submit {
  font-size: 90%;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
.no-widgets {
  background-color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.alignleft, img.alignleft {
  margin-right: 2.5%;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 2.5%;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  #container {
    overflow: hidden;
  }
  .widget ul li {
    margin-bottom: 0.75em;
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
}
/* =============================================================
SNS設定
================================================================ */
.sharewrap h3 {
  margin: 0.5em 0;
  text-align: center;
}
.share {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.sns {
  margin: 0 auto;
  text-align: center;
}
.sns ul {
  list-style: none;
  display: table;
  width: 100%;
}
.sns li {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  margin: 0 0.5% 6px;
  padding: 0 3px;
  font-size: initial;
}
.sns li a {
  position: relative;
  display: block;
  color: #fff;
  padding: 0.9em 0.1em;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.sns li a:hover {
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  box-shadow: none;
}
.sns li a .text {
  font-weight: bold;
}
.sns li a .count {
  font-size: 10px;
  margin-left: 2px;
}
/* Twitter */
.sns .twitter a {
  background: #00acee;
  box-shadow: 0 3px 0 #0092ca;
}
.sns .twitter a:hover {
  background: #0092ca;
}
/* Facebook */
.sns .facebook a {
  background: #2066b1;
  box-shadow: 0 3px 0 #43638b;
}
.sns .facebook a:hover {
  background: #2c4373;
}
/* hatebu */
.sns .hatebu a {
  background: #2f70be;
  box-shadow: 0 3px 0 #43638b;
}
.sns .hatebu a:hover {
  background: #43638b;
}
/* LINE */
.sns .line a {
  background: #25af00;
  box-shadow: 0 3px 0 #219900;
}
.sns .line a:hover {
  background: #219900;
}
/* Pocket */
.sns .pocket a {
  background: #ec2136;
  box-shadow: 0 3px 0 #c0392b;
}
.sns .pocket a:hover {
  background: #c0392b;
}
/* RSS */
.sns .rss a {
  background: #ffb53c;
  box-shadow: 0 3px 0 #e09900;
}
.sns .rss a:hover {
  background: #e09900;
}
/* Feedly */
.sns .feedly a {
  background: #87c040;
  box-shadow: 0 3px 0 #74a436;
}
.sns .feedly a:hover {
  background: #74a436;
}
/* facebook LikeBox */
.fb-likebtn {
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 2em;
}
.fb-likebtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.8;
  z-index: 10;
}
.fb-likebtn .inner {
  padding: 9% 3%;
  position: relative;
  z-index: 11;
}
.fb-likebtn .fb-button {
  display: block;
}
.like_text {
  font-size: 17px;
  font-weight: bold;
}
#content .fb-likebtn .like_text p {
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 1em;
}
.fb-likebtn .like_text p::after {
  content: "";
  display: block;
  padding: 3px;
  font-size: 10px;
  margin-bottom: 0;
  opacity: 0.7;
}
.followbtn {
  color: #ffffff;
  background: #04acee;
  font-size: 95%;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 0.1em 1.2em 0.1em 1em;
  line-height: 27px;
  border-radius: 3px;
}
.followbtn:hover {
  color: #ffffff;
}
.followbtn.btn_feedly {
  background: #5fd043;
}
@media only screen and (min-width: 980px) {
  #inner-content {
    margin-top: 2em;
    display: table;
  }
  .main-wrap {
    width: 100%;
    margin-right: -330px;
    float: left;
  }
  .error404 #main {
    margin: 3em auto;
    max-width: 800px;
  }
  #sidebar {
    width: 300px;
    font-size: 85%;
    float: right;
  }
  .single-post .pd_onecolumn .main-wrap, .single-post .pd_onecolumn #main, .single-post .pd_viral .main-wrap, .single-post .pd_viral #main, .page-template-default .pd_onecolumn .main-wrap, .page-template-default .pd_onecolumn #main, .page-template-default .pd_viral .main-wrap, .page-template-default .pd_viral #main {
    max-width: 800px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .single-post .pd_viral #inner-content, .single-post .pd_viral .main-wrap, .single-post .pd_viral #main, .page-template-default .pd_viral #inner-content, .page-template-default .pd_viral .main-wrap, .page-template-default .pd_viral #main {
    max-width: initial;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .single-post .pd_viral #inner-content, .page-template-default .pd_viral #inner-content {
    margin-top: 0;
  }
  .single-post .pd_viral .titleunder, .single-post .pd_viral .share, .single-post .pd_viral #main .article header .inner, .single-post .pd_viral .entry-content, .single-post .pd_viral .article-footer, .page-template-default .pd_viral .titleunder, .page-template-default .pd_viral .share, .page-template-default .pd_viral #main .article header .inner, .page-template-default .pd_viral .entry-content, .page-template-default .pd_viral .article-footer {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 979px) {
  #inner-content {
    width: 100%;
    overflow: hidden;
    margin-top: 0;
  }
  .home.blog .archives-list.card-list, .home.blog .archives-list.big-list {
    margin-top: 0.9em;
  }
  #sidebar {
    padding: 0 0.9em;
    margin: 0;
  }
  .single .pd_viral #main .article header, .page-template-default .pd_viral #main .article header {
    margin-left: -0.9em;
    margin-right: -0.9em;
    width: auto;
    padding: 20% 8%;
  }
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: .9;
  }
}
/*==================================================
Mobile Styles
==================================================*/
@media only screen and (max-width: 767px) {
  .sns li a {
    position: relative;
    line-height: 1.2;
    padding: 0.9em 0.1em 0.5em;
  }
  .sns li a::before {
    font-size: 140%;
    display: block;
  }
  .sns li a .text {
    font-size: 10px;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    display: block;
  }
  .sns li a .count {
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 10px;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    margin: 0;
    min-width: 1.5em;
  }
  .youtube-container, .wp-block-embed-vimeo {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube-container iframe, .wp-block-embed-vimeo iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .eyecatch .cat-name {
    font-size: 65%;
  }
  .single .entry-content, .page .entry-content {
    height: auto;
  }
  .related-box li {
    min-height: 150px;
    position: relative;
  }
  .single-title, .page-title, .entry-title {
    font-size: 1.2em;
  }
  .single .pd_viral #main .article header .entry-title, .page-template-default .pd_viral #main .article header .entry-title {
    font-size: 1.4em;
  }
  .carouselwrap .entry-title {
    font-size: 88%;
  }
  .article header .byline {
    font-size: 80%;
  }
  .pagination li {
    margin-bottom: 1em !important;
  }
  .pagination a, .pagination span, .page-links a, .page-links ul > li > span {
    font-size: 0.85em;
  }
  .entry-content h2 {
    font-size: 115%;
  }
  .entry-content h3 {
    font-size: 115%;
  }
  .entry-content h4 {
    font-size: 110%;
  }
  .entry-content table {
    font-size: 88%;
  }
  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  .alignleft, img.alignleft {
    max-width: 52% !important;
  }
  .alignright, img.alignright {
    max-width: 52% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .related-box li .eyecatch {
    height: 70px;
  }
}
@media only screen and (min-width: 1100px) {
  .cta-inner .inner {
    margin: auto;
  }
  .sns ul {
    margin: 0 auto;
    list-style: none;
  }
}
/*==================================================
ショートコード
==================================================*/
/* ショートコードで関連記事を取得 */
.related_article {
  margin: 1.8em 0;
  text-align: left;
}
.related_article .inbox {
  padding-left: 25%;
}
.related_article p.ttl {
  margin: 0 0 0.1em;
  font-size: 1em;
  font-weight: bold;
}
.related_article .ttl::before {
  content: '関連記事';
  font-size: .7em;
  font-weight: bold;
  color: #fff;
  background: #111;
  width: 5em;
  display: inline-block;
  padding: 0.2em;
  position: relative;
  top: -2px;
  text-align: center;
  margin-right: 0.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.related_article.labelnone .ttl::before {
  content: none;
}
.related_article .date {
  font-size: 0.8em;
}
.related_article .thum {
  width: 22%;
  float: left;
}
.related_article .thum img {
  width: 100%;
  margin-bottom: 0;
}
#container .related_article a {
  color: #333333;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(125, 125, 125, 0.5);
  text-decoration: none;
  display: block;
  padding: 0.9em;
}
#container .related_article a:hover {
  color: #888888;
  box-shadow: 0 0 10px rgba(125, 125, 125, 0.5);
  transform: translateY(-2px);
}
.related_article a:active {
  transform: translateY(1px);
  box-shadow: 0 0 1px rgba(125, 125, 125, 0.5);
}
/* ショートコードで補足説明を追加 */
.supplement {
  border: 2px solid;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #766341;
  position: relative;
  font-size: 93%;
  padding: 4% 4% 4% 3.3em;
  margin: 1.5em 0 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.supplement p {
  margin-bottom: .8em;
}
.supplement p:last-child, .c_box p:last-child {
  margin-bottom: 0;
}
.supplement.warning {
  background-color: #fce3e3;
  border-color: #facccc;
  color: #764141;
}
.supplement::before {
  font-family: "fontawesome";
  line-height: 1;
  content: '\f0e6';
  display: inline-block;
  font-size: 1.1em;
}
.supplement:not(.boader)::before {
  font-size: 1.8em;
  position: absolute;
  left: 0.5em;
}
.supplement.warning::before {
  content: '\f071';
}
.supplement.boader::before, .supplement.border::before {
  content: none;
}
.supplement.noicon::before {
  content: none;
}
.supplement.boader, .supplement.border {
  background: none;
  color: inherit;
  border-color: #d4d4d4;
  padding: 3% 4%;
}
/* CTA */
.cta-inner {
  background: #0E0E0E;
  color: #ddd;
  padding: 1.5em 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.cta-inner .inner {
  width: 94%;
  margin: auto;
}
.cta-inner .cta_ttl {
  text-align: center;
  color: inherit;
  margin: 1em 0;
  padding: 0;
  font-size: 130%;
  font-weight: bold;
  background: none;
  box-shadow: none;
}
.cta-inner .btn-wrap a {
  box-shadow: none;
  margin-top: 1em;
}
@media only screen and (max-width: 480px) {
  .related_article {
    font-size: 0.8em;
  }
  .related_article .inbox {
    padding-left: 32%;
  }
  .related_article .ttl::before {
    content: '関連';
    width: 3em;
  }
  .related_article .thum {
    width: 30%;
  }
  .related_article a {
    padding: 0.6em;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/**************************************************************
【フォーム設定】
**************************************************************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
  display: block;
  padding: 10px 2%;
  margin-bottom: 14px;
  font-size: 1em;
  color: #666;
  border: 3px solid rgba(66, 66, 66, 0.3);
  border-radius: 1px;
  vertical-align: middle;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
  background-color: #f7f8fa;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5;
}
select {
  -webkit-appearance: none;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  background-size: 9px;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button, input, select, textarea {
  margin: 0;
}
button, input {
  line-height: normal;
}
button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none;
}
select::-ms-expand {
  display: none;
}
select {
  padding: 3%;
  line-height: 1.2;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  font-size: 0.95em;
  padding: 8px 20px;
  background: #666666;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    width: 92%;
    max-width: 92%;
  }
}


/* 追加CSS */
.post-list.default a {
  padding-left: 20px;
  display: block;
  position: relative;
}
.post-list.default a .post-byline {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 12px;
  line-height: 1;
  color: var(--main);
}
.post-list.default a .post-byline time {
  font-size: 16px;
  padding-bottom: 3px;
}
.post-list.default a .description {
  margin-top: 10px;
}
/* 撮影プラン */
.post-list.plan a {
  overflow: hidden;
  position: relative;
}
.post-list.plan a .post-byline,
.post-list.plan a .description {
  display: none;
}
.post-list.plan .entry-content {
  background: var(--bg04);
  padding: 20px;
  min-height: 180px;
}
.post-list.plan .entry-content::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent var(--main) transparent;
  transition: all 0.3s ease;
}
.post-list.plan a:hover .entry-content::after {
  border-width: 0 0 20px 20px;
  transition: all 0.3s ease;
}
.post-list.plan a .popular {
  position: absolute;
  top: 4px;
  left: -47px;
  transform: rotate(-35deg);
  background: var(--bg05);
  padding: 0 50px;
  font-size: 20px;
  color: var(--white);
}
.post-list.plan .entry-title {
  margin: 0;
  font-size: 1.3em;
}
.post-list.plan a .plan-remarks {
  color: var(--main);
  font-size: 16px;
  margin-top: 10px;
  padding-top: 0;
  line-height: 1.4;
}
.post-list.plan a .plan-price {
  text-align: right;
  font-size: 25px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.post-list.plan a .plan-price span {
  font-size: 14px;
}
.single .eyecatch.plan {
  margin-left: -15px;
  padding-right: 30px;
  padding-bottom: 30px;
  position: relative;
}
.single .eyecatch.plan::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--bg04);
  z-index: -1;
}
.single .eyecatch.plan.presented::before {
  right: 35px;
  bottom: 35px;
}
.single .eyecatch.plan .popular {
  position: absolute;
  top: 4px;
  left: -47px;
  transform: rotate(-35deg);
  background: var(--bg05);
  padding: 0 50px;
  font-size: 20px;
  color: var(--white);
}
.single-plan .single-title {
  font-size: 1.7em;
  margin: 0;
}
.single-plan .plan-remarks {
  font-size: 20px;
  margin: 0;
  color: var(--main);
}
.single-plan .plan-price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.plan-price-left {
  font-size: 22px;
}
.plan-price-right {
  font-size: 25px;
}
.plan-price-right span {
  font-size: 16px;
}
.plan-holiday-price {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
.plan-set-content-box {
  position: relative;
}
.plan-set-content-box-inner {
  padding: 30px 20px;
  position: relative;
}
.plan-set-content-box::before,
.plan-set-content-box::after,
.plan-set-content-box-inner::before,
.plan-set-content-box-inner::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}
.plan-set-content-box::before {
	border-left: solid 1px var(--main);
	border-top: solid 1px var(--main);
	top: 0;
	left: 0;
}
.plan-set-content-box-inner::before {
	border-right: solid 1px var(--main);
	border-top: solid 1px var(--main);
	top: 0;
	right: 0;
}
.plan-set-content-box::after {
	border-right: solid 1px var(--main);
	border-bottom: solid 1px var(--main);
	bottom: 0;
	right: 0;
}
.plan-set-content-box-inner::after {
  border-left: solid 1px var(--main);
	border-bottom: solid 1px var(--main);
	bottom: 0;
	left: 0;
}
.entry-content h3.plan-set-ttl {
  margin: 0;
  border: none;
  padding: 0;
  color: var(--main);
}
ul.set-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
ul.set-content li {
  width: 100%;
  margin-bottom: 0;
}
ul.set-content li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: var(--black);
}
.select-option-box {
  background: var(--bg04);
  padding: 0 15px 40px;
}
.entry-content h3.select-op-ttl {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.select-option-box p.select-op-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.related-plan-ttl {
  font-size: 1.7em;
  text-align: center;
}
/* フォトギャラリー */
.post-list.photo-gallery a .post-byline,
.post-list.photo-gallery a .description {
  display: none;
}
.post-list.photo-gallery .entry-title {
  margin: 0;
  font-size: 1.3em !important;
}
.gallery-popup {
  position: relative;
  display: inline-block;
}
.gallery-popup::after {
  content: "";
  background-image: url(../images/svg/gallery-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  height: 25px;
  width: 25px;
}
.related-post-box {
  background: var(--bg04);
  padding: 80px 15px;
}
.single-title, .page-title {
  padding: 0;
  font-size: 26px;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
/* 撮影レポート */
.report_border_ttl {
  font-size: 16px;
  color: var(--main);
  border-bottom: 1px solid var(--main);
  padding-bottom: 10px;
  line-height: 1.2;
}
.couple-comment-box {
  border: 1px solid var(--main);
  padding: 40px 20px;
  position: relative;
}
.couple-comment-ttl {
  position: absolute;
  right: 4px;
  top: -20px;
  background: var(--main);
  color: var(--white);
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 56px 0 60px;
  transform: skewX(-15deg);
}
.couple-comment-ttl::after {
  content: "";
  height: 40px;
  width: 13px;
  background: var(--main);
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 0;
  transform: skewX(15deg);
}
.couple-comment-ttl span {
  transform: skewX(15deg);
  display: inline-block;
}
table.shooting-info {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
table.shooting-info tr th {
  text-align: left;
  color: var(--main);
  font-weight: 400;
  display: block;
  width: 100%;
  padding-top: 20px;
}
table.shooting-info tr td {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--main);
  padding-bottom: 20px;
}
.slider-box {
  position: relative;
}
.slider-box .bx-wrapper .bx-viewport {
  margin-top: 60px;
}
.shooting-report-bxslider li {
  display: none;
}
.bx-viewport .shooting-report-bxslider li {
  display: block !important;
}
.custom-prev,
.custom-next {
  position: absolute;
  top: 0;
}
.custom-prev {
  right: 150px;
}
.custom-next {
  right: 70px;
}
.custom-prev a,
.custom-next a {
  color: var(--main);
  font-size: 35px;
}
.side-info {
  margin-top: 20px;
}
.side-info + .side-info {
  padding-top: 20px;
  border-top: 1px solid var(--main);
}
.side-info .post-list.default a .post-byline time {
  font-size: 12px;
}
.side-info .post-list.default a .post-byline .cat-name {
  font-size: 10px;
}
.side-info .post-list.default a .description {
  font-size: 14px;
  margin-top: 5px;
}
.side-info .post-list .entry-title {
  font-size: 16px;
}
.side-info .post-list .entry-content {
  padding-top: 10px;
}

@media print, screen and (min-width: 576px) {
.plan-set-content-box-inner {
  padding: 60px 40px;
  position: relative;
}
}
@media print, screen and (min-width: 768px) {
.single .eyecatch.plan {
  padding-right: 60px;
}
.single .eyecatch.plan::after {
  left: 60px;
}
.single .eyecatch.plan.presented::before {
  right: 65px;
}
ul.set-content li {
  width: 50%;
  margin-bottom: 0;
}
.select-option-box {
  padding: 20px 15px 60px;
}
.single-title, .page-title {
  font-size: 35px;
}
.couple-comment-box {
  padding: 40px 80px;
}
table.shooting-info {
  margin-top: 40px;
}
table.shooting-info tr th {
  display: table-cell;
  width: 12%;
  border-bottom: 1px solid var(--main);
  padding: 20px 0;
}
table.shooting-info tr td {
  display: table-cell;
  width: 28%;
  padding: 20px 0;
}
}
@media print, screen and (min-width: 992px) {
.single-plan .single-title,
.related-plan-ttl {
  font-size: 2em;
}
.select-option-box {
  padding: 40px 15px 80px;
}
}
@media print, screen and (min-width: 1200px) {
.post-list.plan .entry-title {
  margin: 0;
  font-size: 1.5em;
}
.post-list.plan a .plan-remarks {
  font-size: 20px;
}
}