/*
Theme Name: ezdog
Theme URI: https://ezdog.press
Description: ezdog is a theme for reading, writing, and publishing.
Version: 1
Author: ezdog
Author URI: https://ezdog.press
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, th {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
}

*,
*:before,
*:after {
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td, th {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

/* =Rebuild
----------------------------------------------- */
* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5em;
}

body,
button,
input,
select,
textarea {
	font-size: 17px;
	font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
	line-height: 1.75;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

hr {
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  height: 0;
  margin-top: -1px;
  margin-bottom: 24px;
  padding-top: 24px;
}

/* Text elements */
p {
  margin-bottom: 24px;
}

ul, ol {
  margin: 0 0 24px 36px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 600;
}

dd {
  margin: 0 24px 24px;
}

b, strong {
  font-weight: 600;
}

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

blockquote {
  margin: 0 24px;
}

address {
  margin: 0 0 24px;
}

pre {
  background: rgba(119, 119, 119, 0.5);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375em;
  line-height: 1.6em;
  margin-top: -2px;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875em;
  line-height: 1.71429em;
}

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

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

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

.alignright, blockquote.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Clearing */
.clear:before,
.clear:after {
  content: '';
  display: table;
}

.clear:after {
  clear: both;
}

.entry-content:before,
.entry-content:after {
  content: '';
  display: table;
}

.entry-content:after {
  clear: both;
}

.comment-content:before,
.comment-content:after {
  content: '';
  display: table;
}

.comment-content:after {
  clear: both;
}

.site-header:before,
.site-header:after {
  content: '';
  display: table;
}

.site-header:after {
  clear: both;
}

.site-content:before,
.site-content:after {
  content: '';
  display: table;
}

.site-content:after {
  clear: both;
}

.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.site-footer:after {
  clear: both;
}

/* =Forms
----------------------------------------------- */
button,
input,
select,
textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="file"] {
	width: 100%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

* html {
  font-size: 112.5%;
}

html {
  font-size: 18px;
  line-height: 1.65em;
}

/* =Fonts */
@font-face {
  font-family: "Genericons";
  src: url("fonts/genericons-regular-webfont.eot");
  font-display: swap;
}

@font-face {
  font-family: "Genericons";
  font-display: swap;
  src: url(data:application/font-woffcharset=utf-8base64,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) format("woff"), url("fonts/genericons-regular-webfont.ttf") format("truetype"), url("fonts/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =Global */
body,
button,
input,
select,
textarea {
  color: #444444;
	font-size: 17px;
	font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
	line-height: 1.75;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin: 14.85px 30px 14.85px 0;
}

img.alignleft,
.wp-caption.alignleft {
  margin-left: -125.49999px;
}
@media screen and (max-width: 1020px) {
  img.alignleft,
  .wp-caption.alignleft {
    margin-left: 0;
  }
}

.alignright, blockquote.alignright {
  display: inline;
  float: right;
  margin: 14.85px 0 14.85px 30px;
}

img.alignright,
.wp-caption.alignright {
  margin-right: -125.49999px;
}
@media screen and (max-width: 1020px) {
  img.alignright,
  .wp-caption.alignright {
    margin-right: 0;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
}

/* Genericons */
.genericon, #toggle-nav, .comments-link:before, .post-date:before, .tags-links:before, .byline:before, .hentry .edit-link:before, .bypostauthor > .comment-body .comment-author:first-of-type .avatar-wrapper:before, .social-links {
  font-family: "Genericons";
  font-size: 1.33333em;
  line-height: 1.2375em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: baseline;
}

/* Transitions */
/* Headings */
h1 {
  line-height: 0.63191em;
  font-size: 47px;
  margin: 30px 0 0;
}

h2 {
  line-height: 1.02414em;
  font-size: 29px;
  margin: 0;
  padding: 0.5em;
}

h3 {
  line-height: 1.2913em;
  font-size: 23px;
  font-weight:bold;
  margin: 0;
  text-align: center;
    font-feature-settings: "palt";
}

h4 {
  line-height: 1.65em;
  font-size: 18px;
  font-weight:bold;
  margin: 0;
    font-feature-settings: "palt";
}
.blog.blog-text h4 {
  margin: 8px 0;
}
.tate-wrapper h4 {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    margin: 0;
    padding-right:1em;
    padding-left:0.4em;
}
.archive-main h4.namu {
    font-size:1.4em;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.archive-main h5.namu {
    font-size:1em;
	font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
    font-weight:bold;
}

h5 {
    font-weight:bold;
    font-feature-settings: "palt";
}

h6 {
  line-height: 2.12143em;
  font-size: 14px;
  margin: 0;
}

hr {
  background-color: #777777;
  height: 1px;
  padding: 0;
}

.entry-content img {
  display: block;
  margin: 0 auto;
}
iframe {
  display: block;
  margin: 0 auto;
}
button {
  display: block;
  margin: 40px auto 0;
}

/* Text elements */
p {
  margin-bottom: 30px;
}

ul {
  margin: 0 0 30px 30px;
  list-style: disc;
}
ul ul {
  list-style: square;
}
ul ul ul {
  list-style: circle;
}

ol {
  margin: 0 0 30px 30px;
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}

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

dt {
  font-weight: 400;
}

dd {
  margin: 14.85px 0 14.85px 30px;
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  border-left: 1px solid #777777;
  font-style: italic;
  margin-bottom: 30px;
  padding: 0 0 0 30px;
}
blockquote blockquote {
  padding-right: 0;
}
blockquote.alignleft, blockquote.alignright, blockquote.aligncenter {
  border-left: 0;
  border-top: 5px solid #777777;
  border-bottom: 5px solid #777777;
  color: #666666;
  font-size: 1.27778em;
  line-height: 1.2913em;
  line-height: 1.61413em;
  margin-left: -125.49999px;
  padding: 24.7px 30px;
  width: 33.333%;
}
@media screen and (max-width: 1020px) {
  blockquote.alignleft, blockquote.alignright, blockquote.aligncenter {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  blockquote.alignleft, blockquote.alignright, blockquote.aligncenter {
    clear: both;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
blockquote.alignleft p, blockquote.alignright p, blockquote.aligncenter p {
  margin-bottom: 0;
}
blockquote.alignright {
  margin-left: 30px;
  margin-right: -125.49999px;
}
@media screen and (max-width: 1020px) {
  blockquote.alignright {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  blockquote.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
blockquote.aligncenter {
  margin: 0 auto 30px;
  width: 90%;
}
blockquote cite {
  display: block;
  text-align: right;
  width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  box-sizing: border-box;
  font-size: 0.77778em;
  line-height: 2.12143em;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  background-color: #444444;
  border: 0;
  border-radius: 0;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  background-color: #333333;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 800px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 1em;
    line-height: 1.65em;
    padding: 14.85px;
    width: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"] {
    padding: 14.85px;
    width: 100%;
  }
}

address {
  font-style: italic;
  margin-bottom: 30px;
}

pre {
  background: rgba(0, 0, 0, 0.03);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.94444em;
  line-height: 1.74706em;
  margin-bottom: 30px;
  padding: 30px;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.94444em;
  line-height: 1.74706em;
}

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

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

sup,
sub {
  font-size: 0.75em;
  line-height: 2.2em;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.75em;
  line-height: 2.2em;
}

big {
  font-size: 1.25em;
  line-height: 1.32em;
}

figure {
  margin: 0;
}

table {
  margin-bottom: 30px;
  width: 100%;
}

td, th {
  border-bottom: 1px solid #eeeeee;
  border-collapse: collapse;
  padding: 7.425px 3px 6.425px;
}

th {
  font-weight: 400;
}

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

/* Links */
a {
  color: #444444;
  text-decoration: none;
}
a:visited {
  color: #444444;
}
a:hover, a:focus, a:active, .top-icon a:hover {
  color: #f07c29;
}
.blog-text a {
    border-bottom: dashed 1px;
}
.amazonjs_indicator_title a {
    border-bottom: none;
}
.tate-wrapper.gonzo a {
    border-right: dashed 1px;
    border-bottom: none;
}

/* Show or hide a11y text */
/* Clearing */
/* =Layout */
.site-header {
  background: #333333;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 100;
}
.site-header img {
  margin-right: 6px;
  margin-bottom: -6px;
}

.site-header-wrapper {
  margin: 0 auto;
  width:96%;
}

.site-main {
  margin: 0;
  padding: 0;
  position: relative;
}

.content-area {
  margin: 0 auto;
  max-width: 829.00001px;
  padding: 70px 46px 0;
}

.content-area2 {
  margin: 0 auto;
  padding: 0;
  width:100%;
}
.content-area3 {
  margin: 0 auto;
  padding: 20px;
  width:100%;
  overflow: hidden;
}

#buddypress {
  margin: 0 auto;
  max-width: 829.00001px;
  padding: 0 16px 0;
}
#buddypress2 {
  width: 100%;
}
#item-header {
  height:450px;
}
#item-header-avatar {
    border-radius:128px;
    margin:0 auto 0;
    width:128px;
}
.article-container {
    margin:20px auto;
}
.article-categories {
    margin:20px auto;
}
.user-nicename {
    font-size: 24px;
    line-height:1.4;
    color:#333;
    text-shadow: 2px 2px 5px #fff,
            -2px 2px 5px #fff,
             2px -2px 5px #fff,
            -2px -2px 5px #fff;
}
.title {
    text-align:left;
	font-family:sans-serif;
    padding-top:10px;
    padding-bottom:8px;
}
.article-image {
}
.excerpt {
    font-size:80%;
}

.site-footer {
  clear: both;
  color: rgba(255, 255, 255, 0.3);
  background: #333333;
  font-size: 0.77778em;
  line-height: 2.12143em;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.site-info {
    padding: 20px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.overdrive {
  font-size:1em;
  color:#fff;
  margin-bottom:10px;
}

/* =Header */
.site-branding {
  float: left;
  margin: 17px 0 9px;
  max-width: 66%;
}

.site-title {
  font-size: 1.27778em;
  line-height: 1.2913em;
  margin: 0;
}
.site-title a {
  color: white;
  padding: 0;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .site-title {
    margin: 20px auto 0;
    width: 100%;
  }
}

.site-description {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.65em;
  font-family: sans-serif;
  line-height: 0.6em;
  margin: 0;
  border: none;
  text-align:center;
}

/* =Content */
.hentry {
  background-color: white;
  margin: 0;
  padding: 0 0 30px;
  overflow: visible;
  width:100%;
}
@media screen and (max-width: 1014px) {
  .hentry.has-thumbnail {
    margin-top: 0;
  }
}

.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-content,
.entry-summary {
  margin-bottom: 0;
  margin-top: 0;
}

.page-links {
  clear: both;
  color: #999999;
  font-style: italic;
  margin-bottom: 30px;
  word-spacing: 6px;
}
.page-links a {
  color: #999999;
  text-decoration: none;
}

a.more-link {
  color: #999999;
  font-style: italic;
  text-decoration: none;
}

.entry-format {
  color: #999999;
  display: block;
  font-size: 0.77778em;
  line-height: 2.12143em;
  letter-spacing: 0px;
  margin: 0;
  text-align: center;
  text-decoration: none;
}
.entry-format:before, .entry-format:after {
  content: "\007E";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.entry-title {
  font-size: 2.61111em;
    line-height: 1.8em;
  text-align: center;
}
.entry-title a {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .entry-title {
    font-size: 1.83333em;
    line-height: 1.8em;
  }
}

.entry-meta, .entry-meta a {
  color: #999999;
  font-size: 0.77778em;
  line-height: 2.12143em;
}
.entry-meta a {
  font-size: inherit;
}

.comments-link,
.post-date,
.sticky .post-date,
.tags-links,
.byline,
.hentry .edit-link {
  display: inline-block;
  margin-right: 44.55px;
}
.comments-link a,
.post-date a,
.sticky .post-date a,
.tags-links a,
.byline a,
.hentry .edit-link a {
  text-decoration: none;
}
.comments-link:before,
.post-date:before,
.sticky .post-date:before,
.tags-links:before,
.byline:before,
.hentry .edit-link:before {
  display: inline-block;
  margin-right: 2px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 800px) {
  .comments-link,
  .post-date,
  .sticky .post-date,
  .tags-links,
  .byline,
  .hentry .edit-link {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.comments-link:before {
  content: "\f300";
  font-size: 1.77778em;
  line-height: 1.85625em;
  line-height: 0.92813em;
}

.post-date:before {
  content: "\f307";
  font-size: 1.77778em;
  line-height: 1.85625em;
  line-height: 0.92813em;
}

.sticky .post-date:before {
  content: "\f308";
}

.tags-links:before {
  content: "\f302";
  font-size: 1.77778em;
  line-height: 1.85625em;
  line-height: 0.92813em;
}

.byline:before {
  content: "\f304";
  font-size: 1.77778em;
  line-height: 1.85625em;
  line-height: 0.92813em;
}

.hentry .edit-link:before {
  content: "\f411";
  font-size: 1.77778em;
  line-height: 1.85625em;
  line-height: 0.92813em;
}

.entry-thumbnail {
  margin: 30px auto;
}
.entry-thumbnail img {
  max-width: 1008px;
}
@media screen and (max-width: 1020px) {
  .entry-thumbnail img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .entry-thumbnail {
    margin: 0 auto 30px;
  }
}

.sep {
  margin: 0 7.425px;
}

.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 58.4px;
  padding-bottom: 14.85px;
}

.page-title {
  font-size: 1em;
  line-height: 1.65em;
  margin: 0;
}

.taxonomy-description {
  color: #999999;
  font-size: 0.77778em;
  line-height: 2.12143em;
  font-style: italic;
  margin-top: 30px;
}

/* 404 */
@media screen and (max-width: 800px) {
  .not-found input[type="search"],
  .not-found input[type="submit"] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}

/* Search */
.search-results .page .sep:first-of-type {
  display: none;
}

/* =Post Formats */
.format-quote cite,
.format-quote .quote-caption {
  float: right;
}

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

.wp-caption {
  border-bottom: 5px solid #777777;
  margin-bottom: 24.7px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.wp-caption-text {
  color: #666666;
  font-size: 0.88889em;
  line-height: 1.85625em;
  font-style: italic;
  margin: 14.85px 0;
  padding: 0 1%;
}

.gallery-caption {
  font-size: 0.77778em;
  line-height: 2.12143em;
  line-height: 2.12143em;
}

.size-thumbnail + .wp-caption-text,
.size-medium + .wp-caption-text {
  font-size: 0.77778em;
  line-height: 2.12143em;
  line-height: 2.12143em;
}

.site-content .gallery {
  margin-bottom: 30px;
}
.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
.jetpack-video-wrapper {
  margin-bottom: 30px;
}

/* =Navigation */
.site-content [class*="navigation"] {
  font-family: sans-serif;
  margin-top:0;
  margin-bottom: 0px;
  overflow: hidden;
}

[class*="navigation"] a {
  text-decoration: none;
}
[class*="navigation"] .nav-previous {
  float: left;
    text-align:center;
  width: 50%;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: center;
  width: 50%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    display: block;
    color: white;
    background: #353c3f;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size .3s;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    opacity: 0.8;
    background-size: 110% auto !important;
}
.post-navigation .nav-previous .link-text,
.post-navigation .nav-next .link-text {
    padding: 60px 20px;
    display: block;
}
.link-text {
	font-feature-settings : "palt";
    font-size:1.3em;
    font-weight:bold;
  background: rgba(0,0,0,0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}
.link-text .adjacent-text {
    font-size:0.6em;
    font-weight:normal;
}
nav.navigation.post-navigation {
    margin-top:60px;
}

/* =Social Links */
.social-prof.social-links2 {
    float:none;
    margin:30px auto 0;
    text-align:center;
}
.social-links, .social-links2, .social-links3 {
  float: right;
}
.social-links, .social-links2 {
  text-align: right;
}
.social-links {
  margin: 14.85px 0;
}
.social-links2, .social-links3 {
  font-size: 13px;
}
.social-links2 {
  margin: 40px 0 0;
}
.social-links3 {
  margin: 8px auto 0;
  text-align: center;
}
.social-links2 a:hover:before, .social-links3 a:hover:before {
  background: #f07c29;
  color: #fff;
}
.social-links a, .social-links a:hover, .social-links a:hover:before, .social-links2 a, .social-links2 a:hover, .social-links2 a:hover:before, .social-links3 a, .social-links3 a:hover, .social-links3 a:hover:before {
  text-decoration: none;
}
.social-links a:before, .social-links2 a:before, .social-links3 a:before {
  border-radius: 50%;
  color: #333333;
  display: inline-block;
  text-align: center;
}
.social-links a:before {
  background: rgba(255, 255, 255, 0.25);
  margin-right: 7.425px;
  padding: 7.425px;
}
.social-links2 a:before, .social-links3 a:before {
  background: #e0e0e0;
  line-height: 24px;
  height: 24px;
  width: 24px;
  margin-right: 4px;
}
.social-links a:before, .social-links a:hover:before {
  transition: all 0.1s ease-in-out;
}
.social-links2 a:before, .social-links3 a:before, .social-links2 a:hover:before, .social-links3 a:hover:before {
  transition: all 0.2s ease-in-out;
}
.social-links a:hover:before {
  background: white;
}
.social-links a:last-of-type:before, .social-links2 a:last-of-type:before, .social-links3 a:last-of-type:before {
  margin-right: 0;
}
.recommend-prof {
    text-align:left !important;
    float: left !important;
    margin-top:6px;
    margin-bottom:40px;
}
.recommend-prof.social-links2 a:before {
  color: #999;
}
.recommend-prof.social-links2 a:hover:before {
  color: #fff;
}
@media screen and (max-width: 1072px) {
  .social-links {
    margin-right: 30px;
  }
  .social-links2, .social-links3 {
    float:none;
    text-align:center;
  }
}
@media screen and (max-width: 800px) {
  .social-links {
    margin:10px auto 20px;
  }
  .social-links, .social-links2, .social-links3 {
    text-align:center;
    float:none;
  }
}
.home-link:before {
  content: "\f409";
}
.guide-link:before {
  content: "\f455";
}
.faq-link:before {
  content: "\f457";
}
.me-link:before {
  content: "\f300";
}
.blog-link:before {
  content: "\f411";
}
.profile-link:before {
  content: "\f304";
}
.store-link:before {
  content: "\f444";
}
.mail-link:before {
  content: "\f410";
}
.facebook-link:before {
  content: "\f204";
}

.linkedin-link:before {
  content: "\f207";
}

.twitter-link:before {
  content: "\f202";
}

.tumblr-link:before {
  content: "\f214";
}

.google-link:before {
  content: "\f206";
}

.path-link:before {
  content: "\f219";
}

.books-link:before {
	content: '\f444';
}

.index-link:before {
	content: '\f425';
}
.forum-link:before {
	content: '\f108';
}
.movie-link:before {
	content: '\f403';
}
.logout-link:before {
	content: '\f105';
}
.login-link:before {
	content: '\f427';
}
.music-link:before {
	content: '\f109';
}
.love-link:before {
	content: '\f461';
}
.cart-link:before {
	content: '\f447';
}


/* =Responsive */
@media screen and (max-width: 800px) {
  body {
    font-size: 0.88889em;
    line-height: 1.85625em;
  }


  .site-main {
    margin-top: 0;
  }

  .site-branding {
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    float:none;
    max-width: 100%;
  }
.site-description {
  margin: 0 0 10px;
  font-size: 0.55em;
}
}


.dark {
text-shadow: #333 1px 1px 2px, #333 -1px 1px 2px, #333 1px -1px 2px, #333 -1px -1px 2px;
}

.content-area2 #content 
.entry-title {
  display: none;
}

.price-big2 {
  font-size: 33px;
  text-align:left;
  font-weight:bold;
  font-style:italic;
  font-family: 'Merriweather', serif;
  margin: 0 0 28px;
    line-height:1;
}
.price-big2 ins {
    color:#f07c29;
    background-color:#ede8de;
}
.price-big2 del {
    color:#666;
}
.kakaku {
    color:#f07c29;
  margin-top:6px;
  font-weight:bold;
  font-style:italic;
  font-family: 'Merriweather', serif;
}
.kakaku2 {
  font-weight:bold;
    text-align:center;
    font-size:0.8em;
  font-style:italic;
  font-family: 'Merriweather', serif;
}
.kakaku3 {
    margin-top:-40px;
    margin-bottom:40px;
    color:#f07c29;
}
.kakaku4 {
    color:#f07c29;
}
.sale span.onsale {
    font-family:'lato',sans-serif;
    background-color:#f07c29;
    width:55px;
    height:55px;
    z-index:10000;
}
.publisher {
    font-size:80%;
    margin: 0;
    color:#444;
    line-height:1;
}
.woo_zokusei {
    margin:24px 0 -16px;
}

.paapi {
    margin-top:-20px;
}

.paapibottom {
    margin-bottom:-20px;
}

.name-l, .top-featured {
  font-weight:bold;
}
.name-l {
  text-align:left;
  font-size: 45px;
  margin-bottom:10px;
  margin-top: 16px;
}

.name-l-right, .top-author-name {
  text-align:right;
  font-weight:bold;
  font-size: 45px;
  line-height:1.2;
}
.name-l-right {
  margin-bottom:40px;
}

.name-s {
  margin-bottom:24px
}
.name-s, .name-s a, .top-featured, .herimaru {
  text-align:left;
  font-family:sans-serif;
  color:#999999;
  font-size:16px;
    font-feature-settings: "palt";
}
.name-s a:hover, a:focus, a:active {
  color: #f07c29;
}
.genre {
  text-align:left;
  font-weight:normal;
  font-size: 80%;
  margin-top: 30px;
  font-family:sans-serif;
	font-feature-settings : "palt";
}
.genre a {
  color:#999999;
}
.genre a:hover, a:focus, a:active, .cat-price {
  color: #f07c29;
}

.entry-date2 {
  color:#999999;
  font-family:"Georgia", serif;
    font-size:80%;
    text-align:left;
}
.hr-dot2, .hr-dot2, .hr-dot3 {
    padding:0px;
    background-color:#fff;
	border-top: 1px #ede8de solid;
    border-bottom: 1px #dbd7cf dashed;
}

.hr-dot3 {
  margin: 30px 0 60px;
}

.name-hr, .name-hr3, .name-hr-widget, .name-hr-top, .name-hr-mokuji, .name-hr-mokuji3, .name-hr-widget {
  border:1px #ccc solid;
  width: 60px;
}
.name-hr, .name-hr3, .name-hr-widget, .name-hr-top {
  text-align:left;
  margin-top:0;
}
.name-hr-mokuji, .name-hr-mokuji3, .name-hr-widget {
  padding-bottom:0;
}
.name-hr, .name-hr3 {
  margin-left:10px;
  margin-bottom:-210px
}
.name-hr-top {
  margin:0 40px;
}
.name-hr-widget {
  margin-left:0;
  margin-bottom:34px;
}
.name-hr-mokuji {
  text-align:center;
  margin:10px auto 36px;
}
.name-hr-mokuji3, .grid-top-right.name-hr-mokuji3 {
  text-align:right;
  margin-bottom:60px;
  margin-right:0;
}

.rensai-mokuji {
    margin: 10px auto 60px;
    font-feature-settings: "palt";
}

ol.sample1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.sample1 li{
  font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  position:relative;
  padding: 0 0 0 30px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 29px;
  border: dashed 1px transparent;
  transition: 0.3s;
}
ol.sample1 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #F6A38B;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
ol.sample1 li:hover{
  border-bottom-color: #F6A38B;
}

.name-hr2 {
  border:1px #ccc solid;
  width: 60px;
  margin:0 auto;
  margin-bottom:0;
  padding-bottom:0;
}

.gothic {
font-family:sans-serif
}

.top-featured {
    margin:40px 40px 10px;
}
.top-featured3, h3.top-featured3 {
    margin: 0 0 10px;
  font-family:'lato',sans-serif;
  color:#444;
  font-size:16px;
    font-weight:bold;
    text-align:right;
}
.highlight, .highlight2 {
    margin:40px 10px 10px;
  text-align:left;
  font-family:sans-serif;
  color:#999999;
}
.highlight, .highlight3,.highlight2{
  font-size:16px;
    font-weight:bold;
}
.highlight3 {
    margin:10px;
  text-align:center;
  color:#3b3b3b;
}
.top-icon, .top-icon a {
    color:#999;
    font-size:38px;
    line-height:1.3;
}
.about-text {
    font-size:90%;
}

@media screen and (max-width: 800px) {
.content-area2 {
  margin: 0 auto;
  padding: 0;
  width:100%;
}
.blog-image {
    margin-top:0;
}


[class*="navigation"] .nav-previous {
  text-align: center;
  width: 100%;
}
[class*="navigation"] .nav-next {
  text-align: center;
  width: 100%;
}
.post-navigation .nav-previous .link-text,
.post-navigation .nav-next .link-text {
    padding-top: 60px;
    padding-bottom: 60px;
}
.price-big2, .publisher, .name-l-right, .name-s, .name-l, .top-author-name, .buy-btn, .share-btn, form.cart button.single_add_to_cart_button.button {
  text-align:center;
}
.name-l-right {
  margin-bottom:40px;
}
.name-l {
  font-weight:bold;
  font-size: 40px;
  margin-bottom:8px;
}
.buy-btn {
  margin-top:60px;
}
.share-btn {
  margin-top: 20px;
}
}

#secondary {
max-width:1380px;
width:86%;
margin: 0 auto;
}
#secondary li {
list-style:none;
}
#secondary ul {
list-style:none;
margin-left:0px;
padding-left:0px;
}

#secondary .widget-title {
font-family:sans-serif;
color:#999999;
padding-bottom: .5em;
border-bottom: 2px solid #ccc;
}

.activity-shortcode-title {
display:none;
}

.blog-text {
    margin-top:20px;
}
.blog.blog-text.zizume, .book-info-excerpt, .blog-text .category-dfw-diary, .woocommerce-product-details__short-description {
    hanging-punctuation: allow-end;
    text-align:justify;
    text-justify: inter-character;
    line-break:strict;
    word-break:break-word;
    overflow-wrap:break-word;
    word-wrap:break-word;
}
.blog.blog-text.zizume .nihongo, .blog-text .category-dfw-diary .nihongo {
	font-feature-settings : "halt" 1;
    word-spacing: 0.25em;
}
::selection {
    background: #f07c29;
    color: #fff;
}
.blog.blog-text.zizume p:first-child:first-letter, .tate-wrapper.gonzo p:first-child:first-letter {
    width:1em;
    height:1em;
   font-size: 3em;
   float: left;
   line-height: 1;
   margin-right: 6px;
    display:flex; /*変更（inline-flexでも可）*/
    justify-content: center; /*追加*/
    align-items: center; /*追加*/
    font-family:sans-serif;
    color:#fff;
    background: url("images/dropcap3.png") center center no-repeat;
    background-size: 100% 100%;
    text-shadow:
       1px  1px 0px #000000,
      -1px  1px 0px #000000,
       1px -1px 0px #000000,
      -1px -1px 0px #000000,
       1px  0px 0px #000000,
       0px  1px 0px #000000,
      -1px  0px 0px #000000,
       0px -1px 0px #000000;        /* 文字の影 */
    text-align:center;
	font-feature-settings : "halt" 0;
}
.tate-wrapper.gonzo p:first-child:first-letter {
    margin-right:3px;
    margin-bottom:6px;
}
.blog.blog-text.zizume blockquote p:first-child:first-letter, .tate-wrapper.gonzo blockquote p:first-child:first-letter {
   font-size: 100%;
    color: #555;
	font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
   float: none;
    text-shadow:none;
   line-height: 1.75;
   margin-right: 0;
	font-feature-settings : "halt" 0;
    background-image: none;
}
.tate-wrapper.gonzo blockquote p:first-child:first-letter {
    margin-bottom:0;
}
.blog .blog-cat p:first-child:first-letter {
   font-size: 100%;
   float: none;
   line-height: 1.75;
   margin-right: 0;
	font-feature-settings : "halt" 0;
}

.entry-meta {
  width:80%;
  margin:0 auto;
}
.entry-thumbnail {
display: none;
}
.page-header {
  display: none;
}
#nav-below {
  margin:0 auto 120px;
  color:#999999;
  width:80%;
  font-family:"Georgia", serif;
  font-weight:bold;
}
#nav-below a {
  color:#999999;
}
#nav-below a:hover, a:focus, a:active {
  color: #f07c29;
}
.archive-font {
 font-size:80%;
	font-feature-settings : "palt";
}
.archive-font2 {
 margin-top:14px;
 padding-bottom:40px;
}
.archive-width {
 width:80%;
 margin-right:auto;
 margin-left:auto;
}
.pre-l {
text-align:left;
float: left;
}
.next-r {
text-align:right;
}
.next-r, .pre-l {
font-size: 120%;
margin:40px 60px 60px;
font-weight:bold;
font-family:sans-serif;
}

#hero {
  background: url(images/book.jpg) center center;
  font-size: 29px;
  margin:auto;
  color:#333;
  height: 300px;
text-shadow: 2px 2px 5px #ccc,
            -2px 2px 5px #ccc,
             2px -2px 5px #ccc,
            -2px -2px 5px #ccc;
}
#hero, .hero9 {
  background: url(images/book.jpg) center center;
}
.hero1, .hero10, .hero11, .hero4, .hero-bochi, .hero-e-d-t, .hero-blood, .hero-fiction, .hero-unknown-friend, .hero2, .hero3, .hero6, .hero7, .hero8, .hero-dfw, .hero-moon, .hero-gc, .hero-dog {
  width: 100%;
  background-size: cover;
  height: 450px;
}
.hero1, .hero10, .hero11, .hero4 {
  margin:0 auto;
}
.hero-bochi, .hero-e-d-t, .hero-blood, .hero-fiction, .hero-unknown-friend, .hero2, .hero3, .hero6, .hero7, .hero8, .hero9, .hero-dfw, .hero-moon, .hero-gc, .hero-dog {
  margin:0 auto 20px;
}
.hero1 {
  background: url(images/book.jpg) center center;
}
.hero2 {
  background: url(images/typewriter.jpg) center center;
}
.hero3 {
  background: url(images/bird.jpg) center center;
}
.hero4 {
  background: url(images/store.jpg) center center;
}
.hero5 {
  width: 100%;
  background: url(images/ezdog-top.jpg);
  background-size: cover;
  height: 800px;
  margin:0 auto;
}
.hero6 {
  background: url(images/book-store.jpg) center center;
}
.hero7, .hero-tokusyo {
  background: url(images/mousou-blog.jpg) center center;
}
.hero8 {
  background: url(images/wood.jpg) center center;
}
.hero9 {
  height: 500px;
}
.hero-gc {
  background: url(https://ezdog.press/wp-content/uploads/gc.jpg) center center;
}
.hero-dfw {
  background: url(https://ezdog.press/wp-content/uploads/dfwif.jpg) center center;
}
.hero-mail {
  background: url(https://ezdog.press/wp-content/uploads/brandi-redd-122054-1.jpg) center center;
  font-size:80%;
}
#hero, .hero-brush-your-teeth, .hero-mail, .hero-pp, .hero5, .hero9, .hero-tokusyo {
  width: 100%;
  background-size: cover;
}
.hero-mail, .hero-pp, .hero5, .hero-tokusyo {
  margin:0 auto;
}
.hero-mail {
  background: url(https://ezdog.press/wp-content/uploads/brandi-redd-122054-1.jpg) center center;
  font-size:80%;
}
.hero-pp {
  background: url(https://ezdog.press/wp-content/uploads/bernard-hermant-577834-unsplash.jpg) center center;
}
.hero-mail h4{
    margin:0 auto 6px;
    text-align:center;
    font-size:200%;
}
.hero10 {
  background: url(images/mybest.jpg) center center;
}
.hero11 {
  background: url(images/genre.jpg) center center;
}

#blog-hero, .blog-hero{
  background-size:cover;
  background-position:center center;
}
.inner, .inner2, .inner3, .inner4, .inner-mybest, .inner-mail, .inner-rensai2 {
  min-height:450px;
  position: relative;
}
.inner5, .inner-brush{
  min-height:600px;
  position: relative;
}
.inner-rensai{
  min-height:300px;
  position: relative;
}
.inner-top{
  min-height:800px;
  position: relative;
}
.hero5 h3, .hero5 h4 {
    text-align:left;
    margin-left:calc(100vw / 20);
    line-height:1.4;
	font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}
.hero5 h3 {
    margin-top:-26px;
    letter-spacing:0.04em;
    font-size: calc(100vw / 25);
}
.hero5 h4 {
    font-size: calc(100vw / 50);
    font-weight:normal;
    padding-left:0.5em;
}
.hero .inner, .hero .inner4, .hero .inner-brush, .hero .inner-rensai, .hero .inner-rensai2, .hero5 .inner-top, .hero .inner5, #blog-hero .hero .inner, #blog-hero .hero .inner5{
  background: rgba(0,0,0,0.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}
.hero .inner2, .hero .inner3{
  background: rgba(0,0,0,0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}
#hero,.hero-title, .hero-title2, .hero-title-botchi, .hero-title3, .user-nicename {
    text-align:center;
    font-weight:bold;
    font-family:"Georgia", serif;
    font-feature-settings: "palt";
}
.hero-title, .hero-title2, .hero-title2 a, .hero-title-botchi, .hero-title3, .hero-title3 a {
    color:#fff;
    text-shadow: 2px 2px 5px #333,
            -2px 2px 5px #333,
             2px -2px 5px #333,
            -2px -2px 5px #333;
}
.hero-title {
    font-size: 29px;
}
.hero-title2 {
    line-height: 1.2913em;
    margin: 0;
    padding-top:16px;
    font-size: 21px;
}
.hero-title3 {
    margin-top:160px;
}
.hero-title3 a, a:active, a:focus {
    color:#fff;
}
.hero-title3 a:hover {
  color: #f07c29;
}
.hero-title3 p {
    margin:0;
}
.title-author-name {
    margin-top:110px;
}
.hero-title-botchi {
    margin-top:0px;
}
.hero-title-botchi a, a:active, a:focus {
    color:#fff;
}
.hero-title-botchi a:hover {
  color: #f07c29;
}
.hero-title-botchi p {
    margin:0;
}
.hero-text, .category-dfw-diary .hero-text p, .hero-text3, .hero-text3 a, .hero-text a {
    font-family:'Yakumono2', sans-serif;
    hanging-punctuation: allow-end;
    text-align:justify;
    text-justify: inter-character;
	font-feature-settings: 'chws' 1;
    font-size: 16px;
    max-width:800px;
	text-align:center;
    color:#ccc;
    text-shadow: 2px 2px 5px #333,
            -2px 2px 5px #333,
             2px -2px 5px #333,
            -2px -2px 5px #333;
}
.hero-text {
    font-feature-settings : "palt";
    font-weight:normal;
	margin:10px auto 0;
    padding:0 20px;
}
.hero-text p {
    margin-bottom:0;
    margin-right:40px;
    margin-left:40px;
}
.hero-text a:hover, a:focus, a:active {
  color: #f07c29;
}

.hero-text2, .hero-text2-small {
  font-family: "againtsfresh", sans-serif;
    font-weight:normal;
	text-align:center;
    line-height:1;
    color:#fff;
    margin:30px 0 0;
    padding:0;
}
.hero-text2 {
    font-size:440%;
}
.hero-text2 a {
    color:#fff;
}
.hero-text2 a:hover {
  color: #f07c29;
}
.hero-text2-small {
    font-size:240%;
}
.hero-text3 {
	margin:0 auto;
    padding:0 20px;
}
.copy, .copy2, .grid3 .blog-image p, .grid6 .blog-image h4{
  position: absolute;
  top: 50%;
  left: 50%;
}
.copy, .copy2{
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width:100%;
}
.old-style {
    font-family:"Georgia", serif !important;
    font-size:19px;
    padding:2px;
}
#blog-botchi-info {
	margin-top:60px;
}
#blog-botchi-info a {
	color:#999999;
}
#blog-botchi-info a:hover{
  color: #f07c29;
}
#blog-author-info, #blog-botchi-info {
	margin-left:40px;
	font-size:70%;
}
#blog-author-info, #blog-botchi-info, .blog-author-info2 {
  color:#ccc;
  font-feature-settings : "palt";
  text-align:left;
  font-family:sans-serif;
  font-weight:bold;
}
.blog-author-info2 {
	font-size:90%;
}
#blog-author-info {
	margin-top:100px;
}
#blog-author-info a {
	color:#999999;
}
#blog-author-info a:hover{
  color: #f07c29;
}
#blog-author-info img, #blog-botchi-info img, .avatar-14, .avatar-top-dog, .avatar-top-dog img{
	height:48px;
	width:48px;
	border-radius: 48px;
}
.avatar-top-dog {
    text-align:center;
    margin:10px auto;
}
.avatar-top-dog img {
    border:solid 4px #fff;
}
#blog-author-info img, #blog-botchi-info img{
	margin-right:6px;
    border:solid 3px #fff;
}

.blog-author-info2 {
	font-size:90%;
}
.blog-author-info2 a {
	color:#999999;
}
.blog-author-info2 a:hover{
  color: #f07c29;
}
.blog-author-info2 img{
	margin-right:6px;
	border-radius: 32px;
    border:solid 3px #ccc;
    margin-top:-10px;
}
.info3 {
    font-family:sans-serif;
    font-weight:bold;
	font-size:80%;
	margin:0;
}
.info3 a {
    color:#999;
}
.tag3 a:hover{
  color: #f07c29;
}

.tag-info {
  color:#999;
  text-align:left;
  font-size:80%;
  margin-left:4px;
}
.tag-info a {
	color:#999999;
}
.tag-info a:hover{
  color: #f07c29;
}

#tag-descript {
  font-weight:normal;
  font-size: 16px;
  margin: 40px auto;
  line-height: 1.4em;
  width:60%;
  color:#ccc;
}

.amazon-center {
    text-align: center;
    margin:0 auto;
}
.amazon_button{
	line-height:1;
	border:1px solid #c2a24e;
	border-radius: 3px;
	font-size:12px;
	font-family:tahoma, verdana, arial, sans-serif;
	padding: 4px 12px;
    margin: 8px 0 6px;
	display:inline-block;
	font-weight:bold;
	color: #222222;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.12);
    background: #f0c14b;
	background-image: linear-gradient(to bottom, #f7dfa5, #f0c14b);
}
.amazon_button a:hover {
    background: #eeb933;
    background: linear-gradient(to bottom,#f5d78e,#eeb933);
    color: #222222 ;
    text-decoration: unset;
}
.amazon2:before, .twitter2:before, .facebook2:before, .mastodon:before, .spotify:before, .wikipedia:before, .instagram:before, .amazon:before, .tumblr:before {
	font-family: 'Font Awesome 5 Brands' !important;
    font-weight: normal;
}
.shopping-cart:before, .fa-book-reader:before,.fa-book:before,.note-com:before, .pen-nib:before, .acomment-reply:before, .fav:before, .fav-comment:before, .unfav:before, .unfav-comment:before, .delete-activity:before, .buddyboss_edit_activity:before, .bp_simple_post_form_subimitted:before, .acomment-delete:before, .buddyboss_edit_activity_comment:before, .buddyboss_edit_activity_cancel:before, .buddyboss_privacy_filter:before, .unpublish:before, .profile-cover-action a:before {
	font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}
.circle-check:before {
	font-family: 'Font Awesome 5 Free' !important;
    font-size:1.6em;
    color:#00C9FF;
	content: '\f058';
    font-weight: bold;
}
.fa-book:before {
	content: '\f02d';
}
.shopping-cart:before {
	content: '\f07a';
}
.fa-book-reader:before {
	content: '\f5da';
}
.amazon2:before {
	content: '\f270';
}
.twitter2:before {
	content: '\f099';
}
.wikipedia:before {
	content: '\f266';
}
.note-com:before {
	content: "n";
}
.tumblr:before {
	content: '\f173';
}
.pen-nib:before {
	content: '\f5ad';
}
.facebook2:before {
	content: '\f39e';
}
.mastodon:before {
	content: '\f4f6';
}
.spotify:before {
	content: '\f1bc';
}
.instagram:before {
	content: '\f16d';
}
.bp_simple_post_form_subimitted:before {
	content: '\f040';
}
.amazon:before, .acomment-reply:before, .fav:before, .fav-comment:before, .unfav:before, .unfav-comment:before, .delete-activity:before, .buddyboss_edit_activity:before, .acomment-delete:before, .buddyboss_edit_activity_comment:before, .buddyboss_edit_activity_cancel:before, .buddyboss_privacy_filter:before, .unpublish:before {
	padding: 0 .4em 0 0;
}
.amazon:before{
	content: '\f270';
}
.acomment-reply:before {
	content: '\f112';
}
.fav:before {
	content: '\f087';
}
.fav-comment:before {
	content: '\f087';
}
.unfav:before {
	content: '\f164';
}
.unfav-comment:before {
	content: '\f164';
}
.delete-activity:before {
	content: '\f1f8';
}
.buddyboss_edit_activity:before {
	content: '\f040';
}
.acomment-delete:before {
	content: '\f1f8';
}
.buddyboss_edit_activity_comment:before {
	content: '\f040';
}
.buddyboss_edit_activity_cancel:before {
	content: '\f00d';
}
.buddyboss_privacy_filter:before {
	content: '\f023';
}
.unpublish:before {
	content: '\f05e';
}
.profile-cover-action {
    font-size:80%;
    z-index: 100;
    position: absolute;
}
.profile-cover-action a:before {
    opacity: 0.8;
    content: "\f030";
    margin:6px;
}
.activity-meta .button {
	border-radius:2px;
}
.post-actions {
    font-size:70%;
    font-weight:normal;
    padding:6px 10px 0 0;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/fa-brands-400.eot");
  src: url("./fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.woff") format("woff"), url("./fonts/fa-brands-400.ttf") format("truetype"), url("./fonts/fa-brands-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/fa-regular-400.eot");
  src: url("./fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-regular-400.woff2") format("woff2"), url("./fonts/fa-regular-400.woff") format("woff"), url("./fonts/fa-regular-400.ttf") format("truetype"), url("./fonts/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./fonts/fa-solid-900.eot");
  src: url("./fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-solid-900.woff2") format("woff2"), url("./fonts/fa-solid-900.woff") format("woff"), url("./fonts/fa-solid-900.ttf") format("truetype"), url("./fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.tag-left {
float:left;
margin-right:40px;
}
.clear {
clear: both;
}
.name-m2 .tag-right {
font-size:18px;
margin:60px 0 30px;
}
.tag-right {
font-size:90%;
}
.stars {
font-size:16px;
margin:20px 0 10px;
}

.buy-btn {
  margin-top:60px;
}

.buy-btn a, input[type="submit"]#submit, form.cart button.single_add_to_cart_button.button{
  border-radius: 28px;
  font-family: sans-serif;
  font-weight:bold;
  color: #ffffff;
  font-size: 15px;
  background: #f07c29;
  padding: 14px 24px 14px 24px;
  text-decoration: none;
  text-align:left;
}
.buy-btn a {
  padding: 14px 24px 14px 24px;
}

input[type="submit"]#submit {
  padding: 10px 40px;
  margin: 20px 0 40px;
  line-height:1;
}

input[type="submit"].buy-btn :hover, form.cart button.single_add_to_cart_button.button:hover {
  background: #333;
  text-decoration: none;
}

.buy-btn :hover {
  background: #333;
  text-decoration: none;
}

.buy-btn2 {
  margin:30px auto 0;
      text-align:center;
}
.buy-btn2 a {
  color: rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  font-family: sans-serif;
  font-weight:bold;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.3);
  padding: 14px 24px 14px 24px;
  text-decoration: none;
  text-align:center;
}
.buy-btn2 :hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}


.share-btn {
  margin-top: 20px;
  text-align:left;
}

#buddypress {
    width:100%;
}
.herimaru-avatar img {
    float : left;
    margin-top:-40px;
    margin-bottom:20px;
    margin-right:40px;
    margin-left:40px;
    border:solid 4px #fff;
    border-radius:10px;
}
.nounai {
	font-size: 100%;
	font-family:sans-serif;
    padding:40px;
}

.activity-avatar img{
    border-radius:80px;
    border:solid 3px #ccc;
}
.acomment-avatar img{
    border-radius:50px;
    border:solid 2px #ccc;
}
.ac-reply-avatar img{
    border-radius:50px;
    border:solid 2px #ccc;
}
#whats-new-avatar img{
    border-radius:80px;
    border:solid 3px #ccc;
}

.top-herimaru {
    text-shadow: #ccc 1px 1px 2px, #ccc -1px 1px 2px, #ccc 1px -1px 2px, #ccc -1px -1px 2px;
}
.top-herimaru h3 {
    margin:20px auto 4px;
}
#hm {
    max-width:500px;
    margin:60px auto;
    padding:0 40px;
}

.blog-image, .blog-image2 {
    overflow: hidden;
    position: relative;
}
.blog-image {
    margin-top:40px;
    max-height: 300px;
}
.blog-image img {
    transition: 0.3s;
}
.blog-image img:hover, .blog-image2 img:hover {
	transform: scale(1.1);
}
.blog-image img:hover {
    opacity: 0.8;
}
.blog-image2 {
    margin-top:0;
    max-height: 200px;
}
.blog-image2 img {
    transition: 0.3s;
    filter: brightness(60%);
}
.blog-image2 img:hover {
    filter: brightness(100%);
}

.blog-title, .blog-title2 {
    font-weight:bold;
	font-family:sans-serif;
    color:#666;
    font-size:110%;
    text-align:left;
    margin-top:20px;
    line-height:1.3;
}
.blog-title {
    text-align:left;
}
.blog-title2 {
    text-align:center;
}

#blog-profile {
	font-size:80%;
	margin-bottom:60px;
	font-feature-settings : "palt";
    hanging-punctuation: allow-end;
    text-align:justify;
    text-justify: inter-character;
}
#blog-profile .avatar-150 {
	border-radius: 150px;
	width:75px;
	height:75px;
}
.avatar-top-herimaru {
	border-radius: 150px;
	width:150px;
	height:150px;
    border:solid 4px #fff;
}
#ezdog, #top-profile {
	font-size:100%;
	margin:50px auto 100px;
    text-align:center;
}
.blog-cat {
    margin-top:14px;
    line-height:1.6;
}
.rtmedia-plupload-container {
	display:none;
}
.rtmedia-container {
    display:none;
}

#niteiru {
 margin: 40px auto 120px;
 max-width:1200px;
}
.niteru {
    padding:10px 40px 20px;
}
#top-margin, .top-margin {
 margin:100px;
}
.top-margin2 {
 margin-top:40px;
 margin-bottom:60px;
 margin-right:auto;
 max-width:300px;
}
.top-margin3 {
 margin-top:0;
 margin-bottom:20px;
}
#archive-main, .archive-main, #archive-main5, #archive-main2, #archive-main4, #archive-main6, .archive-main6, #archive-main-book, #archive-main-top, #niteiru, #archive-main-mori, #archive-main-member, .author-info, .book-grid, #footer-grid {
 display: flex;
 flex-flow: row wrap;
}
#archive-main-top{
    margin:40px auto 0;
}
#archive-main, .archive-main {
 margin:40px 20px;
}
#archive-main-book {
 margin:60px;
}
#archive-main2 {
 margin:0 20px;
}
#archive-main-mori {
	max-width:1200px;
    margin:auto;
}
#archive-main-mori, #archive-main-member {
 	font-feature-settings : "palt";
}
#footer-grid {
 margin:0 40px;
}
#archive-main4 {
 margin:0 20px 60px;
}
#archive-main5 {
 margin:40px 20px 80px;
}
#archive-main6, .archive-main6, .archive-scroll {
 margin:0 auto 80px;
}
.archive-scroll {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}
#archive-main7 {
 margin:20px 80px;
}
#archive-main3 {
    display: flex;
    justify-content: center;
}
#archive-main3 a {
    display: block;
}
.mori-pix {
    max-width:345px;
    margin: auto auto;
    text-align:center;
}
.small-text {
    font-size:90%;
    hanging-punctuation: allow-end;
    text-align:justify;
    text-justify: inter-character;
}
.woocommerce-product-details__short-description {
	font-feature-settings : "palt";
}
.grid, .grid-banner {
 width: calc(100% / 2);
    margin:0 auto;
    padding:0 20px;
	font-feature-settings : "palt";
    text-align:justify;
}
.grid-book {
 width: calc(100% / 2);
    margin:0 auto;
    padding:0 40px;
	font-feature-settings : "palt";
    text-align:justify;
}
.grid-book.grid-book-left {
    margin-right:0;
    max-width:500px;
}
.grid-book.grid-book-right, .grid-book.border-gray {
    margin-left:0;
    max-width:640px;
}
.grid-book.book-info-left {
    margin-right:0;
    max-width:640px;
}
.grid-rensai, .grid-rensai2 {
    margin:20px auto;
    padding:0 20px;
}
.grid-rensai {
 width: calc(100% / 2);
}
.grid-rensai2 {
 width: calc(100% / 1);
}
.grid2 {
 width: calc(100% / 1);
    margin:0 auto;
    padding:0 20px;
}
.grid-novel {
 width: calc(100% / 2);
    margin:0 auto;
    padding:0;
}
.grid3 {
 width: calc(100% / 4);
    margin:0 auto;
    padding:0 20px;
}
.grid3 h4 {
    font-size:100%;
    margin-top:10px;
    text-align:left;
}
.grid4 {
 width: calc(100% / 5);
    margin:0px auto 20px;
    padding:20px 40px 0;
    text-align:center;
}
.grid-scroll {
    min-width: 230px;
    margin:0px auto 20px;
    text-align:center;
    scroll-snap-align: start;
}
.grid-top, .grid-top-right {
 width: calc(100% / 3);
    margin:0 auto;
    padding:20px 40px;
}
.grid-top {
    text-align:center;
    font-feature-settings : "palt";
}
.grid-top-right {
    text-align:right;
}
.author-pix img, .author-pix2 img {
    text-align:center;
    border-radius: 50%;
    object-fit: cover;
}
.author-pix img {
    width: 10rem;
    height: 10rem;
}
.badge {
  position:relative;
}
.author-pix2 img {
    width: 15rem;
    height: 15rem;
}
.grid4 h4, .grid-scroll h4 {
    font-size:80%;
    line-height:1.1;
    font-weight:bold;
    text-align:center;
    margin-top:14px;
}
.grid4 h5, .grid-scroll h5 {
    text-align:center;
    line-height:1.1;
}
.grid4 h5 a, .grid-scroll h5 a{
    font-family:sans-serif;
    color:#999;
    font-size:60%;
    line-height:1.1;
    text-align:center;
}
.grid4  a:hover, a:focus, a:active, .grid-scroll  a:hover, a:focus, a:active {
    text-align:center;
  color: #f07c29;
}
.grid3 .blog-image, .grid6 .blog-image {
    max-height:120px;
    overflow: hidden;
    position: relative;
}
.grid3 .blog-image {
    max-width:400px;
}
.grid3 .blog-image p, .grid6 .blog-image h4 {
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-family:sans-serif;
  font-size:30px;
  font-weight:bold;
  color: rgba(255, 255, 255, 0.9);
}
.grid3 .blog-image p {
  font-size:30px;
}
.grid5 {
 width: calc(100% / 4);
    margin:0;
    padding:0 20px;
}
.grid5 h6{
    margin-top:20px;
    color:#999;
    line-height:1.4;
    font-weight:bold;
    text-align:center;
}
.grid5 h6 a{
    color:#999;
}
.grid5 h6 a:hover, a:focus, a:active {
  color: #f07c29;
}
.grid-top-book {
 width: calc(100% / 2);
    margin:0;
    padding:0 20px;
}
.grid-top-book h5{
    margin:20px 0 40px;
    color:#444;
    line-height:1.6;
    font-weight:bold;
    text-align:center;
  font-size: 14px;
}
.grid-top-book h5 a{
    color:#444;
}
.grid-top-book h5 a:hover, a:focus, a:active {
  color: #f07c29;
}
.grid6 {
 width: calc(100% / 3);
    margin:0;
    padding:0 20px;
}
.grid6 .blog-image h4 {
  font-size:22px;
}

.pagination li{
    display: inline-block;
    list-style:none;
}
.pagination ul{
    text-align:center;
    margin:30px auto 0;
}

#author-tag {
    padding:100px;
    margin:0 auto;
    background-color:#e9e3d6;
}
#mail-box {
    margin:40px auto;
    width:80%;
}
@font-face {
font-family: "againtsfresh";
  src: url("fonts/Againts.eot") format("eot"), url("fonts/Againts.woff") format("woff");
}

.profile-float {
    float:left;
    margin: 0 30px 4px 0;
    text-align:center;
}
.blog-profile-height {
    min-height:100px;
    padding-top:6px;
}
.profile-description {
    margin-bottom: 40px;
}
.profile-amazon {
    clear: both;
    margin-top:50px;
}

#blog-time{
  font-family: "againtsfresh", sans-serif;
    font-size:240%;
    margin:80px 30px 30px 64px;
    float:left;
}
#top-book-recommended{
  font-family: "againtsfresh", sans-serif;
    font-size:400%;
    margin:54px 0 40px 68px;
    float:left;
}
.time-y {
    font-size:200%;
    margin:30px 0 0 0;
    line-height:0.7;
}
.time-d {
    font-size:120%;
    margin:0 0 0 10px;
    line-height:0.1;
}
.type-topic {
}
#bbpress-forums {
    font-size:17px;
    line-height:1.75;
    margin:46px;
}
.avatar-80 {
    width:80px;
    height:80px;
    border-radius:80px;
}
.topic {
    font-size:17px;
    line-height:1.75;
}
.bbp-topic-description {
    margin:20px; 
    padding:20px;
   font-size:17px;
    line-height:1;
}
.bbp-breadcrumb a{
    font-size:15px;
    font-family: sans-serif;
    font-weight:bold;
    color:#999;
}
.bbp-breadcrumb .bbp-breadcrumb-current{
    font-size:15px;
    font-family: sans-serif;
    font-weight:bold;
    color:#444;
}
.bbp-template-notice {
    font-size:16px;
}
.bbp-reply-author {
    font-size:14px;
    font-weight:bold;
    line-height:1;
}
.bbp-reply-content {
    font-size:17px;
    line-height:1.75;
}
.bbp-the-content {
    font-size:17px;
    line-height:1.75;
}
.forum-titles {
    font-size:17px;
    font-family: sans-serif;
}
.bbp-forum-info {
    font-size:17px;
}
.bbp-forum-content {
    font-size:16px;
}
.bbp-forum-topic-count {
    font-size:16px;
}
.bbp-forum-reply-count {
    font-size:16px;
}
.bbp-forum-freshness {
    font-size:16px;
}
textarea.bbp-the-content.wp-editor-area {
    font-size:17px;
    line-height:1.75;
	font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}
#sa_content{
    font-size:17px !important;
    line-height:1.75 !important;
	font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif !important;
}
.sa-post-status-container .new-post{
	background: #f07c29;
	color: #fff;
}
.item-list-tabs {
    font-family: sans-serif;
    font-weight:bold;
    font-size:80%
}
.current.selected{
}
#buddypress2 ul li {
	list-style:none;
}
#member-dir-count-top,#member-dir-count-bottom {
	display:none;
}
.item-avatar img{
    width:64px;
    height:64px;
    border-radius:64px;
    margin:0 0 20px 0;
    float:left;
}
li .item-avatar img{
    width:128px;
    height:128px;
    border-radius:128px;
    margin:0 0 20px 0;
}
#members-dir-list a:hover img.avatar {
filter: grayscale(100%);
transition: filter 0.2s ease-in-out;
}
#buddypress #members-list li {
overflow: auto;
list-style: none;
float: left;
margin: 20px 80px 20px 0;
border: 0;
}
#buddypress #members-dir-list ul.item-list li div.item-title, #buddypress #members-dir-list  ul.item-list li h4, #buddypress #members-dir-list ul.item-list li div.item-meta
 {
width: 100%;
text-align: center;
}

#buddypress #members-dir-list ul.item-list li div.item-title {
font-size: 110%;
}

#buddypress #members-dir-list ul.item-list li div.item-meta {
font-size: 80%;
}

#buddypress #members-dir-list ul.item-list li img.avatar {
margin-bottom: 8px;
}

ul#members-list.item-list li div.action {
text-align: center;
overflow-y: hidden;
top: 18px;
right: 6px;
}
#post-mention a, #send-private-message a, .friendship-button a{
    font-size:70%;
    font-family: sans-serif;
    font-weight:bold;
    color:#fff;
    float:left;
    margin:0 10px 0 10px;
    padding:0;
}
.update {
        font-size:17px;
    line-height:1.75;
	font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
    font-weight:normal;
}

.simple-post-taxonomies-box h3 {
    font-weight:normal;
    text-align:left;
}
.simple-post-tax-check-list {
    list-style:none;
}

@media screen and (max-width: 1350px) {
.author-pix img {
    width: 8rem;
    height: 8rem;
}
}

@media screen and (max-width: 1200px) {
.grid5 {
    width: calc(100% / 2);
    padding:20px;
}
.grid-author {
    grid-template-columns:1fr !important;
}
#blog-author-info.yagira {
	margin-top:50px;
    }
.author-pix img {
    width: 6rem;
    height: 6rem;
}
.circle-check:before {
    font-size:1.4em;
}
.author-pix2 img {
    width: 10rem;
    height: 10rem;
    margin-top:60px;
}
.recommend-prof {
    margin-bottom:0;
}
}

@media screen and (max-width: 1250px) {
.mori-pix {
    max-width:300px;
}
}
@media screen and (max-width: 1100px) {
.author-pix2 img{
    margin-top:0;
}
.top-margin2 {
    margin: 20px auto 60px;
    max-width:400px
}
.top-margin3 {
 display:none;
}
.grid-top {
 width: calc(100% / 1);
}
.grid-top-right {
 width: calc(100% / 1);
}
.name-hr-mokuji3, .social-links2, .top-featured3, h3.top-featured3 {
  text-align:center;
  margin-right:auto;
}
.name-hr-top {
  text-align:center;
  margin:0 auto;
}
.name-l-right, .top-author-name, .small-text, .top-featured {
  text-align:center;
}
.highlight {
    display:none;
}
.name-hr {
    display:none;
}
.sidebar-3 {
    display: none;
    }
}

@media screen and (max-width: 1000px) {
.grid4 {
 width: calc(100% / 3);
    margin:0 auto;
    padding:20px;
}
.grid-scroll {
    margin:0 auto;
}
#footer-grid {
 margin:0;
}
#footer-grid .grid-banner {
 width: calc(100% / 1);
    padding:0;
}
.hero9 {
  height: 300px;
}
}

@media screen and (max-width: 500px) {
.mori-pix {
    max-width:220px;
}
}
@media screen and (max-width: 800px) {
.author-pix img {
    width: 5rem;
    height: 5rem;
}
#mail-box {
    width:90%;
}
.hero-title2 {
    font-size: 20px;
    line-height:1;
}
.hero-text2 {
    font-size:360%;
    line-height:1;
}
.hero-text3 {
    font-size: 14px;
}
}


/* SNSごとの背景色 */
#twitter {
   background-color: #00acee;
}
#facebook {
   background-color: #3b5998;
}
#hatena {
   background-color: #2D4C86;
   font-family: Verdana;
   font-weight: bold
}

/* ボタン設定 */
.button-area {
   width: 100%;
   margin: 0 auto 40px;
    text-align:center;
}
.button-area:after {
   content: '';
   clear: both;
   display: block;
}
.button-whole {
   float: left;
   width: 32.3%;
   margin: 0 0.5% 0 0.5%;
   box-sizing: border-box;
}
.button-link {
   display: block;
   text-align: center;
   color: #fff !important;
   font-size: 14px !important;
   padding: 10px 0 !important;
   box-sizing: border-box;
   border-radius: 3px;
   text-decoration: none;
}
.button-link:hover {
   text-decoration: none !important;
   opacity: 0.70;
}

.book-page {
    background-color:#ede8de;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin:0;
}

.book-page2 {
    margin:0;
}
.author-tag {
    background-color:#e9e3d6;
    margin:0;
    padding:40px 80px;
}
.book, .book-list, .book-list2 {
  position: relative;
  box-sizing: border-box;
  box-shadow:0px 24px 20px -20px rgba(0,0,0,0.6);
  z-index: 90;
  padding:0;
}
.book {
  width: 300px;
  margin-top:80px;
  margin-right:0;
  margin-bottom:80px;
  float:right;
}
.book img, img.cat-book {
	padding: 0;
	vertical-align: bottom;
}
.book ::before, .cat-book::before, .book-list ::before, .book-list2 ::before {
  content: "";
  position: absolute;
  z-index: 22;
  height: 100%;
  width: 100%;
  background: url(images/book-after.png) repeat-y left;
  background-size: contain;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.9);
  left: 0;
}
.book-list, .book-list2 {
    margin:0 auto;
}
.book-list {
  width: 150px;
}
.center {
    text-align:center;
    float:none;
    margin:0 auto;
}
.book-list img {
	padding: 0;
	vertical-align: bottom;
}
.book-list2 {
  width: 100px;
}
.book-list2 img {
	padding: 0;
	vertical-align: bottom;
}
.top-book {
    margin-top:-100px;
}
.top-book2 {
    margin-top:-30px;
}
.book-info {
    margin:100px 0 60px;
    max-width:480px;
}

.author-info {
    background-color:#1c1b18;
    padding:100px 0;
    color:#777;
}
.cat-author-info {
    margin:60px 0;
}
.author-info h4{
    color:#999;
    text-align:left;
    margin-left:30px;
    margin-bottom:20px;
	font-weight:bold;
}
.author-info h5{
    color:#666;
    text-align:center;
    margin-bottom:20px;
	font-weight:bold;
	font-size:95%;
	font-family:sans-serif;
}
.author-info p{
    margin:0 auto;
    font-size:90%;
}

.label {
  text-align:left;
  font-family:sans-serif;
  color:#444;
  font-size:18px;
}
.bp-widget {
    margin:10px 0;
    padding:30px;
    border: solid 1px #999;
    border-radius: 10px;
}
.bp-suggestions {
    min-height:120px !important;
}
#buddypress div#message p,
#sitewide-notice p {
	font-weight: normal;
	margin: 30px auto;
	text-decoration: none;
	background-color: #ccc;
	border: none;
    text-align:center;
    width:80%;
    border-radius: 4px;
}

.hero-description {
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    display: flex;
    font-size:90%;
    color:#ccc;
    height: 300px;
    margin-right:50px;
    margin-top:170px;
    line-height:1.9;
}

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

.kakaku-woo-text {
    text-align : center;
}
#blog-author-info.yagira {
	margin-top:10px;
    }
.hero-description {
    font-size:60%;
    height: 200px;
    margin-right:20px;
    margin-top:50px;
}
.book {
    margin:80px auto;
    float:none;
    padding:0;
}
.book-info {
    margin:0 auto;
    padding:0 20px 60px;
}
.top-book2 {
    margin-top:0;
}
#archive-main, .archive-main {
 margin:10px 20px;
}
#archive-main-book, #top-margin, .top-margin {
 margin:20px;
}
.top-margin.book-page {
    margin:0;
}
.grid, .grid3, .grid-rensai, .grid-rensai2, .grid-book {
    padding:0;
 }
.grid-rensai, .grid-banner, .grid, .grid-book, .grid3 {
 width: calc(100% / 1);
}
.grid-book.grid-book-left, .grid-book.grid-book-right, .grid-book.book-info-left {
    margin-right:auto;
    margin-left:auto;
}
.grid-book.border-gray {
    margin-right:50px;
    margin-left:50px;
}

.grid2 {
    margin:0 auto;
    padding:0 10px;
}
.grid3 .blog-image {
    margin:20px auto;
}
.grid3 h4, .entry-date, h5.genre {
    text-align:center;
}
.grid4, .grid6 {
    width: calc(100% / 2);
}
.grid4 {
    padding:20px;
    margin:0 auto;
}
.author-info h5{
	margin-top:80px;
}
.grid-top, .grid-top-right {
 width: calc(100% / 1);
}
.hero5 {
    height:380px;
    background: url(images/ezdog-top-small.jpg);
    background-size:cover;
}
.hero5 h3 {
    margin-top:-12px;
}
.inner-top{
  min-height:380px;
}
.author-info p{
    width:80%;   
}
.grid6 {
    padding:0 10px;
}
.grid6 .blog-image {
    max-height:60px;
}
.grid6 .blog-image h4 {
  font-size:16px;
}
.author-topic-px, .author-topic h5.author-info-name, .author-year {
    margin:0 60px;
}
.grid h4.author-name, .grid-book h4.author-name, .grid hr.author-hr, .grid-book hr.author-hr {
    margin-left:90px
}
}
@media screen and (max-width: 500px) {
.grid-banner .blog-image .inner2{
  min-height:200px;
}
.author-topic-px, .author-topic h5.author-info-name, .author-year {
    margin:0 30px;
}
.grid h4.author-name, .grid hr.author-hr, .grid-book h4.author-name, .grid-book hr.author-hr{
    margin-left:60px
}
}

.testimonial_rotator_author_info.cf-tr p:first-child:first-letter {
   font-size: 100%;
   float: none;
   line-height: 1.75;
   margin-right: 0;
}
.amazon-ku {
    margin:30px auto 60px;
    text-align:center;
}

.bochi-text{
    font-family: ten-mincho,'游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
    font-weight: 400;
    font-style: normal;
    font-size:360%;
    line-height:1.6;
}
.toda-text{
    font-weight: bold;
    font-size:200%;
    line-height:1.6;
}
.kakaku-amazon-text {
    font-size:70%;
    margin:-20px auto 20px;
    padding:0 40px 20px;
    text-align:center;
    color:#444;
	font-feature-settings : "pkna";
}
.kakaku-woo-text {
    font-size:70%;
    margin:-20px auto 20px;
    color:#444;
	font-feature-settings : "pkna";
}
.top-kankou {
    /* background-color:#e9e3d6;*/
    margin:100px 0;
}
#mailform input[type='text'],
#mailform input[type='email'] {
  font-size: 16px;
  margin-bottom: 13px;
  box-sizing: border-box;
}
#mailform input,
#mailform button {
  height: 40px;
  padding: 0 10px;
}
#mailform textarea {
  margin-bottom: 13px;
  padding: 2px 5px;
  box-sizing: border-box;
}
#mailform label {
  margin-bottom: 3px;
  font-weight: bold;
  display: block;
}
#mailform label span {
  color: #aaa;
  margin-left: 4px;
  font-weight: normal;
}
#dispmsg > p{
  border: 3px solid #ffe3b3;
  background: #ffffeb;
  border-radius: 7px;
  padding: 15px;
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
}
#dispmsg blockquote {
  margin: 30px 0;
  padding: 15px;
  background-color: #f3f3f3
}
#dispmsg pre {
  font-family: "Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",sans-serif;
  line-height: 1.75;
  white-space: pre-wrap;
  background: #fafafa;
  margin: 15px 0 0;
  padding: 10px;
}
#dispmsg #errmsg{
  background: #fff5f5;
  border: 3px solid #fcc;
  color: #e1536a;
}

.border-gray {
    border-left: 1px solid #333;
}
@media screen and (max-width: 1000px) {
.inner-mybest, .inner-rensai2 {
  min-height:350px;
  position: relative;
}
}
@media screen and (max-width: 800px) {
.border-gray {
    border-left: none;
    border-top: 1px dashed #777;
    margin:20px 30px 0;
}
.inner-mybest{
  min-height:200px;
  position: relative;
}
.inner-rensai2{
  min-height:300px;
  position: relative;
}
}

.blog-text blockquote {
    display: inline-block;
    border-left: none;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 8px;
    font-style: normal;
    background: #efefef;
    color: #555;
}

.blog-text blockquote:before{
    display: inline-block;
    position: absolute;
    top: 14px;
    margin-left:0;
    padding-left:0;
    content: "“";
    font-family: Georgia;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

.blog-text blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    margin-left:0;
    padding-left:0;
    content: "”";
    font-family: Georgia;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
.blog-text.tate-wrapper blockquote:before, .blog-text.tate-wrapper blockquote:after{
    display: none;
}

.category-dfw-diary blockquote {
    margin-top:0.96em;
}
.category-dfw-diary p {
    margin: 0.5em 0px;
    font-family:Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}
p.gyoukan {
    margin-top:-1.4em;
}
p.gyoukan2 {
    margin-top:-1.75em;
}
.blog-text blockquote p.gyoukan2 {
    margin-top:-0.7em;
}
.tate-wrapper p.gyoukan3 {
    margin-right:-1.6em;
}
.tate-wrapper p.gyoukan4 {
    margin-right:-1.75em;
}
.category-dfw-diary p:first-child:first-letter {
   font-size: 100%;
   float: none;
   line-height: 1.75;
   margin-right: 0;
}
.category-dfw-diary h5 {
    margin-top: 1.4em;
    text-align:center;
}
.category-recommend .blog .blog-text h5, .category-diary h5, .zizume h5 {
    text-align:left;
}
.category-dfw-diary .entry-content ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.category-dfw-diary .entry-content li {
  padding-left: 30px;
  position: relative;
}
.category-dfw-diary .entry-content li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #cfcfcf;
  display: block;
  float: left;
  margin-left: -30px;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}

.category-dfw-diary h5.num{
    margin-top: 1.6em;
    text-align:left;
    font-size:1.5em;
    font-family:Georgia, sans-serif;
}
.category-dfw-diary iframe {
    margin-top:20px;
}
.gyouaki.toi {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
p.gyouaki{
    margin-top: 1.4em;
}
.ryou {
    text-align:right;
}
.ken-ten {
    text-emphasis-style:sesame filled;
    line-height:0em !important;
}
.tate-wrapper p.gyoukan.ryou {
    margin-right:-1.6em;
}
.tsuzuku {
    font-weight:bold;
}
.blog-text blockquote p {
    padding: 0;
    margin: 10px 0;
}

.blog-text blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.mail-text {
    margin-bottom:30px;
}
.dfw-first-letter {
   font-size: 3em;
   float: left;
   line-height: 1;
   margin-right: 6px;
    width:1em;
    height:1em;
    display:flex; /*変更（inline-flexでも可）*/
    justify-content: center; /*追加*/
    align-items: center; /*追加*/
    font-family:sans-serif;
    color:#fff;
    background: url(images/dropcap3.png) center center no-repeat;
    background-size: contain;
    text-shadow:
       1px  1px 0px #000000,
      -1px  1px 0px #000000,
       1px -1px 0px #000000,
      -1px -1px 0px #000000,
       1px  0px 0px #000000,
       0px  1px 0px #000000,
      -1px  0px 0px #000000,
       0px -1px 0px #000000;        /* 文字の影 */
    text-align:left;
}
.ryou p:first-child:first-letter {
   font-size: 100%;
   float: none;
   line-height: 1.75;
   margin-right: 0;
}
.au-pic h4 {
    width:1em;
    height:1em;
    display:flex; /*変更（inline-flexでも可）*/
    justify-content: center; /*追加*/
    align-items: center; /*追加*/
    color:#fff;
    background: url(images/dropcap3.png) center center no-repeat;
    background-size: contain;
    text-shadow:
       1px  1px 0px #000000,
      -1px  1px 0px #000000,
       1px -1px 0px #000000,
      -1px -1px 0px #000000,
       1px  0px 0px #000000,
       0px  1px 0px #000000,
      -1px  0px 0px #000000,
       0px -1px 0px #000000;        /* 文字の影 */
    font-size:3em;
    text-align:left;
    margin-top:60px;
}
.faces {
    list-style-type: none;
}
.faces ul{
    margin-left:0;
}
.author-pix {
    display: inline-block;
    padding:20px;
    text-align:center;
    vertical-align:top;
}
.author-pix h5{
    overflow-wrap: break-word;
    width:8em;
    margin:auto;
    text-align:center;
}

/* 縦書き段組 */
.tate-wrapper {
	font-family:"Yakumono", Georgia, "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "ＭＳ 明朝",serif;
  writing-mode: vertical-rl;
  column-width: 22em;
  column-rule: dotted 1px #ccc;
  column-gap: 3em;
  column-fill: auto;
    width: 100%;
    height: 22em;
    margin:0 auto;
    padding:0;
    hanging-punctuation: allow-end;
    text-align:justify;
    text-justify: inter-character;
    text-combine-upright:digits;
    font-feature-settings: 'vchw' 1;
}
.tate-wrapper .nihongo {
	font-feature-settings: 'vhal' 1;
    word-spacing: 0.25em;
}
.tate-wrapper p {
    margin:0 0 0 1.75em;
    padding:0;
}
.tate-wrapper p:last-child {
    margin:0;
}
.combine {
    text-combine-upright: all;
}
/* 404 */
.full {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 212px);
  background: url(images/billy-pasco-_Hely2YN314-unsplash.jpg)
    center / cover;
}
.full h3 {
    color:#fff;
    font-weight:normal;
    letter-spacing:0.05em;
    padding:8em 4em;
}
.full h3 span, .orikaeshi {
   display: inline-block;
}
@media screen and (max-width: 800px) {
.full {
  min-height: calc(100vh - 264px);
}
}
.text-combine{
    text-combine-upright: all;
}

.top-align-r {
    text-align:right;
}
@media screen and (max-width: 1100px) {
.top-align-r {
    text-align:center;
}
}

.easy-footnotes-wrapper {
    font-size:80%;
}
.easy-footnotes-wrapper li {
    margin-bottom:1.2em;
}
.qtip-content {
    line-height:1.7em;
}
.qtip-content p {
    margin-bottom:1.8em;
}
.zizume h5 {
    font-size:1.4em;
    margin-bottom:10px;
    margin-top:0;
    padding-top:0;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.category-dfw-diary strong, .zizume strong {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.tate-wrapper strong {
    font-family:"Yakumono2", Georgia, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-feature-settings: 'vchw' 1;
}
.easy-footnote-title {
    margin:20px 0 10px;
}
.starr, .cp_ribbon07 {
    font-weight:bold;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.keisen {
    letter-spacing:-.1em;
    width:2em;
    margin-right:.1em;
}
.chushaku {
    font-size:0.8em;
    font-weight:bold;
    margin-bottom:40px;
}
.chu {
    font-size:0.8em;
}

.cp_card {
	position: relative;
}
.cp_ribbon07 {
    z-index:100;
	position: absolute;
	top: -6px;
	left: 25px;
	width: 40px;
	padding: 10px;
	text-align: center;
	border-top-left-radius: 3px;
	color: #ffffff;
    font-size:0.8em;
    text-shadow: -1px -1px 1px #000;
    writing-mode: vertical-rl;
	background: #B22222;
}
.cp_ribbon07:before {
	top: 0.1px;
	right: -5.5px;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #8B0000;
}
.cp_ribbon07:before, .cp_ribbon07:after {
	position: absolute;
	content: '';
}
.cp_ribbon07:after {
	bottom: -11.5px;
	left: 0;
	width: 0;
	height: 0;
	border-right: 20px solid #B22222;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #B22222;
}
.free-badge {
	position: relative;
}
.free-star {
    z-index:101;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #f07c29;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    font-weight:bold;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 85%;
    left: 65%;
}
.grid-top-book .free-star {
    width: 35px;
    height: 35px;
    font-size: 0.7em;
}
.verified-badge {
    z-index:20000;
    position: absolute;
    display: flex;
    line-height:1;
    position: absolute;
    background-color:#fff;
    border-radius: 50%;
    padding:4px;
    bottom: 6%;
    right: 6%;
}
.hero-text2 .circle-check:before, .top-author-name .circle-check:before {
    border-radius: 50%;
}
.hero-text2 .circle-check:before {
    font-weight:normal;
    color:#fff;
    background-color:#00C9FF;
    font-size:0.4em;
}
.top-author-name .circle-check:before {
    font-weight:bold;
    color:#00C9FF;
    font-size:0.6em;
}
.hero-text2 .circle-check {
    display:inline;
}
.book-by {
    font-family: 'Lato', sans-serif;
    color:#444;
    font-weight:normal;
}
.sku {
    color:#999;
}
.year {
    font-family: "Courier New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size:0.9em;
    font-weight:normal;
    color:#ddd;
    margin-bottom:1.4em;
}
.author-year {
    margin-bottom:1.4em;
    font-size:0.8em;
}
h5.author-info-name {
    text-align:left;
    margin:0 0 0.1em;
    color:rgba(255, 255, 255, 0.7);
    font-family:'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
    font-size:1.1em;
}
h4.author-name {
    font-family:'lato',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size:1em;
    text-align:left;
    color:#666;
    margin: 0 30px 10px;
}
.author-hr {
    color:#666;
    margin: 0 30px 40px;
    border:1px #666 solid;
    width: 60px;
}
.grid-author {
    margin:0 20px 0 30px;
    padding:0;
    display: grid;
    gap:40px;
    grid-template-columns:1fr 3fr;
}
.author-topic-px {
    padding:0;
}
.author-topic {
    padding:0 0 40px;
}
.author-avatar {
    width:150px;
}
.grid4 .archive-font.blog-cat {
    text-align:left;
}
.grid4 .archive-font.blog-cat strong {
    font-family:'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
    display:inline-block;
    margin-bottom:0.6em;
}
.bookweb {
    padding:40px 0 10px;
}
.bookweb-date {
    font-size:0.8em;
    margin:-50px 0 10px;
    text-align:right;
}
.bookweb-date2 {
    font-size:0.8em;
    margin:-30px 0 10px;
    text-align:right;
}
.yonda{
    font-family:'lato',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size:0.9em;
}
.yonda a{
    color:#999;
}
p.yonda{
    margin-top:-1.6em;
}
ol.moon-ol{
    list-style-type: lower-alpha;
    padding-top:30px;
}
ol.moon-ol li::marker{
    font-family:'lato',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
ol.moon-ol li{
    margin-bottom:0.2em;
}
@font-face {
    font-family: 'Yakumono';
    src: url('./fonts/YakuAdjMincho-R.woff') format('woff'), url('./fonts/YakuAdjMincho-R.otf') format('opentype');
    font-weight:300 ;
    font-display: swap;
}
@font-face {
  font-family: 'Yakumono2';
  src: url('./fonts/YakuAdjGothic-R.woff') format('woff'), url('./fonts/YakuAdjGothic-R.otf') format('opentype');
  font-weight:300 ;
  font-display: swap;
}

.tate-wrapper sup {
    margin-top:0.7em;
    text-combine-upright:all;
}
.tate-wrapper li.easy-footnote-single {
    margin-top:3em;
    list-style-type:cjk-ideographic;
}

.rensai-mokuji:before {
  background-image: url("images/divider.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 48px;
  clear: both;
  content: "";
  display: block;
  margin-bottom: 6px;
  width: 100%;
  height: 48px;
}

.underline {
    border-bottom: solid;
}
ol.yagira-ol li{
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-top:-1.4em;
}
ol.yagira-ol{
    margin-top:50px;
}

.diary-container {
    margin:100px auto;
    display: flex;
    justify-content: center;
}
.diary-child {
    width:60%;
}
.diary-dl {
    margin-bottom:60px;
}
.tate-indent {
    text-indent: -1em;
    padding-top:3em;
}
.yoko-indent {
    text-indent: -1em;
    padding-left:3em;
}

.marukakomi {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height:1em;
    margin-right:0.3em;
    border-radius: 50%;
    flex-flow: column; 
    vertical-align: top;
    border: 1px solid;
}
.mannaka {
    text-align:center;
}
h3#reply-title.comment-reply-title {
    margin:120px auto 40px;
}
p.akismet_comment_form_privacy_notice {
    font-size:80%;
    margin:-20px auto 120px;
}
.akismet_comment_form_privacy_notice a, .logged-in-as a {
    border-bottom: dashed 1px;
}

span.count-box.wp_ulike_counter_up {
    font-family:sans-serif;
}
.wpulike.wpulike-heart {
}

.cardin_epulike .wpulike {
    position: relative;
    text-align: right;
    padding: 0;
    margin-bottom: -20px;
}
.cardin_epulike .wpulike .wp_ulike_general_class {
    padding: 0 10px 3px 0;
    box-shadow: none;
    pointer-events: none;
}
.cardin_epulike .wpulike .count-box {
    padding: 0 2px;
    font-size: 0.9rem;
    color: #999;
    font-weight: 400;
}
.cardin_epulike .wpulike-heart .wp_ulike_put_image:after {
    opacity: 0.8;
}
.book_epulike {
    padding: 0;
    margin:-20px 0 0;
}
.hero_epulike {
    margin-top:-30px;
    margin-right:10px;
}
.hero-text .wpulike .count-box {
    font-size: 0.9rem;
    color: #444;
    font-weight: 400;
    text-shadow: none;
}
.hero-text .wp_ulike_general_class {
    background-color:rgb(255, 255, 255,.6);
}
.footer-opacity {
    margin-right:20px;
    grid-column: 1/2;
}
.footer-opacity a {
    opacity:1;
}
.footer-opacity a:hover {
    opacity:0.2;
}
.footer-text {
    grid-column: 2/3;
    padding-top:12px;
}
.footer-badge {
    padding-left:20px;
}
.footer-badge img {
    max-width:180px;
}
@media screen and (max-width: 800px) {
.input-text.qty.text {
    margin-bottom:40px;
}
    .site-info{
        grid-template-columns: 1fr;
    }
    .footer-opacity {
        display:none;
    }
    .footer-text {
        grid-column: 1
    }
.widget-area {
    flex-direction:column;
    }
.sidebar-2, .sidebar-3, #wp_ulike-2.widget.widget_wp_ulike {
    display: none;
    }
.sidebar-1, .sidebar-4 {
    text-align: center;
    }
}
.ct-book-margin {
    margin:40px 0;
}
.ct-genre {
    margin-top:-40px;
}

.sidebar-1, .sidebar-2, .sidebar-3, .sidebar-4 {
    width: 100%;
}

.sidebar-1 ul, .sidebar-2 ul, .sidebar-3 ul, .sidebar-4 ul {
    margin:40px 40px 80px;
}
.sidebar-1 li, .sidebar-2 li, .sidebar-3 li, .sidebar-4 li {
    margin-left:40px;
    line-height:2.4;
    font-size:0.8em;
}
.widget-area {
    display:flex;
}
.widget-area a, .most_liked_post.wp_ulike_style_love span.wp_counter_span {
    color:rgba(0,0,0,0.5);
}
.widget-area a:hover, .widget-area a:focus, .widget-area a:active {
  color: #f07c29;
}
form#searchform.searchform {
    margin:40px;
}
.footer-menu-margin {
    margin: 0 40px 20px;
}
.wp-block-latest-posts__post-author {
    font-size:0.8em;
    color:rgba(0,0,0,0.5);
    padding-bottom:20px;
}
img.wp_ulike_thumbnail.wp-post-image {
    display:none;
}

.niwa {
    margin:10px 0;
}
.niwa-text {
    font-size:90%;
    font-family:'lato',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight:bold;
    text-align:center;
    margin-bottom:40px;
}
.price-free {
    margin-top:24px;
}
.cat-book-margin {
    margin-top:20px;
}
.price-free.price-big2 del {
    background-image: linear-gradient(#f07c29, #f07c29);
    background-position: 0 50%;
    background-size: 100% 4px;
    background-repeat: repeat-x;
    padding: 0 2px;
    text-decoration: none;
}
.cat-sku {
    text-transform: capitalize;
}
.bottom-margin {
    margin-bottom:100px;
}
.mimei-title {
    font-family:'lato',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    text-align:left;
    margin-bottom:40px;
}

/* シェアボタン */
.share {
    display:inline-block;
    padding-left:4px;
    text-align:center;
    vertical-align:middle;
}
.cat-share {
    margin-top:20px;
    margin-left:0;
}
.twi-share.twitter2:before, .fb-share.facebook2:before, .mstdn-share.mastodon:before, .hatebu, a:link.hatebu, a:visited.hatebu, a:hover.hatebu, a:active.hatebu {
	color: white;
}
.twi-share.twitter2, .fb-share.facebook2, .mstdn-share.mastodon, .hatebu {
	border-radius: 4px;
}
.twi-share.twitter2 {
    font-size:17px;
    padding:10px 11px;
	background-color: #1DA1F2;
}
.fb-share.facebook2 {
    font-size:17px;
    padding:10px 14px;
	background-color: #4267B2;    
}
.mstdn-share.mastodon {
    font-size:17px;
    padding:10px 12px;
	background-color: #6364FF;    
}
.hatebu {
    font-size:16.5px;
    padding:9.5px;
	background-color: #00A4DE;
    font-family: Verdana;
    font-weight: bold
}

#archive-main.tokusyo{
    display:block;
}
#archive-main.tokusyo h3{
    text-align:left;
}
.yondahito {
    font-weight:normal;
    font-size:90%;
    text-align:center;
    font-family:'lato',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.woo-top-margin {
    margin-top:80px;
}
.input-text.qty.text {
    margin-right:20px;
    width:5em;
}
.quantity input {
    border-radius: 1em;
    border: 2px solid rgba(0, 0, 0, 0.1);
    line-height:1.4;
    padding:2px 4px;
    font-size:0.8em;
}
.stock {
    font-size:0.8em!important;
    margin:0 0 12px 0;
    font-family:'lato',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.out-of-stock {
    color:#B22222!important;
}
.in-stock {
    color:#666!important;
}
.quantity_badge {
    display: inline-block;
    font-size: 0.5em;
    width:1.6em;
    height:1.6em;
    background-color: #B22222;
    border-radius:50%;
    text-align: center;
    line-height: 1.6em;
    color: #ffffff;
}
span.quantity_badge {
    position: relative;
    top: -18px;
    left: -18px;
 }
.wp-block-woocommerce-cart {
    margin:80px;
}
th.woocommerce-product-attributes-item__label {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
td.woocommerce-product-attributes-item__value {
    font-style:normal!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #ccc;background-color:#ccc;color:#444;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;font-size:0.8em;font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;color:#444;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#444;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #ccc;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #ccc}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #ccc}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #ccc;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images.grid-book.grid-book-left {
    margin-bottom:0px;
}
.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained, button.components-button.wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.contained {
  border-radius: 28px;
  font-family: sans-serif;
  font-weight:bold;
  color: #ffffff;
  font-size: 15px;
  background: #f07c29;
  padding: 14px 24px 14px 24px;
  text-decoration: none;
  text-align:left;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained a:hover {
    background-color:#999!important;
}
.wc-block-checkout, form#order_review {
    margin:40px!important;
}
.woo-myaccount {
    margin:80px;
}
.woocommerce-Price-currencySymbol {
    font-size:0.5em;
}