.liquid-glass-btn {
display: inline-block; height: 2rem;
border-radius: 2rem;
box-shadow:
0 4px 16px rgba(0, 0, 0, 0.1),
inset 2px 2px 1px rgba(255, 255, 255, 0.5),
inset -1px -1px 1px rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.5);
color: rgba(0, 0, 0, 0.5);
text-align: center;
font-size: 0.9rem;
text-decoration: none;
cursor: pointer;
transition: all 0.2s 0s ease-out;
} @media screen and (max-width: 600px) {
.liquid-glass-btn {
height: 1.75rem;
border-radius: 1.75rem;
font-size: 0.8rem;
}
}
.liquid-glass-btn.hover:hover,
.liquid-glass-btn.hover:focus {
box-shadow:0 0 24px rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 1);
color: rgba(0, 0, 0, 0.8);
transition: all 0.2s 0s ease-out;
}
.liquid-glass-btn-color {
display: inline-block;
min-height: 2rem;
border-radius: 2rem;
box-shadow:
0 4px 16px rgba(0, 0, 0, 0.1),
inset 1px 1px 2px rgba(255, 255, 255, 0.5),
inset -1px -1px 1px rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.5);
color: #333;
text-align: center;
font-size: 0.9rem;
text-decoration: none;
transition: all 0.2s 0s ease-out;
}
.liquid-glass-btn-color.hover:hover {
box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
transition: all 0.2s 0s ease-out;
} .liquid-glass-card { border-radius: 1.5rem;
box-shadow:
0 4px 16px rgba(0, 0, 0, 0.05),
inset 2px 2px 1px rgba(255, 255, 255, 0.5),
inset -1px -1px 1px rgba(255, 255, 255, 0.25);
font-size: 0.9rem;
transition: all 0.3s 0s ease-out;
}
.liquid-glass-card.hover:hover,
.liquid-glass-card.hover:focus {
box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 1);
transition: all 0.3s 0s ease-out;
}
.book-card {
display: flex;
gap: 1.5rem;
padding: 1.5rem;
align-items: top;
background: rgba(255, 255, 255, 0.5);
margin-bottom: 2rem;
}
.news {
display: flex;
padding: 1.5rem;
align-items: top;
background: rgba(204, 204, 204, 1);
margin-bottom: 2rem;    
}
.eyecatch {
height: 250px;
max-width: 180px;
min-width: 180px;
display: flex;
justify-content: center;
align-items: center;
}
.news > .eyecatch {
height: 250px;
width: 100%;
max-height: 100%;
max-width: 100%;
}
.eyecatch img {
max-height: 100%;
max-width: 100%;
height: auto;
width: auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
border-radius: 0.5rem;
}
.news > .eyecatch img {
box-shadow: none;
border-radius: 0;
}
.meta h1 {
font-size: 1.3rem;
font-weight: bold;
letter-spacing: 0.1rem;
margin: 0 0 1.25rem;
}
.meta dl {
font-size: 0.8rem;
margin: 1rem 0;
}
.meta dl div {
display: flex;
gap: 0.5rem;
margin-bottom: 0.2rem;
}
.meta dt {
min-width: 3.5rem;
text-align-last: justify;
margin-left: 1.7rem;
}
#meta-author::before {
position: absolute;
font-family: 'FontAwesome';
content: '\f5ad';
color: #333;
padding: 0.25em 0 0 0.2rem;
}
#meta-publisher::before {
position: absolute;
font-family: 'FontAwesome';
content: '\f1ad';
color: #333;
padding: 0.25em 0 0 0.3rem;
}
#meta-release::before {
position: absolute;
font-family: 'FontAwesome';
content: '\f073';
color: #333;
padding: 0.25em 0 0 0.25rem;
}
#meta-finished::before {
position: absolute;
font-family: 'FontAwesome';
content: '\f00c';
color: #333;
padding: 0.25em 0 0 0.25rem;
}
#meta-tag::before {
position: absolute;
font-family: 'FontAwesome';
content: '\f02c';
color: #333;
padding: 0.25em 0 0 0.24rem;
}
#meta-rating::before {
position: absolute;
font-family: 'FontAwesome';
content: '\f521';
color: #333;
padding: 0.25em 0 0 0.15rem;
}
.meta dt::after {
position: absolute;
content: " : ";
margin: 0 0.65rem;
}
.meta dd {
margin-left: 1rem;
letter-spacing: 0.1rem;
}
.meta dd a {
font-weight: bold;
}
.meta dd a:hover {
text-decoration: underline;
text-underline-offset: 0.2rem;
}
.meta #meta-tag a {
font-weight: normal;
padding-right: 0.3rem ;
}
.meta #meta-tag a::before {
font-family: 'FontAwesome';
content: '\f02b';
color: #333;
}
.meta #meta-tag a:hover {
text-decoration: underline;
text-underline-offset: 0.2rem;
}
.buy-button-amazon {
background: rgba(255, 156, 8, 0.8);
color: white;
font-size: 0.85rem;
padding: 0.3rem 2rem 0.5rem;
transition: all 0.3s 0s ease-out;
}
.buy-button-amazon::before {
font-family: 'FontAwesome';
content: '\f270';
padding-right: 0.35rem;
}
.buy-button-amazon:hover {
background: rgba(255, 156, 8, 1);
transition: all 0.3s 0s ease-out;
}
.affiliate-note {
padding-top: 0.25rem;
color: #333;
font-size: 0.6em;
}
.buy-button-other {
background: rgba(102, 102, 102, 0.8);
color: white;
font-size: 0.85rem;
padding: 0.4rem 2rem 0.5rem;
}
.buy-button-other::before {
font-family: 'FontAwesome';
content: '\f35d';
padding-right: 0.35rem;
}
.buy-button-other:hover {
background: rgba(102, 102, 102, 1);
} @media screen and (max-width:950px) {
} @media screen and (max-width: 750px) {
.book-card,
.news {
border-radius: 0;
}
} @media screen and (max-width: 600px) {
.book-card {
gap: 0.75rem;
padding: 1.5rem 0.75rem;
}
.eyecatch {
height: 180px;
max-width: 130px;
min-width: 130px;
}
.meta h1 {
font-size: 1rem;
letter-spacing: 0;
margin-bottom: 0;
}
.meta dl {
margin: 0.5rem 0;
}
.meta dl div {
gap: 0;
margin-bottom: 0;
}
.meta dt {
min-width: 3rem;
margin-left: 1.25rem;
}
.meta dt::after {
margin: 0 0.25rem;
}
.meta dd {
margin-left: 0.75rem;
letter-spacing: 0.1rem;
}
.meta dd a {
text-decoration: underline;
text-underline-offset: 0.2rem;
}
.buy-button-amazon,
.buy-button-other {
width: 100%;
margin-top: 0.25rem;
}
}
.book-content h1,
.book-content h2 {
font-size: 2rem;
font-weight: bold;
margin: 5rem 0 1rem;
}
#post-author {
display: flex;
align-items: center;
gap: 0.75em;
margin: 2rem 0 3.5rem;
font-size: 0.75rem;
}
#author-icon-small,
.wp-user-avatar-32 {
width: 32px;
height: 32px;
border-radius: 50%;
}
#post-author-data {
display: flex;
flex-direction: column;
line-height: 1.4;
}
.content h3 {
font-size: 1.5rem;
font-weight: bold;
}
.content p {
font-size: 1.1rem;
line-height: 2;
margin: 2.25rem 0;
}
.content p.spoiler{
margin-bottom: 20rem;
}
.content a {
text-decoration: underline;
text-underline-offset: 0.2rem;
}
.content a:hover {
text-decoration: none;
}
.content strong,
.content b {
font-weight: bold;
}
.content small {
font-size: 0.8rem;
}
.content s,
.content del {
color: #bbb;
text-decoration: #000 line-through;
}
.content blockquote {
border-left: 3px solid #bbb;
background-color: #eee;
padding: 0.25rem 1.5rem 1.5rem 1rem;
}
.content blockquote::before {
position: absolute;
font-family: 'FontAwesome';
content: '\f10d';
font-size: 1.5rem;
color: #bbb;
padding-top: 0.5rem;
}
.content blockquote p {
padding-left: 2rem;
margin: 1rem 0;
}
.content blockquote cite::before {
content: '――';
padding-right: 0.25rem;
}
.content blockquote cite {
display: block;
font-size: 0.9rem;
color: #333;
text-align: left;
padding-left: 4rem;
}
.content q::before {
position: absolute;
margin-left: -1.5rem;
font-family: 'FontAwesome';
content: '\f10d';
font-size: 1rem;
color: #bbb;
}
.content q {
background-color: #eee;
padding: 0 2rem;
}
.content q::after {
position: absolute;
margin-left: 0.5rem;
font-family: 'FontAwesome';
content: '\f10e';
font-size: 1rem;
color: #bbb;
}
.content q cite::before {
content: '――';
padding-right: 0.25rem;
}
.content q cite {
font-size: 0.9rem;
color: #333;
text-align: left;
}
.content ul {
list-style-type: disc;
margin: 2.25rem 0;
}
.content ul li {
font-size: 1.1rem;
line-height: 2;
margin-left: 2rem;
}
.content ol {
list-style-type: decimal;
margin: 2.25rem 0;
}
.content ol li {
font-size: 1.1rem;
line-height: 2;
margin-left: 1.75rem;
padding-left: 0.25rem;
} @media screen and (max-width:950px) {
article {
padding: 0 2rem;
}
.book-content h2 {
font-size: 1.75rem;
margin-top: 4rem;
}
.content h3 {
font-size: 1.3rem;
font-weight: bold;
}
.content p {
font-size: 1rem;
margin: 1.5rem 0;
}    
} @media screen and (max-width: 750px) {
} @media screen and (max-width: 600px) {
article {
padding: 0 1rem;
}
.book-content h1,
.book-content h2 {
font-size: 1.3rem;
margin-top: 3rem;
}
#post-author {
margin-bottom: 0rem;
}
.content h2,
.content h3 {
font-size: 1.2rem;
font-weight: bold;
}
.content p {
font-size: 1rem;
margin: 1.5rem 0;
}
}
.news.error {
background: center;
}
h1.error {
font-size: 8rem;
font-weight: bold;
letter-spacing: 0.5rem;
color: rgba(255, 255, 255, 0.75);
text-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}
div.error {
margin-bottom: 3rem;
}
input.search-field-error {
width: 100%;
padding: 0.75rem;
font-size: 1rem;
color: #000 !important;
text-align: left;
cursor: auto;
&::placeholder {
color: rgba(0, 0, 0, 0.5);
font-size: 0.9rem;
}
} @media screen and (max-width:950px) {
} @media screen and (max-width: 750px) {
} @media screen and (max-width: 600px) {
} main {
max-width: 650px;
margin: 0 auto;
padding-top: 2rem;
} @media screen and (max-width:950px) {
} @media screen and (max-width: 750px) {
main {
max-width: 750px;
padding: 2rem 0;
}
} @media screen and (max-width: 600px) {
}