@charset "UTF-8";

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/

/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */

/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */

/*
 * PostCSS Assets
 * @author borodean
 * @see    https://github.com/borodean/postcss-assets
 */

/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */

/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/

/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */

/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */

/*
 * PostCSS Assets
 * @author borodean
 * @see    https://github.com/borodean/postcss-assets
 */

/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */

/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/
.post-bottom.widget_editors-pick {
    margin: 40px 0;
}

.post-bottom.widget_editors-pick .load-editors-picks-posts .readmore {
    opacity: 0;
}

.post-bottom.widget_editors-pick .load-editors-picks-posts .single-post {
    opacity: 0;
    transition: opacity 300ms;
}

.post-bottom.widget_editors-pick
.load-editors-picks-posts
.single-post + .single-post {
    margin-top: 36px;
}

.post-bottom.widget_editors-pick
.load-editors-picks-posts
.single-post.in-view {
    opacity: 1;
}

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/

/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */

/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */

/*
 * PostCSS Assets
 * @author borodean
 * @see    https://github.com/borodean/postcss-assets
 */

/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */

/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout writer-list.scss
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/

/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */

/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */

/*
 * PostCSS Assets
 * @author borodean
 * @see    https://github.com/borodean/postcss-assets
 */

/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */

/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */

/*--------------------------------------------------------------
>>> Functions
--------------------------------------------------------------*/
@keyframes chapternav-slidein {

    0% {
        opacity: 0;
    }

    1% {
        -webkit-transform: translateX(160px);
        transform: translateX(160px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeIn {

    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
        display: block;
    }
}
@keyframes fadeIn {

    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
        display: block;
    }
}
@keyframes fadeOut {

    0% {
        opacity: 1;
        display: block;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

/*-------------------------------------------------------------
HTML
--------------------------------------------------------------*/

/*!-------------------------------------------------------------
1.1 html
--------------------------------------------------------------*/

/*-------------------------------------------------------------
Body
--------------------------------------------------------------*/

/*!-------------------------------------------------------------
1.2 Body
--------------------------------------------------------------*/
body {
    min-height: 100vh;
    height: 100%;
    color: #040000;
    font-family:
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    background-image: inline(background.svg);
    background-repeat: repeat-y;
    background-position: center -200px;
    background-size: 100%;
}

body.home {
    background-image: inline(background.svg), inline(background-top.svg);
    background-repeat: repeat-y, no-repeat;
    background-position: center -200px, center 88px;
    background-size: 100%, 100%;
}

@media (max-width: 768px) {

    body {
        zoom: 0.63;
    }
}
@media (max-width: 1024px) {

    body {
        zoom: 0.83;
    }
}

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

/*-------------------------------------------------------------
1.3 Accessibility
--------------------------------------------------------------*/

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

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

/*-----
--------------------------------------------------------
Element
--------------------------------------------------------------*/

/*-----
--------------------------------------------------------
1.4   Element
1.4.1 box-sizing
1.4.2 Link
1.4.3 image
--------------------------------------------------------------*/

/* *** 1.4.1 box-sizing *** */
*,
*:before,
*:after {
    box-sizing: border-box;
}

/* *** 1.4.2 Link *** */
a {
    color: #e83958;
    text-decoration: none;
}

/* *** 1.4.3 image *** */
img {
    max-width: 100%;
    height: auto;
}

/*-----
--------------------------------------------------------
header
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout header.scss
#masthead
.header-inner
--------------------------------------------------------------*/
#masthead {
    top: 0;
    position: sticky;
    transition: background-color 0.5s;
    z-index: 100;
}

#masthead.show {
    background-color: #fff;
    transition: background-color 0.5s;
}

.header-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.site-logo {
    width: 280px;
    height: 63.61px;
}

.site-logo a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-logo img {
    width: 260px;
    height: 53.62px;
}

#header-search-form {
    width: 240px;
    height: 30px;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 70px;
    border: 1px solid #040000;
    padding: 0 10px 0 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% + 5px));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-search-form label {
    width: calc(100% - 10px);
}

#header-search-form input {
    width: 100%;
}

#header-search-form input:focus {
    outline: none;
}

#header-search-form button {
    width: 16px;
    height: 16px;
}

#header-menu-container {
    padding-bottom: 3px;
}

#header-menu {
    width: 100%;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-menu > li {
    position: relative;
}

#header-menu > li:not(:first-child) {
    margin-left: 5px;
}

#header-menu > li[class*="current-"] > a {
    position: relative;
}

#header-menu > li[class*="current-"] > a::after {
    width: calc(100% - 20px);
    height: 3px;
    background: linear-gradient(90deg, #e4004c 0%, #ed8067 99.96%);
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

#header-menu > li:hover .sub-menu {
    max-height: 100vh;
    transition: max-height 0.5s;
    opacity: 1;
}

#header-menu > li:hover > a {
    position: relative;
}

#header-menu > li:hover > a::after {
    width: calc(100% - 20px);
    height: 3px;
    background: linear-gradient(90deg, #e4004c 0%, #ed8067 99.96%);
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

#header-menu > li > a {
    color: #040000;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    padding: 6px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-menu .sub-menu {
    min-width: 144px;
    max-height: 0;
    padding: 27px 14px 14px;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 10px;
    transition: max-height 0.5s, opacity 0.1s 0.5s;
    opacity: 0;
    z-index: 100;
}

#header-menu .sub-menu li {
    width: 100%;
    height: 26px;
    display: block;
}

#header-menu .sub-menu li:not(:first-child) {
    margin-top: 10px;
}

#header-menu .sub-menu li a {
    width: 100%;
    height: 26px;
    color: #040000;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5;
    outline: none;
    margin: 0 auto;
    border: none;
    border-radius: 50px;
    padding: 0;
    background: #fff;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-menu .sub-menu li a:hover {
    color: #fff;
    background: linear-gradient(100.37deg, #ff4e50 0%, #f9d423 100%);
}

#header-menu .sub-menu::after {
    width: 100%;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#breadcrumb-container {
    background-color: rgba(255, 255, 255, 0.6);
}

#breadcrumbs {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    list-style: none;
}

#breadcrumbs li {
    height: 46px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

#breadcrumbs li::after {
    font-size: 0.75rem;
    line-height: 1;
    color: #555;
    margin-left: 10px;
    content: ">";
}

#breadcrumbs li[aria-current] {
    margin-right: 0;
}

#breadcrumbs li[aria-current]::after {
    content: none;
}

#breadcrumbs span {
    color: #666;
    font-size: 0.75rem;
    line-height: 1.5;
}

#breadcrumbs a {
    color: #040000;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5;
}

/*-----
--------------------------------------------------------
Site Content
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout _site-content.scss
--------------------------------------------------------------*/
#site-content {
    width: 100%;
    max-width: 1120px;
    margin: 30px auto 0;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

/*-----
--------------------------------------------------------
Slider
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout slider.scss
--------------------------------------------------------------*/
#slide-container #slide-inner {
    overflow: hidden;
    position: relative;
}

#slide-container .swiper-container {
    width: 800px;
    height: 100%;
    margin-top: 20px;
}

#slide-container .swiper-container {
    overflow: visible;
}

#slide-container .swiper-slide {
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.8);
}

#slide-container .swiper-slide.swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9375);
}

#slide-container
.swiper-slide.swiper-slide:not(.swiper-slide-active)
.entry-date {
    transform: scale(1.0666666667);
}

#slide-container
.swiper-slide.swiper-slide:not(.swiper-slide-active)
.entry-pr {
    transform: scale(1.0666666667);
}

#slide-container .swiper-slide a {
    display: block;
}

#slide-container .swiper-slide .post-thumbnail {
    max-width: 800px;
    height: 450px;
    position: relative;
}

#slide-container .swiper-slide .post-thumbnail span {
    width: 100%;
    height: 100%;
    display: block;
}

#slide-container .swiper-slide .post-thumbnail img,
#slide-container .swiper-slide .post-thumbnail video,
#slide-container .swiper-slide .post-thumbnail iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#slide-container .swiper-slide .slider-content {
    padding: 30px;
}

#slide-container .swiper-slide .entry-title {
    color: #040000;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4166666667;
}
@supports (display: -webkit-box) {

    #slide-container .swiper-slide .entry-title[data-line] {
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }
}

#slide-container .swiper-slide .entry-meta {
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.625rem;
    line-height: 1.4;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

#slide-container .swiper-slide .entry-date {
    font-size: 0.875rem;
    line-height: 1.5714285714;
}

#slide-container .swiper-slide .entry-pr {
    width: 22px;
    height: 13px;
    margin-left: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#slide-container .swiper-slide a:hover .post-thumbnail {
    position: relative;
}

#slide-container .swiper-slide a:hover .post-thumbnail::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#slide-container .swiper-slide a:hover .entry-title {
    color: #666;
}

#slide-container .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin: 0;
    background-image: inline(arrow-circle-left.svg);
    background-size: cover;
    top: 225px;
    left: 50%;
    right: auto;
    transform: translateX(-370px);
}

#slide-container .swiper-button-next {
    width: 40px;
    height: 40px;
    margin: 0;
    background-image: inline(arrow-circle-right.svg);
    background-size: cover;
    top: 225px;
    left: 50%;
    right: auto;
    transform: translateX(330px);
}

/*-----
--------------------------------------------------------
Main inner
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout main-inner.scss
--------------------------------------------------------------*/
#main-inner {
    max-width: 747px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/*-----
--------------------------------------------------------
Archive Header
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout archive-header.scss
--------------------------------------------------------------*/
.archive-header {
    width: 100%;
    margin-bottom: 30px;
}

.search-no-results .archive-header {
    margin-bottom: 0;
}

.author-profile-container + .archive-header {
    margin-top: 78px;
}

.archive-title {
    max-width: 747px;
    color: #040000;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.archive-title span {
    color: #e83958;
}

.archive-description {
    color: #040000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7142857143;
    margin-top: 10px;
}

.archive-description a {
    color: #e83958;
}

.archive-description a:hover {
    text-decoration: underline;
}

/*-----
--------------------------------------------------------
Article Container
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout article-container.scss
--------------------------------------------------------------*/
.article-container {
    display: flex;
    flex-wrap: wrap;
}

/*-----
--------------------------------------------------------
Archive Post
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout archive-post.scss
--------------------------------------------------------------*/
.archive-post {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
}

.archive-post:nth-of-type(n + 4) {
    margin-top: 30px;
}

.archive-post:nth-of-type(3n) {
    margin-right: 0;
}

.archive-post .post-thumbnail {
    width: 233px;
    height: 175px;
    position: relative;
    overflow: hidden;
}

.archive-post .post-thumbnail span:not(.new-mark) {
    width: 100%;
    height: 100%;
    display: block;
}

.archive-post .post-thumbnail span:not(.new-mark) img,
.archive-post .post-thumbnail span:not(.new-mark) video,
.archive-post .post-thumbnail span:not(.new-mark) iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.archive-post .post-thumbnail span.new-mark {
    width: 50px;
    height: 50px;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    color: #040000;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
}

.archive-post .entry-header {
    margin-top: 10px;
}

.archive-post .entry-meta {
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.625rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.archive-post .entry-date {
    line-height: 1.6;
}

.archive-post .entry-pr {
    width: 22px;
    height: 13px;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    margin-left: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive-post .entry-terms {
    margin-left: auto;
}

.archive-post .entry-title {
    color: #040000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5714285714;
    margin-top: 3px;
}
@supports (display: -webkit-box) {

    .archive-post .entry-title[data-line] {
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
    }
}

.archive-post a:hover .post-thumbnail {
    position: relative;
}

.archive-post a:hover .post-thumbnail::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.archive-post a:hover .entry-title {
    color: #666;
}

.author .archive-post a:hover .entry-title {
    color: #e83958;
}

/*-----
--------------------------------------------------------
Infinite Scroll Nav
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout infinite-scroll-nav.scss
--------------------------------------------------------------*/
.infinite-scroll-nav {
    width: 100%;
    margin-top: 30px;
}

.next-posts-link {
    display: none;
}

.button-infinite {
    width: 240px;
    height: 37px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    outline: none;
    margin: 0 auto;
    border: none;
    border-radius: 50px;
    padding: 0;
    background: linear-gradient(100.37deg, #ff4e50 0%, #f9d423 100%);
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-infinite:hover {
    background:
 linear-gradient(100.37deg, rgba(255, 78, 80, 0.8) 0%, rgba(249, 212, 35, 0.8) 100%);
}

/*-----
--------------------------------------------------------
Single Post
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout archive-post.scss
--------------------------------------------------------------*/
.single-post:not(body) {
    width: 100%;
    max-width: 747px;
}

.single-post:not(body) .post-thumbnail span {
    display: flex;
    justify-content: center;
}

.single-post:not(body) .post-thumbnail img {
    display: block;
}

.single-post:not(body) .entry-header {
    margin-top: 20px;
}

.single-post:not(body) .entry-parent-term {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.single-post:not(body) .entry-parent-term a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-post:not(body) .entry-parent-term a:not(:first-child) {
    margin-right: 8px;
}

.single-post:not(body) .entry-parent-term .entry-term {
    color: #e83958;
    font-size: 0.875rem;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-weight: 400;
    line-height: 1.5714285714;
    margin-right: 20px;
}

.single-post:not(body) .entry-parent-term .entry-tag {
    width: auto;
    height: 30px;
    color: #040000;
    font-size: 0.75rem;
    line-height: 1.5;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 10px;
    background-color: #fff;
}

.single-post:not(body) .entry-parent-term .entry-tag::before {
    content: "#";
}

.single-post:not(body) .entry-parent-term .entry-tag:hover {
    color: #fff;
    border-color: #040000;
    background-color: #040000;
}

.single-post:not(body) .entry-parent-term .entry-pr {
    width: 22px;
    height: 13px;
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.625rem;
    line-height: 1.4;
    margin-left: auto;
    border: 1px solid #999;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-post:not(body) .entry-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3125;
    margin-top: 20px;
}

.single-post:not(body) .entry-meta {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-post:not(body) .entry-date {
    color: #666;
    font-size: 0.875rem;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    line-height: 1.5714285714;
    letter-spacing: 0.02em;
}

.single-post:not(body) .post-author a {
    color: #e83958;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-post:not(body) .post-author .avatar {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
}

.single-post:not(body) .post-author .avatar img {
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.single-post:not(body) .entry-content {
    margin-top: 30px;

    /* ブロックスタイル */

    /* ブロックスタイル */

    /* ブロックスタイル */

    /* ブロックスタイル */

    /* ブロックスタイル */
}

.single-post:not(body) .entry-content h1,
.single-post:not(body) .entry-content h2 {
    color: #040000;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.single-post:not(body) .entry-content h1::before,
.single-post:not(body) .entry-content h2::before {
    width: 4px;
    height: 100%;
    background: linear-gradient(0deg, #e4004c 0%, #ed8067 99.97%);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.single-post:not(body) .entry-content h1.is-style-heading-1,
.single-post:not(body) .entry-content h1.is-style-heading-2,
.single-post:not(body) .entry-content h2.is-style-heading-1,
.single-post:not(body) .entry-content h2.is-style-heading-2,
.single-post:not(body) .entry-content h3.is-style-heading-1,
.single-post:not(body) .entry-content h3.is-style-heading-2,
.single-post:not(body) .entry-content h4.is-style-heading-1,
.single-post:not(body) .entry-content h4.is-style-heading-2,
.single-post:not(body) .entry-content h5.is-style-heading-1,
.single-post:not(body) .entry-content h5.is-style-heading-2,
.single-post:not(body) .entry-content h6.is-style-heading-1,
.single-post:not(body) .entry-content h6.is-style-heading-2 {
    color: #040000;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    border: none;
    padding: 0 0 0 20px;
    position: relative;
}

.single-post:not(body) .entry-content h1.is-style-heading-1::before,
.single-post:not(body) .entry-content h1.is-style-heading-2::before,
.single-post:not(body) .entry-content h2.is-style-heading-1::before,
.single-post:not(body) .entry-content h2.is-style-heading-2::before,
.single-post:not(body) .entry-content h3.is-style-heading-1::before,
.single-post:not(body) .entry-content h3.is-style-heading-2::before,
.single-post:not(body) .entry-content h4.is-style-heading-1::before,
.single-post:not(body) .entry-content h4.is-style-heading-2::before,
.single-post:not(body) .entry-content h5.is-style-heading-1::before,
.single-post:not(body) .entry-content h5.is-style-heading-2::before,
.single-post:not(body) .entry-content h6.is-style-heading-1::before,
.single-post:not(body) .entry-content h6.is-style-heading-2::before {
    width: 4px;
    height: 100%;
    background: linear-gradient(0deg, #e4004c 0%, #ed8067 99.97%);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.single-post:not(body) .entry-content h3 {
    color: #040000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    border-bottom: 1px solid #040000;
    padding: 0 0 10px;
}

.single-post:not(body) .entry-content h1.is-style-heading-3,
.single-post:not(body) .entry-content h2.is-style-heading-3,
.single-post:not(body) .entry-content h3.is-style-heading-3,
.single-post:not(body) .entry-content h4.is-style-heading-3,
.single-post:not(body) .entry-content h5.is-style-heading-3,
.single-post:not(body) .entry-content h6.is-style-heading-3 {
    color: #040000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #040000;
    padding: 0 0 10px;
}

.single-post:not(body) .entry-content h1.is-style-heading-3::before,
.single-post:not(body) .entry-content h2.is-style-heading-3::before,
.single-post:not(body) .entry-content h3.is-style-heading-3::before,
.single-post:not(body) .entry-content h4.is-style-heading-3::before,
.single-post:not(body) .entry-content h5.is-style-heading-3::before,
.single-post:not(body) .entry-content h6.is-style-heading-3::before {
    content: none;
}

.single-post:not(body) .entry-content h4 {
    color: #040000;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.single-post:not(body) .entry-content h1.is-style-heading-4,
.single-post:not(body) .entry-content h2.is-style-heading-4,
.single-post:not(body) .entry-content h3.is-style-heading-4,
.single-post:not(body) .entry-content h4.is-style-heading-4,
.single-post:not(body) .entry-content h5.is-style-heading-4,
.single-post:not(body) .entry-content h6.is-style-heading-4 {
    color: #040000;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.single-post:not(body) .entry-content h1.is-style-heading-4::before,
.single-post:not(body) .entry-content h2.is-style-heading-4::before,
.single-post:not(body) .entry-content h3.is-style-heading-4::before,
.single-post:not(body) .entry-content h4.is-style-heading-4::before,
.single-post:not(body) .entry-content h5.is-style-heading-4::before,
.single-post:not(body) .entry-content h6.is-style-heading-4::before {
    content: none;
}

.single-post:not(body) .entry-content h5 {
    color: #e83958;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.single-post:not(body) .entry-content h1.is-style-heading-5,
.single-post:not(body) .entry-content h2.is-style-heading-5,
.single-post:not(body) .entry-content h3.is-style-heading-5,
.single-post:not(body) .entry-content h4.is-style-heading-5,
.single-post:not(body) .entry-content h5.is-style-heading-5,
.single-post:not(body) .entry-content h6.is-style-heading-5 {
    color: #e83958;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.single-post:not(body) .entry-content h1.is-style-heading-5::before,
.single-post:not(body) .entry-content h2.is-style-heading-5::before,
.single-post:not(body) .entry-content h3.is-style-heading-5::before,
.single-post:not(body) .entry-content h4.is-style-heading-5::before,
.single-post:not(body) .entry-content h5.is-style-heading-5::before,
.single-post:not(body) .entry-content h6.is-style-heading-5::before {
    content: none;
}

.single-post:not(body) .entry-content h6 {
    color: #040000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.single-post:not(body) .entry-content h1.is-style-heading-6,
.single-post:not(body) .entry-content h2.is-style-heading-6,
.single-post:not(body) .entry-content h3.is-style-heading-6,
.single-post:not(body) .entry-content h4.is-style-heading-6,
.single-post:not(body) .entry-content h5.is-style-heading-6,
.single-post:not(body) .entry-content h6.is-style-heading-6 {
    color: #040000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.single-post:not(body) .entry-content h1.is-style-heading-6::before,
.single-post:not(body) .entry-content h2.is-style-heading-6::before,
.single-post:not(body) .entry-content h3.is-style-heading-6::before,
.single-post:not(body) .entry-content h4.is-style-heading-6::before,
.single-post:not(body) .entry-content h5.is-style-heading-6::before,
.single-post:not(body) .entry-content h6.is-style-heading-6::before {
    content: none;
}

.single-post:not(body) .entry-content p {
    margin-bottom: 30px;
}

body.search-no-results .single-post:not(body) .entry-content p {
    margin-bottom: 0;
}

.single-post:not(body) .entry-content a {
    color: #e83958;
}

.single-post:not(body) .entry-content a:hover {
    text-decoration: underline;
}

.single-post:not(body) .entry-content ul {
    margin: 0 0 30px 40px;
    padding: 0;
    list-style: none;
}

.single-post:not(body) .entry-content ul ul {
    margin: 5px 0 0 25px;
}

.single-post:not(body) .entry-content ul li {
    margin-top: 5px;
    position: relative;
}

.single-post:not(body) .entry-content ul li:nth-of-type(1) {
    margin-top: 0;
}

.single-post:not(body) .entry-content ul li::before {
    width: 5px;
    height: 5px;
    margin: 10px 15px 0 0;
    border-radius: 100%;
    background-color: #e83958;
    content: "";
    display: block;
    position: absolute;
    left: -20px;
}

.single-post:not(body) .entry-content ol {
    margin: 0 0 30px 40px;
    padding: 0;
    list-style: none;
    counter-reset: decimal;
}

.single-post:not(body) .entry-content ol ol {
    margin: 5px 0 0 23px;
}

.single-post:not(body) .entry-content ol li {
    margin-top: 5px;
    position: relative;
    counter-increment: decimal;
}

.single-post:not(body) .entry-content ol li:nth-of-type(1) {
    margin-top: 0;
}

.single-post:not(body) .entry-content ol li::before {
    color: #e83958;
    font-weight: 500;
    margin-right: 15px;
    content: counter(decimal) ".";
    display: block;
    position: absolute;
    left: -20px;
}

.single-post:not(body) .entry-content table {
    border: 1px solid #aaa;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.single-post:not(body) .entry-content table thead th {
    text-align-last: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #040000;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background-color: #f2f2f2;
}

.single-post:not(body) .entry-content table tbody tr td {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #040000;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background-color: #fff;
}

.single-post:not(body) .entry-content table tbody tr td:nth-of-type(1) {
    background-color: #f2f2f2;
    white-space: nowrap;
}

.single-post:not(body) .entry-content table tbody tr td:nth-of-type(n + 2) {
    background-color: #fff;
}

.single-post:not(body) .entry-content table tbody tr th {
    text-align-last: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #040000;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background-color: #f2f2f2;
}

.single-post:not(body) .entry-content table tbody tr th + td:nth-of-type(1) {
    background-color: #fff;
}

.single-post:not(body) .entry-content blockquote {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-bottom: 40px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.single-post:not(body) .entry-content blockquote > * {
    margin-bottom: 10px;
    display: block;
}

.single-post:not(body) .entry-content blockquote.wp-block-quote {
    border: none;
}

.single-post:not(body) .entry-content strong {
    font-weight: 700;
}

.single-post:not(body) .entry-content figure {
    max-width: 100%;
    margin-bottom: 20px;
}

.single-post:not(body) .entry-content figure.alignleft {
    margin-right: auto;
}

.single-post:not(body) .entry-content figure.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.single-post:not(body) .entry-content figure.alignright {
    margin-left: auto;
}

.single-post:not(body) .entry-content figure img {
    display: block;
}

.single-post:not(body) .entry-content figure .wp-caption-text {
    color: #666;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 8px;
}

.single-post:not(body) .entry-content img {
    margin-top: 20px;
    display: block;
}

.single-post:not(body) .entry-content img.alignleft {
    margin-right: auto;
}

.single-post:not(body) .entry-content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.single-post:not(body) .entry-content img.alignright {
    margin-left: auto;
}

.single-post:not(body) .entry-content iframe[src*="facebook.com"] {
    display: block;
    margin: 0 auto 20px;
}

.single-post:not(body) .entry-content .responsive-embeds {
    display: flex;
    justify-content: center;
    position: relative;
}

.single-post:not(body) .entry-content .responsive-embeds iframe {
    width: 100% !important;
}

.single-post:not(body)
.entry-content
.responsive-embeds
iframe.wp-embedded-content {
    max-width: 600px;
}

.single-post:not(body) .entry-content .responsive-embeds.youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.single-post:not(body) .entry-content .responsive-embeds.youtube:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.single-post:not(body) .entry-content .responsive-embeds.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.single-post:not(body) .entry-content .wp-block-embed__wrapper blockquote {
    padding: 0;
    display: flex;
    justify-content: center;
}

.single-post:not(body) .entry-content .together-post-box {
    margin-bottom: 24px;
}

.single-post:not(body) .entry-content .together-post-box h2 {
    height: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    border: none;
    padding: 0 4px;
    background-color: #040000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.single-post:not(body) .entry-content .together-post-box ul {
    margin: 0;
    border: 1px solid #040000;
    padding: 24px 24px 24px 44px;
}

.single-post:not(body) .entry-content .together-post-box a {
    color: #040000;
}

.single-post:not(body) .entry-content .together-post-box a:hover {
    color: #e32202;
    text-decoration: none;
}

.single-post:not(body) .entry-content .page-link-box {
    text-align: center;
    margin-top: 30px;
}

.single-post:not(body) .entry-content .page-link-box .custom-page-links {
    text-align: center;
    display: inline-block;
}

.single-post:not(body)
.entry-content
.page-link-box
.custom-page-links
.before-text {
    font-family:
        "IBM Plex Sans",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5714285714;
    letter-spacing: 0.02em;
    display: block;
}

.single-post:not(body) .entry-content .page-link-box .custom-page-links a {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.single-post:not(body) .entry-content .page-link-box .page-links {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-post:not(body) .entry-content .page-link-box .page-links li {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.single-post:not(body) .entry-content .page-link-box .page-links li a,
.single-post:not(body) .entry-content .page-link-box .page-links li span {
    width: 40px;
    height: 40px;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-post:not(body) .entry-content .page-link-box .page-links li a {
    color: #e83958;
    border: 1px solid #fff;
    background-color: #fff;
    text-decoration: none;
}

.single-post:not(body) .entry-content .page-link-box .page-links li a:hover {
    color: #fff;
    border: 1px solid #e83958;
    background-color: #e83958;
}

.single-post:not(body) .entry-content .page-link-box .page-links li span {
    color: #fff;
    border: 1px solid #e83958;
    background-color: #e83958;
}

.single-post:not(body) .entry-content .page-link-box .page-links li::before {
    content: none;
}

.single-post:not(body)
.entry-content
.wp-block-create-block-bbear-writer-profile {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
}

.single-post:not(body) .entry-content .author-profile-header {
    display: flex;
    align-items: center;
}

.single-post:not(body) .entry-content .author-profile-avatar {
    width: 76px;
    height: 76px;
    overflow: hidden;
}

.single-post:not(body) .entry-content .author-profile-avatar img {
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.single-post:not(body) .entry-content .author-profile-name {
    color: #e83958;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.single-post:not(body) .entry-content .writer-attribute {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    letter-spacing: -0.015em;
}

.single-post:not(body) .entry-content .writer-attribute::before {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.015em;
    color: #d6d6d6;
    margin: 0 10px;
    content: "/";
}

.single-post:not(body) .entry-content .author-profile-content {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7142857143;
    margin-top: 10px;
}

.single-post:not(body) .entry-content .author-profile-content p {
    margin-bottom: 0;
}

.single-post:not(body)
.entry-content
.author-profile-content
p:not(:first-child) {
    margin-top: 20px;
}

.single-post:not(body) .entry-content .author-profile-content a {
    color: #e83958;
}

.single-post:not(body) .entry-content .author-profile-content a:hover {
    text-decoration: underline;
}

.single-post:not(body) .entry-content .button-writer-archive {
    max-width: 240px;
    width: 100%;
    height: 41px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    outline: none;
    margin: 0 0 0 auto;
    border: none;
    border-radius: 50px;
    padding: 0;
    background: linear-gradient(100.37deg, #ff4e50 0%, #f9d423 100%);
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-post:not(body) .entry-content .button-writer-archive:hover {
    background:
 linear-gradient(100.37deg, rgba(255, 78, 80, 0.8) 0%, rgba(249, 212, 35, 0.8) 100%);
    text-decoration: none;
}

/*-----
--------------------------------------------------------
Page Post
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout page-post.scss
--------------------------------------------------------------*/
.page-post,
.error404-content {
    width: 100%;
    max-width: 747px;
}

.page-post .entry-title,
.error404-content .entry-title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.5;
}

.page-post .entry-content,
.error404-content .entry-content {
    margin-top: 10px;

    /* ブロックスタイル */

    /* ブロックスタイル */

    /* ブロックスタイル */

    /* ブロックスタイル */

    /* ブロックスタイル */
}

.page-post .entry-content h1,
.page-post .entry-content h2,
.error404-content .entry-content h1,
.error404-content .entry-content h2 {
    color: #040000;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.page-post .entry-content h1::before,
.page-post .entry-content h2::before,
.error404-content .entry-content h1::before,
.error404-content .entry-content h2::before {
    width: 4px;
    height: 100%;
    background: linear-gradient(0deg, #e4004c 0%, #ed8067 99.97%);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.page-post .entry-content h1.is-style-heading-1,
.page-post .entry-content h1.is-style-heading-2,
.page-post .entry-content h2.is-style-heading-1,
.page-post .entry-content h2.is-style-heading-2,
.page-post .entry-content h3.is-style-heading-1,
.page-post .entry-content h3.is-style-heading-2,
.page-post .entry-content h4.is-style-heading-1,
.page-post .entry-content h4.is-style-heading-2,
.page-post .entry-content h5.is-style-heading-1,
.page-post .entry-content h5.is-style-heading-2,
.page-post .entry-content h6.is-style-heading-1,
.page-post .entry-content h6.is-style-heading-2,
.error404-content .entry-content h1.is-style-heading-1,
.error404-content .entry-content h1.is-style-heading-2,
.error404-content .entry-content h2.is-style-heading-1,
.error404-content .entry-content h2.is-style-heading-2,
.error404-content .entry-content h3.is-style-heading-1,
.error404-content .entry-content h3.is-style-heading-2,
.error404-content .entry-content h4.is-style-heading-1,
.error404-content .entry-content h4.is-style-heading-2,
.error404-content .entry-content h5.is-style-heading-1,
.error404-content .entry-content h5.is-style-heading-2,
.error404-content .entry-content h6.is-style-heading-1,
.error404-content .entry-content h6.is-style-heading-2 {
    color: #040000;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    border: none;
    padding: 0 0 0 20px;
    position: relative;
}

.page-post .entry-content h1.is-style-heading-1::before,
.page-post .entry-content h1.is-style-heading-2::before,
.page-post .entry-content h2.is-style-heading-1::before,
.page-post .entry-content h2.is-style-heading-2::before,
.page-post .entry-content h3.is-style-heading-1::before,
.page-post .entry-content h3.is-style-heading-2::before,
.page-post .entry-content h4.is-style-heading-1::before,
.page-post .entry-content h4.is-style-heading-2::before,
.page-post .entry-content h5.is-style-heading-1::before,
.page-post .entry-content h5.is-style-heading-2::before,
.page-post .entry-content h6.is-style-heading-1::before,
.page-post .entry-content h6.is-style-heading-2::before,
.error404-content .entry-content h1.is-style-heading-1::before,
.error404-content .entry-content h1.is-style-heading-2::before,
.error404-content .entry-content h2.is-style-heading-1::before,
.error404-content .entry-content h2.is-style-heading-2::before,
.error404-content .entry-content h3.is-style-heading-1::before,
.error404-content .entry-content h3.is-style-heading-2::before,
.error404-content .entry-content h4.is-style-heading-1::before,
.error404-content .entry-content h4.is-style-heading-2::before,
.error404-content .entry-content h5.is-style-heading-1::before,
.error404-content .entry-content h5.is-style-heading-2::before,
.error404-content .entry-content h6.is-style-heading-1::before,
.error404-content .entry-content h6.is-style-heading-2::before {
    width: 4px;
    height: 100%;
    background: linear-gradient(0deg, #e4004c 0%, #ed8067 99.97%);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.page-post .entry-content h3,
.error404-content .entry-content h3 {
    color: #040000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    border-bottom: 1px solid #040000;
    padding: 0 0 10px;
}

.page-post .entry-content h1.is-style-heading-3,
.page-post .entry-content h2.is-style-heading-3,
.page-post .entry-content h3.is-style-heading-3,
.page-post .entry-content h4.is-style-heading-3,
.page-post .entry-content h5.is-style-heading-3,
.page-post .entry-content h6.is-style-heading-3,
.error404-content .entry-content h1.is-style-heading-3,
.error404-content .entry-content h2.is-style-heading-3,
.error404-content .entry-content h3.is-style-heading-3,
.error404-content .entry-content h4.is-style-heading-3,
.error404-content .entry-content h5.is-style-heading-3,
.error404-content .entry-content h6.is-style-heading-3 {
    color: #040000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #040000;
    padding: 0 0 10px;
}

.page-post .entry-content h1.is-style-heading-3::before,
.page-post .entry-content h2.is-style-heading-3::before,
.page-post .entry-content h3.is-style-heading-3::before,
.page-post .entry-content h4.is-style-heading-3::before,
.page-post .entry-content h5.is-style-heading-3::before,
.page-post .entry-content h6.is-style-heading-3::before,
.error404-content .entry-content h1.is-style-heading-3::before,
.error404-content .entry-content h2.is-style-heading-3::before,
.error404-content .entry-content h3.is-style-heading-3::before,
.error404-content .entry-content h4.is-style-heading-3::before,
.error404-content .entry-content h5.is-style-heading-3::before,
.error404-content .entry-content h6.is-style-heading-3::before {
    content: none;
}

.page-post .entry-content h4,
.error404-content .entry-content h4 {
    color: #040000;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.page-post .entry-content h1.is-style-heading-4,
.page-post .entry-content h2.is-style-heading-4,
.page-post .entry-content h3.is-style-heading-4,
.page-post .entry-content h4.is-style-heading-4,
.page-post .entry-content h5.is-style-heading-4,
.page-post .entry-content h6.is-style-heading-4,
.error404-content .entry-content h1.is-style-heading-4,
.error404-content .entry-content h2.is-style-heading-4,
.error404-content .entry-content h3.is-style-heading-4,
.error404-content .entry-content h4.is-style-heading-4,
.error404-content .entry-content h5.is-style-heading-4,
.error404-content .entry-content h6.is-style-heading-4 {
    color: #040000;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.page-post .entry-content h1.is-style-heading-4::before,
.page-post .entry-content h2.is-style-heading-4::before,
.page-post .entry-content h3.is-style-heading-4::before,
.page-post .entry-content h4.is-style-heading-4::before,
.page-post .entry-content h5.is-style-heading-4::before,
.page-post .entry-content h6.is-style-heading-4::before,
.error404-content .entry-content h1.is-style-heading-4::before,
.error404-content .entry-content h2.is-style-heading-4::before,
.error404-content .entry-content h3.is-style-heading-4::before,
.error404-content .entry-content h4.is-style-heading-4::before,
.error404-content .entry-content h5.is-style-heading-4::before,
.error404-content .entry-content h6.is-style-heading-4::before {
    content: none;
}

.page-post .entry-content h5,
.error404-content .entry-content h5 {
    color: #e83958;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.page-post .entry-content h1.is-style-heading-5,
.page-post .entry-content h2.is-style-heading-5,
.page-post .entry-content h3.is-style-heading-5,
.page-post .entry-content h4.is-style-heading-5,
.page-post .entry-content h5.is-style-heading-5,
.page-post .entry-content h6.is-style-heading-5,
.error404-content .entry-content h1.is-style-heading-5,
.error404-content .entry-content h2.is-style-heading-5,
.error404-content .entry-content h3.is-style-heading-5,
.error404-content .entry-content h4.is-style-heading-5,
.error404-content .entry-content h5.is-style-heading-5,
.error404-content .entry-content h6.is-style-heading-5 {
    color: #e83958;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.page-post .entry-content h1.is-style-heading-5::before,
.page-post .entry-content h2.is-style-heading-5::before,
.page-post .entry-content h3.is-style-heading-5::before,
.page-post .entry-content h4.is-style-heading-5::before,
.page-post .entry-content h5.is-style-heading-5::before,
.page-post .entry-content h6.is-style-heading-5::before,
.error404-content .entry-content h1.is-style-heading-5::before,
.error404-content .entry-content h2.is-style-heading-5::before,
.error404-content .entry-content h3.is-style-heading-5::before,
.error404-content .entry-content h4.is-style-heading-5::before,
.error404-content .entry-content h5.is-style-heading-5::before,
.error404-content .entry-content h6.is-style-heading-5::before {
    content: none;
}

.page-post .entry-content h6,
.error404-content .entry-content h6 {
    color: #040000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.page-post .entry-content h1.is-style-heading-6,
.page-post .entry-content h2.is-style-heading-6,
.page-post .entry-content h3.is-style-heading-6,
.page-post .entry-content h4.is-style-heading-6,
.page-post .entry-content h5.is-style-heading-6,
.page-post .entry-content h6.is-style-heading-6,
.error404-content .entry-content h1.is-style-heading-6,
.error404-content .entry-content h2.is-style-heading-6,
.error404-content .entry-content h3.is-style-heading-6,
.error404-content .entry-content h4.is-style-heading-6,
.error404-content .entry-content h5.is-style-heading-6,
.error404-content .entry-content h6.is-style-heading-6 {
    color: #040000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.page-post .entry-content h1.is-style-heading-6::before,
.page-post .entry-content h2.is-style-heading-6::before,
.page-post .entry-content h3.is-style-heading-6::before,
.page-post .entry-content h4.is-style-heading-6::before,
.page-post .entry-content h5.is-style-heading-6::before,
.page-post .entry-content h6.is-style-heading-6::before,
.error404-content .entry-content h1.is-style-heading-6::before,
.error404-content .entry-content h2.is-style-heading-6::before,
.error404-content .entry-content h3.is-style-heading-6::before,
.error404-content .entry-content h4.is-style-heading-6::before,
.error404-content .entry-content h5.is-style-heading-6::before,
.error404-content .entry-content h6.is-style-heading-6::before {
    content: none;
}

.page-post .entry-content p,
.error404-content .entry-content p {
    margin-bottom: 30px;
}

body.search-no-results .page-post .entry-content p,
body.search-no-results .error404-content .entry-content p {
    margin-bottom: 0;
}

.page-post .entry-content a,
.error404-content .entry-content a {
    color: #e83958;
}

.page-post .entry-content a:hover,
.error404-content .entry-content a:hover {
    text-decoration: underline;
}

.page-post .entry-content ul,
.error404-content .entry-content ul {
    margin: 0 0 30px 40px;
    padding: 0;
    list-style: none;
}

.page-post .entry-content ul ul,
.error404-content .entry-content ul ul {
    margin: 5px 0 0 25px;
}

.page-post .entry-content ul li,
.error404-content .entry-content ul li {
    margin-top: 5px;
    position: relative;
}

.page-post .entry-content ul li:nth-of-type(1),
.error404-content .entry-content ul li:nth-of-type(1) {
    margin-top: 0;
}

.page-post .entry-content ul li::before,
.error404-content .entry-content ul li::before {
    width: 5px;
    height: 5px;
    margin: 10px 15px 0 0;
    border-radius: 100%;
    background-color: #e83958;
    content: "";
    display: block;
    position: absolute;
    left: -20px;
}

.page-post .entry-content ol,
.error404-content .entry-content ol {
    margin: 0 0 30px 40px;
    padding: 0;
    list-style: none;
    counter-reset: decimal;
}

.page-post .entry-content ol ol,
.error404-content .entry-content ol ol {
    margin: 5px 0 0 23px;
}

.page-post .entry-content ol li,
.error404-content .entry-content ol li {
    margin-top: 5px;
    position: relative;
    counter-increment: decimal;
}

.page-post .entry-content ol li:nth-of-type(1),
.error404-content .entry-content ol li:nth-of-type(1) {
    margin-top: 0;
}

.page-post .entry-content ol li::before,
.error404-content .entry-content ol li::before {
    color: #e83958;
    font-weight: 500;
    margin-right: 15px;
    content: counter(decimal) ".";
    display: block;
    position: absolute;
    left: -20px;
}

.page-post .entry-content table,
.error404-content .entry-content table {
    border: 1px solid #aaa;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.page-post .entry-content table thead th,
.error404-content .entry-content table thead th {
    text-align-last: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #040000;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background-color: #f2f2f2;
}

.page-post .entry-content table tbody tr td,
.error404-content .entry-content table tbody tr td {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #040000;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background-color: #fff;
}

.page-post .entry-content table tbody tr td:nth-of-type(1),
.error404-content .entry-content table tbody tr td:nth-of-type(1) {
    background-color: #f2f2f2;
    white-space: nowrap;
}

.page-post .entry-content table tbody tr td:nth-of-type(n + 2),
.error404-content .entry-content table tbody tr td:nth-of-type(n + 2) {
    background-color: #fff;
}

.page-post .entry-content table tbody tr th,
.error404-content .entry-content table tbody tr th {
    text-align-last: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #040000;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background-color: #f2f2f2;
}

.page-post .entry-content table tbody tr th + td:nth-of-type(1),
.error404-content .entry-content table tbody tr th + td:nth-of-type(1) {
    background-color: #fff;
}

.page-post .entry-content blockquote,
.error404-content .entry-content blockquote {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-bottom: 40px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.page-post .entry-content blockquote > *,
.error404-content .entry-content blockquote > * {
    margin-bottom: 10px;
    display: block;
}

.page-post .entry-content blockquote.wp-block-quote,
.error404-content .entry-content blockquote.wp-block-quote {
    border: none;
}

.page-post .entry-content strong,
.error404-content .entry-content strong {
    font-weight: 700;
}

.page-post .entry-content figure,
.error404-content .entry-content figure {
    max-width: 100%;
    margin-bottom: 20px;
}

.page-post .entry-content figure.alignleft,
.error404-content .entry-content figure.alignleft {
    margin-right: auto;
}

.page-post .entry-content figure.aligncenter,
.error404-content .entry-content figure.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.page-post .entry-content figure.alignright,
.error404-content .entry-content figure.alignright {
    margin-left: auto;
}

.page-post .entry-content figure img,
.error404-content .entry-content figure img {
    display: block;
}

.page-post .entry-content figure .wp-caption-text,
.error404-content .entry-content figure .wp-caption-text {
    color: #666;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 8px;
}

.page-post .entry-content img,
.error404-content .entry-content img {
    margin-top: 20px;
    display: block;
}

.page-post .entry-content img.alignleft,
.error404-content .entry-content img.alignleft {
    margin-right: auto;
}

.page-post .entry-content img.aligncenter,
.error404-content .entry-content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.page-post .entry-content img.alignright,
.error404-content .entry-content img.alignright {
    margin-left: auto;
}

.page-post .entry-content iframe[src*="facebook.com"],
.error404-content .entry-content iframe[src*="facebook.com"] {
    display: block;
    margin: 0 auto 20px;
}

.page-post .entry-content .responsive-embeds,
.error404-content .entry-content .responsive-embeds {
    display: flex;
    justify-content: center;
    position: relative;
}

.page-post .entry-content .responsive-embeds iframe,
.error404-content .entry-content .responsive-embeds iframe {
    width: 100% !important;
}

.page-post .entry-content .responsive-embeds iframe.wp-embedded-content,
.error404-content .entry-content .responsive-embeds iframe.wp-embedded-content {
    max-width: 600px;
}

.page-post .entry-content .responsive-embeds.youtube,
.error404-content .entry-content .responsive-embeds.youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-post .entry-content .responsive-embeds.youtube:before,
.error404-content .entry-content .responsive-embeds.youtube:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.page-post .entry-content .responsive-embeds.youtube iframe,
.error404-content .entry-content .responsive-embeds.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.page-post .entry-content .wp-block-embed__wrapper blockquote,
.error404-content .entry-content .wp-block-embed__wrapper blockquote {
    padding: 0;
    display: flex;
    justify-content: center;
}

.page-post .entry-content .together-post-box,
.error404-content .entry-content .together-post-box {
    margin-bottom: 24px;
}

.page-post .entry-content .together-post-box h2,
.error404-content .entry-content .together-post-box h2 {
    height: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    border: none;
    padding: 0 4px;
    background-color: #040000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.page-post .entry-content .together-post-box ul,
.error404-content .entry-content .together-post-box ul {
    margin: 0;
    border: 1px solid #040000;
    padding: 24px 24px 24px 44px;
}

.page-post .entry-content .together-post-box a,
.error404-content .entry-content .together-post-box a {
    color: #040000;
}

.page-post .entry-content .together-post-box a:hover,
.error404-content .entry-content .together-post-box a:hover {
    color: #e32202;
    text-decoration: none;
}

.page-post .entry-content .page-link-box,
.error404-content .entry-content .page-link-box {
    text-align: center;
    margin-top: 30px;
}

.page-post .entry-content .page-link-box .custom-page-links,
.error404-content .entry-content .page-link-box .custom-page-links {
    text-align: center;
    display: inline-block;
}

.page-post .entry-content .page-link-box .custom-page-links .before-text,
.error404-content
.entry-content
.page-link-box
.custom-page-links
.before-text {
    font-family:
        "IBM Plex Sans",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5714285714;
    letter-spacing: 0.02em;
    display: block;
}

.page-post .entry-content .page-link-box .custom-page-links a,
.error404-content .entry-content .page-link-box .custom-page-links a {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.page-post .entry-content .page-link-box .page-links,
.error404-content .entry-content .page-link-box .page-links {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-post .entry-content .page-link-box .page-links li,
.error404-content .entry-content .page-link-box .page-links li {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.page-post .entry-content .page-link-box .page-links li a,
.page-post .entry-content .page-link-box .page-links li span,
.error404-content .entry-content .page-link-box .page-links li a,
.error404-content .entry-content .page-link-box .page-links li span {
    width: 40px;
    height: 40px;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-post .entry-content .page-link-box .page-links li a,
.error404-content .entry-content .page-link-box .page-links li a {
    color: #e83958;
    border: 1px solid #fff;
    background-color: #fff;
    text-decoration: none;
}

.page-post .entry-content .page-link-box .page-links li a:hover,
.error404-content .entry-content .page-link-box .page-links li a:hover {
    color: #fff;
    border: 1px solid #e83958;
    background-color: #e83958;
}

.page-post .entry-content .page-link-box .page-links li span,
.error404-content .entry-content .page-link-box .page-links li span {
    color: #fff;
    border: 1px solid #e83958;
    background-color: #e83958;
}

.page-post .entry-content .page-link-box .page-links li::before,
.error404-content .entry-content .page-link-box .page-links li::before {
    content: none;
}

.page-post .entry-content .writer-list-container,
.error404-content .entry-content .writer-list-container {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
}

.page-post .entry-content .writer-list-inner,
.error404-content .entry-content .writer-list-inner {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.page-post .entry-content .writer-list-item,
.error404-content .entry-content .writer-list-item {
    width: calc((100% - 31px) / 2);
    margin-top: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page-post .entry-content .writer-list-item:nth-of-type(n + 3),
.error404-content .entry-content .writer-list-item:nth-of-type(n + 3) {
    margin-top: 30px;
}

.page-post .entry-content .writer-list-item:nth-of-type(even),
.error404-content .entry-content .writer-list-item:nth-of-type(even) {
    margin-left: 31px;
}

.page-post .entry-content .writer-list-item::before,
.error404-content .entry-content .writer-list-item::before {
    content: none;
}

.page-post .entry-content .writer-list-item > a,
.error404-content .entry-content .writer-list-item > a {
    text-decoration: none;
    padding-right: 27px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.page-post .entry-content .writer-list-item > a:hover,
.error404-content .entry-content .writer-list-item > a:hover {
    text-decoration: none;
}

.page-post .entry-content .writer-list-item > a:hover .writer-photo-crop,
.error404-content
.entry-content
.writer-list-item > a:hover
.writer-photo-crop {
    position: relative;
}

.page-post
.entry-content
.writer-list-item > a:hover
.writer-photo-crop::before,
.error404-content
.entry-content
.writer-list-item > a:hover
.writer-photo-crop::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-post .entry-content .writer-list-item > a:hover .writer-name,
.error404-content .entry-content .writer-list-item > a:hover .writer-name {
    text-decoration: underline;
}

.page-post .entry-content .writer-list-item > a::after,
.error404-content .entry-content .writer-list-item > a::after {
    width: 10px;
    height: 14px;
    margin: 0;
    position: absolute;
    top: 45px;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    content: inline(chevron-right.svg);
}

.page-post .entry-content .writer-photo,
.error404-content .entry-content .writer-photo {
    width: 96px;
    height: 96px;
    overflow: hidden;
}

.page-post .entry-content .writer-photo-crop img,
.error404-content .entry-content .writer-photo-crop img {
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.page-post .entry-content .writer-text,
.error404-content .entry-content .writer-text {
    width: calc(100% - 20px - 96px);
}

.page-post .entry-content .writer-name,
.error404-content .entry-content .writer-name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #e83958;
}

.page-post .entry-content .writer-type,
.error404-content .entry-content .writer-type {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.015em;
    color: #040000;
}

.page-post .entry-content .writer-desc,
.error404-content .entry-content .writer-desc {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3333333333;
    color: #040000;
    margin-top: 10px;
}
@supports (display: -webkit-box) {

    .page-post .entry-content .writer-desc,
    .error404-content .entry-content .writer-desc {
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4;
    }
}

.page-post .entry-content .swiper-pagination-container,
.error404-content .entry-content .swiper-pagination-container {
    display: none;
}

.page-post .entry-content > *:last-child,
.error404-content .entry-content > *:last-child {
    margin-bottom: 0;
}

.page-post .entry-footer,
.error404-content .entry-footer {
    margin-top: 36px;
}

.page-post .entry-footer .button-to-top,
.error404-content .entry-footer .button-to-top {
    width: 240px;
    height: 37px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    outline: none;
    margin: 0 auto;
    border: none;
    border-radius: 50px;
    padding: 0;
    background: linear-gradient(100.37deg, #ff4e50 0%, #f9d423 100%);
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-post .entry-footer .button-to-top:hover,
.error404-content .entry-footer .button-to-top:hover {
    background:
 linear-gradient(100.37deg, rgba(255, 78, 80, 0.8) 0%, rgba(249, 212, 35, 0.8) 100%);
}

/*-----
--------------------------------------------------------
Main Widget
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout archive-post.scss
--------------------------------------------------------------*/
#single-widget,
#archive-widget {
    width: 100%;
}

#single-widget .widget,
#archive-widget .widget {
    margin-top: 50px;
}

#single-widget .widget-title,
#archive-widget .widget-title {
    width: 100%;
    font-size: 1.125rem;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-weight: 700;
    line-height: 1.5555555556;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

#single-widget .widget-title:first-letter,
#archive-widget .widget-title:first-letter {
    color: #e83958;
}

#single-widget .widget-title .editors-pick-pr,
#archive-widget .widget-title .editors-pick-pr {
    width: 22px;
    height: 13px;
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1.4;
    margin-left: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-3px);
}

#single-widget .widget_editors-pick,
#archive-widget .widget_editors-pick {
    max-width: 747px;
    width: 100%;
}

#single-widget .widget_editors-pick .editors-picks-pickup,
#archive-widget .widget_editors-pick .editors-picks-pickup {
    padding: 26px;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-wrap: wrap;
}

#single-widget .widget_editors-pick .pickup-post,
#archive-widget .widget_editors-pick .pickup-post {
    width: calc((100% - 72px) / 4);
    margin-right: 24px;
}

#single-widget .widget_editors-pick .pickup-post:nth-of-type(n + 5),
#archive-widget .widget_editors-pick .pickup-post:nth-of-type(n + 5) {
    margin-top: 24px;
}

#single-widget .widget_editors-pick .pickup-post:nth-of-type(4n),
#archive-widget .widget_editors-pick .pickup-post:nth-of-type(4n) {
    margin-right: 0;
}

#single-widget .widget_editors-pick .pickup-post a,
#archive-widget .widget_editors-pick .pickup-post a {
    display: block;
}

#single-widget .widget_editors-pick a > .post-thumbnail,
#archive-widget .widget_editors-pick a > .post-thumbnail {
    width: 156px;
    height: 118px;
    position: relative;
    overflow: hidden;
}

#single-widget .widget_editors-pick a > .post-thumbnail span:not(.new-mark),
#archive-widget .widget_editors-pick a > .post-thumbnail span:not(.new-mark) {
    width: 100%;
    height: 100%;
    display: block;
}

#single-widget .widget_editors-pick a > .post-thumbnail span:not(.new-mark) img,
#single-widget
.widget_editors-pick
a > .post-thumbnail
span:not(.new-mark)
video,
#single-widget
.widget_editors-pick
a > .post-thumbnail
span:not(.new-mark)
iframe,
#archive-widget
.widget_editors-pick
a > .post-thumbnail
span:not(.new-mark)
img,
#archive-widget
.widget_editors-pick
a > .post-thumbnail
span:not(.new-mark)
video,
#archive-widget
.widget_editors-pick
a > .post-thumbnail
span:not(.new-mark)
iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#single-widget .widget_editors-pick a > .post-thumbnail span.new-mark,
#archive-widget .widget_editors-pick a > .post-thumbnail span.new-mark {
    width: 50px;
    height: 50px;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    color: #040000;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
}

#single-widget .widget_editors-pick a > .entry-header,
#archive-widget .widget_editors-pick a > .entry-header {
    margin-top: 10px;
}

#single-widget .widget_editors-pick a > .entry-header .entry-meta,
#archive-widget .widget_editors-pick a > .entry-header .entry-meta {
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    color: #aaa;
    font-size: 0.625rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

#single-widget .widget_editors-pick a > .entry-header .entry-date,
#archive-widget .widget_editors-pick a > .entry-header .entry-date {
    line-height: 1.6;
}

#single-widget .widget_editors-pick a > .entry-header .entry-pr,
#archive-widget .widget_editors-pick a > .entry-header .entry-pr {
    width: 22px;
    height: 13px;
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    margin-left: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#single-widget .widget_editors-pick a > .entry-header .entry-terms,
#archive-widget .widget_editors-pick a > .entry-header .entry-terms {
    margin-left: auto;
}

#single-widget .widget_editors-pick a > .entry-header .entry-title,
#archive-widget .widget_editors-pick a > .entry-header .entry-title {
    color: #040000;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 3px;
}
@supports (display: -webkit-box) {

    #single-widget
    .widget_editors-pick
    a > .entry-header
    .entry-title[data-line],
    #archive-widget
    .widget_editors-pick
    a > .entry-header
    .entry-title[data-line] {
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }
}

#single-widget .widget_editors-pick a:hover > .post-thumbnail,
#archive-widget .widget_editors-pick a:hover > .post-thumbnail {
    position: relative;
}

#single-widget .widget_editors-pick a:hover > .post-thumbnail::before,
#archive-widget .widget_editors-pick a:hover > .post-thumbnail::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#single-widget .widget_editors-pick a:hover > .entry-header .entry-title,
#archive-widget .widget_editors-pick a:hover > .entry-header .entry-title {
    color: #666;
}

#single-widget .widget_writer-widget,
#archive-widget .widget_writer-widget {
    width: 747px;
}

#single-widget .writer-list-container,
#archive-widget .writer-list-container {
    position: relative;
}

#single-widget .writer-list-wrap,
#archive-widget .writer-list-wrap {
    width: 667px;
    margin: 0 auto;
    overflow: hidden;
}

#single-widget .writer-list,
#archive-widget .writer-list {
    width: 90px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#single-widget .writer-list-inner,
#archive-widget .writer-list-inner {
    display: flex;
    height: 100%;
    list-style: none;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}

#single-widget .writer-list-item,
#archive-widget .writer-list-item {
    width: 90px;
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}

#single-widget .writer-list-item a,
#archive-widget .writer-list-item a {
    color: #040000;
    display: block;
}

#single-widget .writer-list-item a:hover,
#archive-widget .writer-list-item a:hover {
    color: #999;
}

#single-widget .writer-list-item a:hover .writer-photo-crop,
#archive-widget .writer-list-item a:hover .writer-photo-crop {
    position: relative;
}

#single-widget .writer-list-item a:hover .writer-photo-crop::before,
#archive-widget .writer-list-item a:hover .writer-photo-crop::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#single-widget .writer-list-item img,
#archive-widget .writer-list-item img {
    border-radius: 100%;
    display: block;
}

#single-widget .writer-list-item .writer-text,
#archive-widget .writer-list-item .writer-text {
    margin-top: 9px;
}

#single-widget .writer-list-item .writer-text div:not(.writer-name),
#archive-widget .writer-list-item .writer-text div:not(.writer-name) {
    display: none;
}

#single-widget .writer-list-item .writer-text .writer-name,
#archive-widget .writer-list-item .writer-text .writer-name {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
@supports (display: -webkit-box) {

    #single-widget .writer-list-item .writer-text .writer-name,
    #archive-widget .writer-list-item .writer-text .writer-name {
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
    }
}

#single-widget .swiper-button-prev,
#archive-widget .swiper-button-prev {
    width: 24px;
    height: 24px;
    margin: 0;
    background-image: inline(arrow-circle-left.svg);
    background-size: cover;
    top: 45px;
    left: 0;
    right: auto;
    transform: translateY(-50%);
}

#single-widget .swiper-button-next,
#archive-widget .swiper-button-next {
    width: 24px;
    height: 24px;
    margin: 0;
    background-image: inline(arrow-circle-right.svg);
    background-size: cover;
    top: 45px;
    left: auto;
    right: 0;
    transform: translateY(-50%);
}

#single-widget .writer-archives,
#archive-widget .writer-archives {
    margin-top: 30px;
}

#single-widget .widget_related-posts,
#archive-widget .widget_related-posts {
    margin-top: 30px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.6);
}

#single-widget .widget_related-posts .widget-title,
#archive-widget .widget_related-posts .widget-title {
    color: #040000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align-last: left;
}

#single-widget .widget_related-posts .widget-title:first-letter,
#archive-widget .widget_related-posts .widget-title:first-letter {
    color: #040000;
}

#single-widget .widget_related-posts .related-post a,
#archive-widget .widget_related-posts .related-post a {
    display: flex;
}

#single-widget .widget_related-posts .related-post a::before,
#archive-widget .widget_related-posts .related-post a::before {
    width: 5px;
    height: 5px;
    margin: 10px 10px 0 0;
    border-radius: 100%;
    background-color: #e83958;
    content: "";
    display: block;
}

#single-widget .widget_related-posts .entry-header,
#archive-widget .widget_related-posts .entry-header {
    width: calc(100% - 15px);
}

#single-widget .widget_related-posts .entry-title,
#archive-widget .widget_related-posts .entry-title {
    color: #040000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    margin-right: 10px;
}

#single-widget .widget_related-posts a:hover .entry-title,
#archive-widget .widget_related-posts a:hover .entry-title {
    color: #e83958;
}

#single-widget .share-buttons,
#archive-widget .share-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#single-widget .share-buttons a,
#archive-widget .share-buttons a {
    color: #040000;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#single-widget .share-buttons img,
#archive-widget .share-buttons img {
    margin-right: 10px;
    display: block;
}

/*-----
--------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout sidebar.scss
--------------------------------------------------------------*/
#sidebar {
    width: 300px;
}

.side-widget:not(:first-child) {
    margin-top: 20px;
}

.side-widget .widget-title {
    font-size: 1.25rem;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

.side-widget .widget-title:first-letter {
    color: #e83958;
}

.side-widget .widget-title .editors-pick-pr {
    width: 22px;
    height: 13px;
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1.4;
    margin-right: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.side-widget .search-form {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #ececec;
    display: flex;
}

.side-widget .search-form label {
    width: calc(100% - 39px);
    height: 41px;
    border: 1px solid #000;
    border-right: none;
    padding: 0 11px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.side-widget .search-form input[type="search"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

.side-widget .search-form input[type="search"]::-webkit-search-decoration,
.side-widget .search-form input[type="search"]::-webkit-search-cancel-button,
.side-widget .search-form input[type="search"]::-webkit-search-results-button,
.side-widget
.search-form
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.side-widget .search-form input[type="search"]::-ms-clear,
.side-widget .search-form input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.side-widget .search-form button {
    width: 39px;
    height: 41px;
    outline: none;
    border-radius: 0;
    border: 1px solid #000;
    border-left: none;
    padding: 0;
    background-color: #e32202;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-widget .sga-ranking {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-widget .sga-ranking li {
    margin-top: 10px;
    counter-increment: decimal;
}

.side-widget .sga-ranking li:nth-of-type(-n + 3) .post-thumbnail::after {
    color: #fff;
    background-color: #040000;
}

.side-widget .sga-ranking a {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.side-widget .sga-ranking a:hover .post-thumbnail {
    position: relative;
}

.side-widget .sga-ranking a:hover .post-thumbnail .post-thumbnail {
    position: relative;
}

.side-widget .sga-ranking a:hover .post-thumbnail .post-thumbnail::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.side-widget .sga-ranking a:hover .post-thumbnail::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.side-widget .sga-ranking a:hover .entry-title {
    color: #e32202;
}

.side-widget .sga-ranking .post-thumbnail {
    width: 100px;
    height: 75px;
    position: relative;
}

.side-widget .sga-ranking .post-thumbnail span {
    width: 100%;
    height: 100%;
    display: block;
}

.side-widget .sga-ranking .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.side-widget .sga-ranking .post-thumbnail::after {
    width: 24px;
    height: 24px;
    color: #040000;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5833333333;
    background-color: #f2f2f2;
    content: counter(decimal);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.side-widget .sga-ranking .entry-header {
    width: calc(100% - 100px - 10px);
}

.side-widget .sga-ranking .entry-title {
    color: #000;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5833333333;
}
@supports (display: -webkit-box) {

    .side-widget .sga-ranking .entry-title[data-line] {
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }
}

.side-widget .sga-ranking .entry-meta {
    margin-top: 10px;
}

.side-widget .sga-ranking .entry-pr {
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.625rem;
    line-height: 1.4;
    display: block;
}

.side-widget .trend-tags,
.side-widget .featured-tags,
.side-widget .tagcloud {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.side-widget .trend-tags a,
.side-widget .featured-tags a,
.side-widget .tagcloud a {
    height: 30px;
    color: #040000;
    font-size: 0.75rem !important;
    line-height: 1.5;
    margin: 8px 8px 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-widget .trend-tags a::before,
.side-widget .featured-tags a::before,
.side-widget .tagcloud a::before {
    content: "#";
}

.side-widget .trend-tags a:hover,
.side-widget .featured-tags a:hover,
.side-widget .tagcloud a:hover {
    color: #fff;
    border-color: #040000;
    background-color: #040000;
}

.side-widget .editors-picks-posts .editors-picks-post {
    margin-top: 10px;
}

.side-widget .editors-picks-posts a {
    display: flex;
    justify-content: space-between;
}

.side-widget .editors-picks-posts a:hover .post-thumbnail {
    position: relative;
}

.side-widget .editors-picks-posts a:hover .post-thumbnail::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.side-widget .editors-picks-posts a:hover .entry-title {
    color: #666;
}

.side-widget .editors-picks-posts .post-thumbnail {
    width: 100px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.side-widget .editors-picks-posts .post-thumbnail span:not(.new-mark) {
    width: 100%;
    height: 100%;
    display: block;
}

.side-widget .editors-picks-posts .post-thumbnail span:not(.new-mark) img,
.side-widget .editors-picks-posts .post-thumbnail span:not(.new-mark) video,
.side-widget .editors-picks-posts .post-thumbnail span:not(.new-mark) iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.side-widget .editors-picks-posts .post-thumbnail span.new-mark {
    width: 50px;
    height: 50px;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    color: #040000;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
}

.side-widget .editors-picks-posts .entry-header {
    width: calc(100% - 100px - 10px);
}

.side-widget .editors-picks-posts .entry-title {
    color: #040000;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6666666667;
    display: flex;
}
@supports (display: -webkit-box) {

    .side-widget .editors-picks-posts .entry-title[data-line] {
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
    }
}

.side-widget .editors-picks-posts .entry-pr {
    width: 22px;
    height: 13px;
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.625rem;
    line-height: 1.4;
    margin-right: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.side-widget .editors-picks-ranking .ranking-post {
    margin-top: 10px;
    counter-increment: decimal;
}

.side-widget
.editors-picks-ranking
.ranking-post:nth-of-type(-n + 3)
.post-thumbnail::after {
    color: #fff;
    background-color: #040000;
}

.side-widget .editors-picks-ranking a {
    display: flex;
    justify-content: space-between;
}

.side-widget .editors-picks-ranking a:hover .post-thumbnail {
    position: relative;
}

.side-widget .editors-picks-ranking a:hover .post-thumbnail::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.side-widget .editors-picks-ranking a:hover .entry-title {
    color: #666;
}

.side-widget .editors-picks-ranking .post-thumbnail {
    width: 100px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.side-widget .editors-picks-ranking .post-thumbnail span:not(.new-mark) {
    width: 100%;
    height: 100%;
    display: block;
}

.side-widget .editors-picks-ranking .post-thumbnail span:not(.new-mark) img,
.side-widget .editors-picks-ranking .post-thumbnail span:not(.new-mark) video,
.side-widget .editors-picks-ranking .post-thumbnail span:not(.new-mark) iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.side-widget .editors-picks-ranking .post-thumbnail::after {
    width: 24px;
    height: 24px;
    color: #040000;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5833333333;
    background-color: #f2f2f2;
    content: counter(decimal);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.side-widget .editors-picks-ranking .entry-header {
    width: calc(100% - 100px - 10px);
}

.side-widget .editors-picks-ranking .entry-title {
    color: #040000;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6666666667;
    display: flex;
}
@supports (display: -webkit-box) {

    .side-widget .editors-picks-ranking .entry-title[data-line] {
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
    }
}

.side-widget .editors-picks-ranking .entry-pr {
    width: 22px;
    height: 13px;
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.625rem;
    line-height: 1.4;
    margin-right: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.side-widget .highlight .editors-picks:first-child a .entry-title {
    font-size: 14px;
    font-weight: 600;
}

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

/*!-----
--------------------------------------------------------
Layout footer.scss
#site-header
.header-inner
--------------------------------------------------------------*/
#site-footer {
    margin-top: 80px;
    padding: 0 0 30px;
    background-color: #282828;
    position: relative;
    z-index: 1;
}

.footer-inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-logo {
    width: 180px;
    height: 36px;
    margin: 0;
}

.footer-logo img {
    display: block;
}

#footer-menu {
    display: flex;
    justify-content: center;
}

#footer-menu ul li:not(:first-child) a {
    margin-top: 6px;
}

#footer-menu li {
    list-style: none;
}

#footer-menu > li {
    min-width: 160px;
}

#footer-menu span {
    color: #666;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5833333333;
    text-transform: uppercase;
}

#footer-menu a {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4615384615;
    margin-top: 4px;
    display: block;
}

#footer-menu a:hover {
    color: #666;
}

#sns-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

#sns-menu-container ul {
    display: flex;
    align-items: center;
}

#sns-menu-container li {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    margin: 0;
}

#sns-menu-container li:not(:first-child) {
    margin-left: 14px;
}

#sns-menu-container a {
    display: block;
}

#sns-menu-container img {
    display: block;
}

.copyright {
    max-width: 1080px;
    width: 100%;
    color: #666;
    text-align: center;
    margin: 66px auto 0;
}

.copyright small {
    font-size: 0.875rem;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5714285714;
}

/*-----
--------------------------------------------------------
Author Profile Container
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout author-profile-container.scss
--------------------------------------------------------------*/
.author-profile-container {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
}

.author-profile-header {
    display: flex;
    align-items: center;
}

.author-profile-avatar {
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.author-profile-avatar img {
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.author-profile-name {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.5;
    color: #040000;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.writer-attribute {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #040000;
}

.writer-attribute::before {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.015em;
    color: #d6d6d6;
    margin: 0 10px;
    content: "/";
}

.author-profile-content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    margin-top: 20px;
}

.author-profile-content a {
    color: #e83958;
}

.author-profile-content a:hover {
    text-decoration: underline;
}

.author-profile-footer {
    margin-top: 27px;
}

.author-socials {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.author-social-item {
    height: 30px;
}

.author-social-item:first-child {
    width: 86px;
    font-size: 0.875rem;
    font-family:
        "Hind",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Sans",
        "Yu Gothic",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Sans Emoji";
    font-weight: 700;
    line-height: 1.2857142857;
    text-transform: uppercase;
}

.author-social-item:first-child a {
    color: #fff;
    border-radius: 50px;
    background-color: #282828;
}

.author-social-item:not(:first-child) {
    width: 30px;
    margin-left: 20px;
}

.author-social-item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-----
--------------------------------------------------------
AD
--------------------------------------------------------------*/

/*!-----
--------------------------------------------------------
Layout ads.scss

--------------------------------------------------------------*/
.bbear-ad-billboard {
    width: 100%;
    margin-bottom: 30px;
}

.bbear-ad-halfway {
    width: 100%;
    margin-top: 30px;
}

.bbear-ad-halfway-primary {
    margin-bottom: 30px;
}

.bbear-ad-halfway-secondary {
    margin-bottom: 30px;
}

.bbear-ad-halfway-tertiary {
    margin-bottom: 30px;
}

.bbear-ad-template-primary {
    margin-bottom: 36px;
}

.bbear-ad-template-secondary {
    margin-bottom: 36px;
}

.widget_bbearad-single-bottom {
    margin-top: 36px;
}

.widget_bbearad-recommend {
    margin-top: 36px;
}

.bbear-ad-footer {
    margin-top: 36px;
}

.bbear-ad {
    position: relative;
    z-index: 1;
}
