@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap");
body {
background: #FAF8F3;
}
a,
li a,
p a {
color: #8FA283;
}
.breadcrumb span,
.breadcrumb span a {
color: #7E9573;
}
h1.blog-title.entry-title,
h1.blog-title.entry-title a {
font-family: 'Klee One', "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
font-weight: 600;
font-size: 26px;
color: #222222;
letter-spacing: 0.01em;
} .cb-header.header1 {
display: none !important;
}
.topborder {
border-top: none !important;
} @media only screen and (min-width: 768px) {
ul.block-three {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 48px 32px;
margin-left: 0;
width: 100%;
}
ul.block-three li.item {
float: none;
width: auto;
height: auto;
margin: 0;
}
}
.item-title,
.item-title a {
text-decoration: none !important;
}
.item h2,
.item-title {
font-weight: 600;
letter-spacing: 0.02em;
}
.item-cat-name {
background: #EEF1EA;
}
.item-cat-name a {
color: #5F6E55;
}
.item-date {
color: #B8B3A4;
letter-spacing: 0.03em;
}
.pagetitle-top {
font-weight: 600;
letter-spacing: 0.12em;
color: #6B6B62;
} .top-header {
margin: 0 auto 0 auto;
padding-bottom: 2px;
border-bottom: 1px solid #E4E1D5;
} .featured-carousel {
max-width: 1112px;
margin: 40px auto 0;
padding: 0 20px;
overflow: hidden;
}
.fc-track {
display: flex;
transition: transform 0.45s ease;
}
.fc-slide {
flex: 0 0 100%;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 40px;
}
.fc-card {
display: block;
text-decoration: none !important;
color: #222222;
}
.fc-card-img {
aspect-ratio: 3 / 2;
overflow: hidden;
background: #EFECE2;
margin-bottom: 16px;
}
.fc-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.6s ease;
}
.fc-card:hover .fc-card-img img {
transform: scale(1.04);
}
.fc-card-meta {
display: flex;
align-items: center;
gap: 10px;
font-size: 12px;
letter-spacing: 0.04em;
margin-bottom: 8px;
}
.fc-card-cat {
color: #7E9573;
font-weight: 600;
}
.fc-card-date {
color: #A9A497;
}
.fc-card-title {
font-size: 16px;
line-height: 1.6;
font-weight: 600;
margin: 0;
text-wrap: balance;
}
.fc-nav {
display: flex;
align-items: center;
justify-content: center;
gap: 22px;
margin-top: 32px;
}
.fc-nav button {
width: 38px;
height: 38px;
border-radius: 50%;
border: 1px solid #D8D4C6;
background: #FFFFFF;
color: #333333;
font-size: 16px;
cursor: pointer;
transition: 0.25s;
}
.fc-nav button:hover:not(:disabled) {
background: #8FA283;
border-color: #8FA283;
color: #FFFFFF;
}
.fc-nav button:disabled {
opacity: 0.3;
cursor: default;
}
.fc-counter {
font-size: 13px;
letter-spacing: 0.08em;
color: #8A8577;
font-variant-numeric: tabular-nums;
}
@media only screen and (max-width: 767px) {
.fc-slide {
grid-template-columns: 1fr;
gap: 24px;
}
.featured-carousel {
margin-top: 20px;
}
} .category-pickup {
max-width: 1112px;
margin: 88px auto 0;
padding: 0 20px;
}
.cp-section + .cp-section {
margin-top: 72px;
}
.cp-head {
display: flex;
align-items: baseline;
justify-content: space-between;
border-bottom: 1px solid #E4E1D5;
padding-bottom: 14px;
margin-bottom: 28px;
}
.cp-label {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.14em;
color: #333333;
}
.cp-more {
font-size: 12px;
letter-spacing: 0.04em;
color: #8FA283;
text-decoration: none !important;
white-space: nowrap;
}
.cp-more:hover {
color: #6E8261;
}
.cp-row {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 40px;
}
.cp-card {
display: block;
text-decoration: none !important;
color: #222222;
}
.cp-card-img {
aspect-ratio: 4 / 3;
overflow: hidden;
background: #EFECE2;
margin-bottom: 14px;
}
.cp-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.6s ease;
}
.cp-card:hover .cp-card-img img {
transform: scale(1.04);
}
.cp-card-title {
font-size: 14px;
line-height: 1.7;
font-weight: 500;
margin: 0;
text-wrap: balance;
}
@media only screen and (max-width: 767px) {
.cp-row {
grid-template-columns: 1fr;
gap: 24px;
}
.category-pickup {
margin-top: 56px;
}
.cp-section + .cp-section {
margin-top: 48px;
}
} .theme-pickup {
background: #F1F2EC;
margin-top: 80px;
padding: 56px 20px;
}
.tp-inner {
max-width: 1112px;
margin: 0 auto;
}
.tp-head {
display: flex;
align-items: baseline;
gap: 12px;
border-bottom: 1px solid #D9DBCB;
padding-bottom: 14px;
margin-bottom: 28px;
}
.tp-eyebrow {
font-size: 11px;
letter-spacing: 0.14em;
color: #8FA283;
text-transform: uppercase;
font-weight: 600;
}
.tp-label {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.1em;
color: #333333;
flex: 1;
}
.tp-more {
font-size: 12px;
letter-spacing: 0.04em;
color: #6E8261;
text-decoration: none !important;
white-space: nowrap;
}
.tp-more:hover {
color: #4F5D45;
}
.tp-row {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 40px;
}
.tp-card {
display: block;
text-decoration: none !important;
color: #222222;
}
.tp-card-img {
aspect-ratio: 4 / 3;
overflow: hidden;
background: #E4E6DA;
margin-bottom: 14px;
}
.tp-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.6s ease;
}
.tp-card:hover .tp-card-img img {
transform: scale(1.04);
}
.tp-card-title {
font-size: 14px;
line-height: 1.7;
font-weight: 500;
margin: 0;
text-wrap: balance;
}
@media only screen and (max-width: 767px) {
.tp-row {
grid-template-columns: 1fr;
gap: 24px;
}
.theme-pickup {
margin-top: 56px;
padding: 40px 20px;
}
} .sns-links {
font-size: 13px;
letter-spacing: 0.06em;
margin: 48px 0 8px;
}
.sns-links a {
color: #6E8261;
text-decoration: none !important;
}
.sns-links a:hover {
color: #333333;
}
.sns-links-sep {
color: #C9C6B8;
margin: 0 10px;
} .sidebox-new .widget-title {
font-size: 13px;
font-weight: 600;
letter-spacing: 0.12em;
color: #6B6B62;
border-bottom: 1px solid #E4E1D5;
padding-bottom: 12px;
margin-bottom: 20px;
}
.side-recent-list {
list-style: none;
margin: 0;
padding: 0;
}
.side-recent-list li + li {
margin-top: 20px;
}
.side-recent-item {
display: flex;
align-items: center;
gap: 14px;
text-decoration: none !important;
color: #222222;
}
.side-recent-thumb {
flex: 0 0 68px;
width: 68px;
height: 68px;
overflow: hidden;
background: #EFECE2;
}
.side-recent-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.side-recent-title {
font-size: 13px;
line-height: 1.6;
font-weight: 500;
}
.side-recent-item:hover .side-recent-title {
color: #6E8261;
} .side-feature {
display: block;
text-decoration: none !important;
color: #222222;
margin-bottom: 28px;
}
.side-feature-thumb {
display: block;
aspect-ratio: 4 / 3;
overflow: hidden;
background: #EFECE2;
margin-bottom: 12px;
}
.side-feature-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.side-feature-eyebrow {
display: block;
font-size: 10px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: #8FA283;
font-weight: 600;
margin-bottom: 6px;
}
.side-feature-title {
display: block;
font-size: 15px;
line-height: 1.6;
font-weight: 600;
text-wrap: balance;
}
.side-recent-list {
list-style: none;
margin: 0;
padding: 0;
}
.side-recent-item {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 12px;
text-decoration: none !important;
color: #222222;
padding: 14px 0;
border-top: 1px solid #E4E1D5;
}
.side-recent-list li:last-child .side-recent-item {
border-bottom: 1px solid #E4E1D5;
}
.side-recent-title {
font-size: 13px;
line-height: 1.6;
font-weight: 500;
}
.side-recent-date {
font-size: 11px;
color: #A9A497;
font-variant-numeric: tabular-nums;
white-space: nowrap;
}
.side-recent-item:hover .side-recent-title {
color: #6E8261;
} .sidebox-new .widget-title,
.side-recent-item {
border-style: solid !important;
}
.sidebox-new .widget-title {
border-bottom-width: 2px !important;
}
.side-recent-item {
border-top-width: 2px !important;
}
.side-recent-list li:last-child .side-recent-item {
border-bottom-width: 2px !important;
} .sidebox-new .widget-title,
.side-recent-item,
.side-recent-list li:last-child .side-recent-item {
border-color: #D3CFBF !important;
} .sidebox-new .widget-title {
border-bottom: none !important;
margin-bottom: 24px !important;
}
.side-recent-item,
.side-recent-list li:last-child .side-recent-item {
border-top: none !important;
border-bottom: none !important;
padding: 0 !important;
}
.side-recent-list li {
padding-bottom: 18px;
margin-bottom: 18px;
}
.side-recent-list li:not(:last-child) {
border-bottom: 1px solid transparent;
}
.side-recent-list li:last-child {
padding-bottom: 0;
margin-bottom: 0;
} .header-inner {
padding: 20px 0 !important;
}
@media only screen and (min-width: 768px) {
.logo img {
max-height: 190px !important;
width: auto !important;
}
}
@media only screen and (max-width: 767px) {
#header {
height: auto !important;
}
.logo img {
max-height: 56px !important;
width: auto !important;
}
} @media only screen and (min-width: 768px) {
ul.block-three {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 40px 24px !important;
}
}
.item-img {
aspect-ratio: 1 / 1;
position: relative;
}
.item-img img {
width: 100% !important;
height: 100% !important;
object-fit: cover;
position: absolute;
inset: 0;
}
@media only screen and (max-width: 767px) {
ul.block-three {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 24px 16px;
}
} .fc-card-img img,
.cp-card-img img,
.tp-card-img img {
transition: opacity 0.3s ease !important;
transform: none !important;
}
.fc-card:hover .fc-card-img img,
.cp-card:hover .cp-card-img img,
.tp-card:hover .tp-card-img img {
transform: none !important;
opacity: 0.85;
} .home .block-three .item .item-img,
.archive .block-three .item .item-img,
.category .block-three .item .item-img,
.tag .block-three .item .item-img {
aspect-ratio: 1 / 1 !important;
} .img-anime2:hover img {
transform: none !important;
}
.img-anime2 img {
transition: opacity 0.3s ease !important;
}
.img-anime2:hover img {
opacity: 0.85;
} .cp-row,
.tp-row {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 32px 24px !important;
}
.cp-card-img,
.tp-card-img {
aspect-ratio: 1 / 1 !important;
}
@media only screen and (max-width: 767px) {
.cp-row,
.tp-row {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}