@charset "UTF-8";

/* CSS Document */

:root {
    --beauty-color: #FFF1EA;
    --beauty-accent-color: #FFE2D3;
    --beauty-gray: #F7F5F5;
    --eb-accent-color: #A6B1BE;
    --eb-color: #DBE0E5;
    --text-color: #262626;
    --text-sub-color: #444444;
    --text-gray-color: #727272;
    --recipe-color: #FFF6E8;
    --recipe-accent-color: #FFEBCE;
    --recipe-gray: #F7F5F5;
    --font-poppins: "Poppins", sans-serif;
    --font-montserrat: "Montserrat", sans-serif;
}

.bg-\[\#f6ecd2\] {
    background: #FFEDCA;
}

.bg-\[\#FFEDCA\] {
    background: #FFEDCA;
}

.bg-\[\#F5F8FF\] {
    background: #F5F8FF;
}

.after\:bg-\[\#A6B1BE\]::after {
    content: var(--tw-content);
    background-color: #A6B1BE;
}

#opeditor .after\:bg-\[\#FFEBCE\]::after,
#editors-blog .after\:bg-\[\#FFEBCE\]::after {
    background-color: #A6B1BE;
}

.clamp-center {
    display: flex;
    align-items: center;
}

li.current a {
    font-weight: bold;
}

.blog-ranking-menu {
    padding-left: 1rem;
    padding-bottom: 4px;
}

.h-full {
    height: auto;
}

.h-13 .h-full {
    height: 100%;
}

.normal {
    font-weight: normal;
}

.mt-m30 {
    margin-top: -30px;
}

.hover-menu a:hover {
    font-weight: bold;
}

#daily {
    /*margin-top: -30px;*/
}

.items-center .borderIn {
    margin-top: 1.5em;
}

.items-center.oneline .borderIn {
    margin-top: 0;
}

.flex-box {
    position: relative;
}
main{
    position: relative;
}
main.editors-blog,
main#editors-blog {
    background: #FBF8ED;
}
@media screen and (min-width:768px) {
    main.editors-blog{
        overflow-y: hidden;
    }
}

.h1-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h1-title picture {
    width: 100%;
}

.theme-category {
    color: var(--color-subtext);
}

.theme-category a {
    text-decoration: underline;
    color: var(--color-subtext);
}

.theme-category span.theme-num {
    display: inline-block;
    padding: 1px 5px;
    margin-left: 1em;
    border: 1px solid var(--color-subtext);
}

a.tag {
    margin-left: 0.5em;
    display: inline-block;
    padding: 2px 5px;
    width: fit-content;
}

a.tag::before {
    content: "#";
}

.beauty a.tag {
    background: var(--beauty-color);
}

.article-wrapper {
    padding: 0 30px 30px 30px;
}

.magazine-bt {
    width: 100%;
    max-width: 16em;
}

/*.side-bar {
    padding-bottom: 400px;
}
#opeditor .side-bar{
    padding-bottom: 70px;
}*/

.side-bar a:hover {
    opacity: 0.7;
}

@media (hover: hover) {
    .side-bar .hover\:opacity-100:hover {
        opacity: 1;
    }
}

@media screen and (max-width:767px) {
    .article-wrapper {
        padding: 0 8px 10px 8px;
    }
    .side-box {
        position: relative;
        right: auto;
        bottom: auto;
        top: auto;
        left: auto;
        width: 100%;
        background: white;
    }
    #daily .side-box,
    #editors-blog .side-box {
        order: inherit;
    }
    #opeditor .side-bar,
    .side-bar {
        padding-bottom: 20px;
    }
}

.background-before {
    position: relative;
    z-index: 0;
}

.background-before:before {
    content: "";
    width: 100%;
    height: calc(100% + 100px);
    position: absolute;
    top: -40px;
    bottom: -20px;
    display: block;
    background: white;
    z-index: -1;
}

@media screen and (max-width:767px) {
    .background-before:before {
        top: -50px;
    }
}

article a:hover {
    opacity: 0.5;
}

article h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5em;
}

#editors-blog article h1,
.editors-blog article h1 {
    min-height: 2.5em;
}

article .article-date {
    font-family: var(--font-poppins);
    font-weight: 200;
}

article .index-area {
    background: var(--beauty-gray);
    border-radius: 15px 0 15px 0;
    padding: 30px 40px 20px 40px;
    position: relative;
}

article.daily .index-area {
    border-radius: 0;
}

article.editors-blog .index-area {
    background: none;
    padding: 0;
}

article .index-area:before,
article .index-area:after {
    content: "";
    width: 96%;
    height: 1px;
    background: var(--color-subtext);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

article.editors-blog .index-area:before,
article.editors-blog .index-area:after {
    display: none;
}

article .index-area:before {
    top: 10px;
}

article .index-area:after {
    bottom: 10px;
}

article .index-area .index-title {
    color: #A6B1BE;
}

article .index-area ul {}

article .index-area ul li {
    margin-bottom: 0.5em;
    padding-left: 1.2em;
    position: relative;
}

article .index-area ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-subtext);
    position: absolute;
    top: 0.7em;
    left: 0.5em;
}

article {
    margin-bottom: 40px;
}

p.date.swiper-date {
    padding-bottom: 0;
    font-family: var(--font-poppins);
    font-weight: 200;
}

article h2.wp-block-heading {
    font-size: 26px;
    padding: 6px 0;
    color: var(--text-sub-color);
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    article h2 {
        font-size: 22px;
        line-height: 1.2em;
        padding: 10px 0;
        margin-bottom: 10px;
    }
}

article.beauty h2.wp-block-heading {
    border-top: 1px solid var(--beauty-accent-color);
    border-bottom: 1px solid var(--beauty-accent-color);
}

article.editors-blog h2.wp-block-heading {
    border-top: 1px solid var(--eb-accent-color);
    border-bottom: 1px solid var(--eb-accent-color);
}

article.daily h2.wp-block-heading {
    border-top: 1px solid var(--text-gray-color);
    border-bottom: 1px solid var(--text-gray-color);
}

#recipe article.beauty h2.wp-block-heading {
    border-top: 1px solid var(--recipe-accent-color);
    border-bottom: 1px solid var(--recipe-accent-color);
}

article h3.wp-block-heading {
    font-size: 22px;
    padding: 3px 0 3px 10px;
    font-weight: bold;
    color: var(--text-sub-color);
    margin-bottom: 20px;
    margin-top: 20px;
}

article.beauty h3.wp-block-heading {
    border-left: 4px solid var(--beauty-accent-color);
}

article.editors-blog h3.wp-block-heading {
    border-left: 4px solid var(--eb-accent-color);
}

article.daily h3.wp-block-heading {
    border-left: 4px solid var(--text-gray-color);
}
article h4.wp-block-orangepage-heading4 span,
article h4.wp-block-heading span {
    display: inline-block;
    padding: 2px 0px;
    border-bottom: 2px solid var(--beauty-color);
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    article h4.wp-block-heading span {
        font-size: 16px;
    }
}
article.editors-blog h4.wp-block-orangepage-heading4 span,
article.editors-blog h4.wp-block-heading span {
    border-bottom: 2px solid var(--eb-color);
}
article.daily h4.wp-block-orangepage-heading4 span,
article.daily h4 span {
    border-bottom: 2px solid var(--text-gray-color);
}


article h5 span {
    display: inline-block;
    padding: 3px 10px;
    background: var(--beauty-color);
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px 0 0 0;
}

article.editors-blog h5 span {
    /*background: var(--eb-color);
    border: 1px solid var(--eb-accent-color);
    background: white;*/
    background: var(--eb-color);
    border-radius: 8px 0 0 0;
}

article.daily h5 span {
    background: var(--beauty-gray);
    border-radius: 8px 0 0 0;
}

article.daily div.recipe-title {
    padding-bottom: 10px;
}

article.daily div.recipe-title span {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid var(--text-gray-color);
    font-size: 24px;
    font-weight: bold;
}
article.daily div.recipe-title h2 span {
  display: inline;
    padding: 0;
    border: none;
    font-weight: normal;
}

article h6 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

article p {
    padding-bottom: 1.7em;
    line-height: 1.7em;
}

article .special-title p {
    padding-bottom: 0;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

article p>a {
    text-decoration: underline;
    text-underline-offset:4px;
    color: #727272;
}

article.daily p>a {
    color: #4483B6;
}

article .img {
    margin: 30px 0;
    text-align: center;
}

article .img img {
    display: block;
    margin: 0px auto;
    padding-bottom: 10px;
}

article .img.portrait img {
    max-height: 666px;
}

article .img.landscape img {
    max-width: 570px;
}

@media screen and (max-width:767px) {
    article .img img {
        margin: 20px 0;
        width: 100%;
        max-width: none!important;
        max-height: none!important;
    }
    article .img.landscape img {
        width: 100%;
    }
}

article ul.article-list {
    padding-bottom: 20px;
}

article ul.article-list li {
    margin-bottom: 0.5em;
    padding-left: 1.2em;
    position: relative;
}
#editors-blog ul.article-list.wp-block-list > li{
    width: 100%;
}
@media screen and (max-width: 767px) {
    #editors-blog ul.article-list.wp-block-list > li{
        width: 100%;
    }
}

article ul.article-list li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--beauty-accent-color);
    position: absolute;
    top: 0.7em;
    left: 0.5em;
}

article.editors-blog ul.article-list li::before {
    background: var(--eb-accent-color);
}

article.daily ul.article-list li::before {
    background: var(--text-gray-color);
}
#editors-blog ul.article-list.wp-block-list{
    display: block!important;
}


article ol {
    list-style: none;
    counter-reset: number;
    margin-bottom: 30px;
}

article ol li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em;
}

article ol li::before {
    counter-increment: number;
    content: counter(number);
    font-family: var(--font-poppins);
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.2;
    color: var(--color-subtext);
    font-weight: 500;
}

article.beauty ol li::before {
    background: var(--beauty-accent-color);
}

article.editors-blog ol li::before {
    background: var(--eb-color);
}

article.daily ol li::before {
    background: none;
    border: 1px solid #727272;
}

article .button-area {
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

a.wp-block-button__link,
article .button-area a {
    color: #262626;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 50px;
    border-radius: 50px;
    position: relative;
    font-size: 1em;
    margin-bottom: 10px;
}

article .button-area a span {
    position: relative;
    padding-right: 1em;
}

article .button-area a:hover {
    opacity: 0.5;
}

article .button-area a span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg) translateY(-50%);
}
a.wp-block-button__link:after{
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
    position: absolute;
    top: 50%;
    right: 40px;
    transform: rotate(45deg) translateY(-50%);
}

article.beauty a.wp-block-button__link,
article.beauty .button-area a.color {
    background: var(--beauty-accent-color);
    color: #262626;
}
article.editors-blog a.wp-block-button__link,
article.editors-blog .button-area a.color {
    background: var(--eb-color);
}
article.daily a.wp-block-button__link,
article.daily .button-area a.color {
    background: var(--text-gray-color);
    color: white;
}
article.beauty .is-style-outline a.wp-block-button__link,
article.beauty .button-area a.white {
    background: white;
    border: 2px solid var(--beauty-accent-color);
}
article.editors-blog .is-style-outline a.wp-block-button__link,
article.editors-blog .button-area a.white {
    background: white;
    border: 2px solid var(--eb-accent-color);
}
article.daily .is-style-outline a.wp-block-button__link,
article.daily .button-area a.white {
    background: white;
    border: 2px solid var(--text-gray-color);
}
article.daily a.wp-block-button__link:after,
article.daily .button-area a.color span::after {
    border-top: 1px solid white;
    border-right: 1px solid white;
}

a.button-white {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 50px;
    border-radius: 50px;
    border: 1px solid var(--text-sub-color);
    font-size: 14px;
    /*background: white;*/
}

article .faq {
    padding: 20px 0;
}

article .faq>div {
    margin-bottom: 10px;
}

article .faq .question:before {
    content: "Q.";
    font-family: var(--font-poppins);
    color: var(--beauty-accent-color);
    font-size: 26px;
    margin-right: 0.5em;
}

article.editors-blog .faq .question:before {
    color: var(--eb-accent-color);
}

article.daily .faq .question:before {
    color: var(--text-gray-color);
}

article .faq .answer:before {
    content: "A.";
    font-family: var(--font-poppins);
    color: var(--beauty-accent-color);
    font-size: 26px;
    margin-right: 0.5em;
}

article.editors-blog .faq .answer:before {
    color: var(--eb-accent-color);
}

article.daily .faq .answer:before {
    color: var(--text-gray-color);
}

article hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #D9D9D9;
    padding-bottom: 20px;
}

article .detail {
    margin-bottom: 20px;
}

article details summary::marker {
    color: var(--beauty-accent-color);
    font-size: 20px;
}

article.editors-blog details summary::marker {
    color: var(--eb-accent-color);
}

article.daily details summary::marker {
    color: var(--text-gray-color);
}

article details .details-cont {
    padding-left: 1em;
}

article .talk-area {
    padding: 20px 0;
}

article .talk-area .talk-cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}

article .talk-area .talk-cont:nth-of-type(2n) {
    flex-direction: row-reverse;
}

article .talk-area .talk-cont .talk-member {
    width: 100px;
    text-align: center;
    font-size: 14px;
}

article .talk-area .talk-cont .talk-member img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 2px;
}

article .talk-area .talk-cont .talk-member p {
    padding: 0;
}

article .talk-area .talk-cont>p.fukidashi {
    width: calc(100% - 200px);
    background: var(--beauty-color);
    padding: 30px 20px;
    position: relative;
    border-radius: 8px;
}

article.editors-blog .talk-area .talk-cont>p.fukidashi {
    background: var(--eb-color);
}

article.daily .talk-area .talk-cont>p.fukidashi {
    background: var(--beauty-gray);
}

article .talk-area .talk-cont>p.fukidashi::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent var(--beauty-color);
    translate: 100% -50%;
}

@media screen and (max-width:767px) {
    article .talk-area .talk-cont>p.fukidashi {
        width: calc(100% - 70px);
    }
}

article.editors-blog .talk-area .talk-cont>p.fukidashi::after {
    border-color: transparent transparent transparent var(--eb-color);
}

article.daily .talk-area .talk-cont>p.fukidashi::after {
    border-color: transparent transparent transparent var(--beauty-gray);
}

article .talk-area .talk-cont:nth-of-type(2n)>p.fukidashi {
    background: white;
    border: 3px solid var(--beauty-accent-color);
}

article.editors-blog .talk-area .talk-cont:nth-of-type(2n)>p.fukidashi {
    border: 3px solid var(--eb-accent-color);
}

article.daily .talk-area .talk-cont:nth-of-type(2n)>p.fukidashi {
    border: 3px solid var(--text-gray-color);
}

article .talk-area .talk-cont:nth-of-type(2n)>p.fukidashi::before {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: 0;
    border-style: solid;
    border-width: 9px 14px 9px 0;
    border-color: transparent var(--beauty-accent-color) transparent transparent;
    translate: -100% -50%;
}

article.editors-blog .talk-area .talk-cont:nth-of-type(2n)>p.fukidashi::before {
    border-color: transparent var(--eb-accent-color) transparent transparent;
}

article.daily .talk-area .talk-cont:nth-of-type(2n)>p.fukidashi::before {
    border-color: transparent var(--text-gray-color) transparent transparent;
}

article .talk-area .talk-cont:nth-of-type(2n)>p.fukidashi::after {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: 0;
    border-style: solid;
    border-width: 5.4px 8.5px 5.4px 0;
    border-color: transparent #ffffff transparent transparent;
    translate: -100% -50%;
}

article .recipe-ogp,
article .recipe-cord {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    border-radius: 8px;
    align-items: center;
    margin: 30px 0;
}

article .recipe-ogp>.img,
article .recipe-cord>.img {
    aspect-ratio: 4/3;
    overflow: hidden;
    width: 223px;
    margin: 0;
}

article .recipe-ogp .img>img,
article .recipe-cord .img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}

article .recipe-ogp .cont,
article .recipe-cord .cont {
    padding: 20px;
    width: calc(100% - 223px);
}

article .recipe-ogp .cont {
    padding: 0 20px;
}

article .recipe-ogp .cont .title,
article .recipe-cord .cont .title {
    margin-bottom: 5px;
    text-align: left;
    font-size: 18px;
}

.shop-data {
    padding: 20px;
    border: 1px solid #727272;
    border-radius: 15px 0 15px 0;
}

.shop-data .shop-title {
    font-weight: bold;
}

.shop-data .shop-name {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .shop-data .shop-name {
        font-size: 18px;
    }
    .shop-data p {
        padding-bottom: 10px;
        line-height: 1.4em;
    }
}

#cb {
    display: none;
}

.more_btn {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 30px 0;
}

#cb~.more_btn::before {
    content: "続きを読む";
    background: white;
    display: inline-block;
    margin: auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    color: var(--color-subtext);
}

#cb~.more_btn::after {
    content: "";
    width: 100%;
    background: var(--beauty-accent-color);
    height: 2px;
    z-index: 0;
    display: block;
    position: absolute;
    top: 49%;
    left: 0;
}

article.editors-blog #cb~.more_btn::after {
    /*background: var(--eb-accent-color);*/
    background: none;
    height: 5px;
    border-bottom: 1px double var(--eb-accent-color);
    border-top: 1px double var(--eb-accent-color)
}
article.editors-blog .more_btn::after{
    background: none!important;
    height: 5px;
    border-bottom: 1px double var(--eb-accent-color);
    border-top: 1px double var(--eb-accent-color)
}


article.daily #cb~.more_btn::after {
    background: var(--text-gray-color);
}

#cb:checked~.more_btn {
    display: none;
}

#cb:checked~.more_btn::before {
    content: "閉じる";
}

.more_wrap {
    display: none;
}

#cb:checked~.more_wrap {
    display: block;
    padding-top: 20px;
}

article .monthly-item {
    padding: 40px 0;
}

.monthly-item-title {
    margin-bottom: 20px;
}

.monthly-item-title span {
    display: inline-block;
    padding: 1px 15px;
    border-radius: 15px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    color: var(--text-sub-color);
}

article.beauty .monthly-item-title span {
    border: 2px solid var(--beauty-accent-color);
}
article.editors-blog .monthly-item-title span {
    border: 2px solid var(--eb-accent-color);
}

article .monthly-item dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

article .monthly-item dl dt {
    width: 170px;
}

article .monthly-item dl dt img {
    max-height: 200px;
    display: block;
    margin: auto;
    max-width: 100%;
}
.monthly-item dl .monthly-item-name {
    font-weight: bold;
    padding-bottom: 0;
}

article .monthly-item dl dd {
    width: calc(100% - 220px);
}

article .monthly-item dl dd .button-area {
    justify-content: flex-start;
}

article .writer {
    background: var(--beauty-gray);
    border-radius: 15px 0 15px 0;
    padding: 36px 40px;
    display: flex;
    justify-content: space-between;
    margin-block: 40px;
    overflow: hidden;
}

article .writer img.profile-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid var(--text-gray-color);
    background: white;
    margin-top: 14px;
}

article .writer>div.profile {
    width: calc(100% - 220px);
    font-size: 14px;
}

article .writer>div.profile .title,
article .writer>div.profile .name-title>span {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

article .writer>div.profile .title::after,
article .writer>div.profile .name-title>span::after {
    content: "";
    background: url(../../images/daily/article/fukidashi.svg) no-repeat center center/100%;
    width: 126px;
    height: 40px;
    position: absolute;
    bottom: -32px;
    left: -10px;
}

article .writer>div.profile .name,
article .writer>div.profile .name-title .name {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-wrap: break-word;
    line-break: anywhere;
}
@media screen and (max-width: 767px) {
  article .writer>div.profile .name,
  article .writer>div.profile .name-title .name {
    font-size: 25px;
  }
}

article .writer>div.profile .name ruby,
article .writer>div.profile .name-title ruby {
    ruby-position: under;
    position: relative;
    overflow-wrap: break-word;
    line-break: anywhere;
    line-height: 1.4em;
}

article .writer>div.profile .name ruby rt,
article .writer>div.profile .name-title ruby rt {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    padding-top: 5px;
}

article .writer>div.profile p {
    margin-bottom: 1em;
    line-height: 1.7em;
    padding-bottom: 0;
}
article .writer>div.profile a {
  margin-top: 1em;
}
@media screen and (max-width:767px) {
    article .writer {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }
    article .writer img.profile-img{
        display: block;
        margin: 0 auto 20px auto;
    }
    article .writer>div.profile {
        width: 100%;
    }
    article .writer .name,
    article .writer .name ruby rt,
    article .writer .title,
    article .writer .name-title,
    article .writer .position {
      text-align: center;
    }
    article .writer .name,
    article .writer .name-title .name{
        margin-bottom: calc(var(--spacing)*2);
    }
    article .writer div.profile .writer-description {
      padding-bottom: 0;
      margin-bottom: 20px;
    }
    article .writer a.button-white{
        display:block;
        max-width: 12em;
        margin: auto;
    }
    article .writer>div.profile ruby,
    article .writer>div.profile .name-title ruby{
        padding-bottom: 20px;
        display: block;
        width: 100%;
    }
    article .writer>div.profile ruby rt,
    article .writer>div.profile .name-title ruby rt{
        position: absolute;
        bottom: 0px;
        left: 0;
        /*left: 50%;
        transform: translateX(-50%);*/
        width: 100%;
        display: block;
        text-align: center;
    }
}
article .writer.writer-grid>div.profile {
    width: auto;
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-template-areas:
        "image title"
        "image name"
        "image position"
        "image description"
        "image button";
    column-gap: 40px;
    align-items: start;
}
article .writer.writer-grid img.profile-img {
    grid-area: image;
}
article .writer.writer-grid .title {
    grid-area: title;
}
article .writer.writer-grid .name {
    grid-area: name;
}
article .writer.writer-grid .position {
    grid-area: position;
}
article .writer.writer-grid .writer-description {
    grid-area: description;
}
article .writer.writer-grid .button-white {
    grid-area: button;
    width: fit-content;
}
@media screen and (max-width:767px) {
    article .writer.writer-grid>div.profile {
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "title"
            "name"
            "position"
            "description"
            "button";
    }
    article .writer.writer-grid>div.profile .title {
        width: fit-content;
        margin-inline: auto;
    }
    article .writer.writer-grid>div.profile .name ruby rt {
      text-align: center;
    }
    article .writer.writer-grid>div.profile p {
        margin-bottom: 0;
    }
    article .writer.writer-grid .button-white {
        margin-top: 0;
    }
}


/*.swiper-wrapper{
	display: flex;
	justify-content: space-between;
	height: 340px;
	text-align: center;
}
.recipe .swiper-wrapper{
	height: 420px;
}
.swiper-wrapper .swiper-slide{
	width: 32.8%;
	height: 218px;
}
.recipe .swiper-wrapper .swiper-slide{
	height: 290px;
}
.swiper-wrapper .swiper-slide a{
	position: relative;
	text-align: left;
}
.swiper-wrapper .swiper-slide a.pr::after{
	content: "PR";
	display: inline-block;
	padding: 1px 5px;
	background: white;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}*/

p.swiper-date {
    /* font-size: ; */
}

h2.beauty-recipe {
    position: relative;
}

h2.beauty-recipe:after {}

article .rec {
    border-bottom: 1px solid var(--color-subtext);
    padding-bottom: 30px;
}

#daily article .rec {
    border-bottom: none;
    padding-bottom: 0;
}

article .rec h2 {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border: none;
}

article .rec h2::before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--color-subtext);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}

article .rec h2>span {
    display: inline-block;
    padding: 0 40px;
    background: white;
    position: relative;
}

article .rec h2>span:before,
article .rec h2>span:after {
    content: "";
    display: block;
    width: 1px;
    height: 23px;
    transform: rotate(-150deg);
    position: absolute;
    top: 3px;
    background: var(--color-subtext);
}

article .rec h2>span:before {
    transform: rotate(-150deg);
    right: 20px;
}

article .rec h2>span:after {
    transform: rotate(150deg);
    left: 20px;
}

article .editer {
    text-align: right;
    font-size: 13px;
}

article .pagenation {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

article .pagenation>div {
    width: 33%;
    border-right: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

article .pagenation>div p {
    max-width: 13em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

article .pagenation>div.backto a {
    font-weight: medium;
    text-decoration: underline;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    article.editors-blog .pagenation div.prev {
        padding-right: 15px;
    }
    article.editors-blog .pagenation div.next {
        padding-left: 15px;
    }
}

article .pagenation>div.prev a,
article .pagenation>div.next a {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    border: 1px solid var(--color-subtext);
}

article .pagenation>div.prev a:after,
article .pagenation>div.next a:after {
    content: "";
    width: 22px;
    height: 4px;
    display: block;
    margin-top: 3px;
}

article .pagenation>div.prev a:after {
    background: url(../../images/common/icon-slide-prev-sp.svg) no-repeat center center/100%;
}

article .pagenation>div.next a:after {
    background: url(../../images/common/icon-slide-next-sp.svg) no-repeat center center/100%;
}

article .pagenation>div:last-child {
    border: none;
}

article .share-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

article div.title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

article .share-button a {
    display: inline-block;
    margin: 0 10px;
}

#beauty .bg {
    background: #FFF1EA;
}

#editors-blog .bg {
    background: #A6B1BE;
    padding-bottom: 60px;
}

#daily .bg {
    background: #fff;
    padding-bottom: 60px;
}

.special-title {
    background: var(--beauty-color);
    padding: 15px 8px;
    display: flex;
    align-items: center;
    height: 3em;
}

@media screen and (max-width:767px) {
    .special-title {
        padding: 15px 0px;
    }
}

.author-profile-wrap {
    margin-top: -32px;
}

.author-profile {
    background: var(--beauty-gray);
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
    position: relative;
}

#editors-blog .author-profile {
    background: white;
    padding: 15px;
}

.author-profile::after {
    content: "";
    display: block;
    width: 96%;
    background: #727272;
    height: 1px;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}

#editors-blog .author-profile::before {
    content: "";
    display: block;
    width: 96%;
    background: #727272;
    height: 1px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}

.author-profile h2 {
    text-align: center;
}

.author-profile span.furigana {
    display: block;
    font-size: 14px;
}

.profile-img img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 10px auto;
    border-radius: 50%;
}

.author-profile .share-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.author-profile .share-button a {
    display: block;
    margin: 0 15px;
    text-align: center;
    font-size: 11px;
    position: relative;
}

.author-profile .share-button a.alart:after {
    content: "通知を受け取る";
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 300%;
}

.author-profile .position {
    text-align: center;
    margin-bottom: 10px;
}

.author-profile .button-area {
    padding: 20px 0 10px 0;
    text-align: center;
}

.author-profile a.button-white {
    font-size: 14px;
    padding: 5px 30px;
    margin: auto;
}

.author-profile a.button-white:hover {
    background: var(--text-gray-color);
    color: white;
}

.author-profile a.button-white span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.author-profile a:hover {
    opacity: 0.5;
}

.author-profile a.button-white span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
    position: absolute;
    top: 48%;
    right: 0;
    transform: rotate(45deg) translateY(-50%);
}

.author-profile a.button-white:hover span::after {
    border-top: 1px solid white;
    border-right: 1px solid white;
}

@media screen and (max-width:767px) {
    .side-box .author-profile {
        display: none;
    }
    .sp-only.author-profile-wrap {
        padding-inline: calc(var(--spacing) * 5);
        margin-top: 30px;
    }
    .author-profile .button-area {
        width: 80%;
    }
}

.article-recipe-search {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    border-top: 1px solid #D9D9D9;
}

.article-recipe-search h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--text-sub-color);
}

.article-recipe-search ul {
    justify-content: center;
    margin-top: 20px;
}

.article-recipe-search .micro-copy {
    display: none;
}

.editor-link {
    text-align: right;
}

.editor-link a {
    color: white;
    display: inline-block;
    position: relative;
    padding-right: 1em;
}

.editor-link.color a {
    color: var(--text-color);
}

.editor-link a::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px white;
    border-right: solid 1px white;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
}

.editor-link.color a::before {
    border-top: solid 1px var(--text-color);
    border-right: solid 1px var(--text-color);
}

#beauty .ranking-line,
#editors-blog .ranking-line {
    position: relative;
}

#beauty .ranking-line:before,
#editors-blog .ranking-line:before {
    content: "";
    display: block;
    width: 189px;
    height: 13px;
    background: url(../../images/beauty/article/beauty-ranking-line.svg) no-repeat center center/100%;
    z-index: 0;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

#editors-blog .ranking-line:before {
    background: url(../../images/editors-blog/article/editor-ranking-line.svg) no-repeat center center/100%!important;
}

.-top-2\.5 {
    top: calc(var(--spacing)* -0.5);
}

#editors-blog .new-book h2,
#editors-blog .special-topics h2 {
    background: #FBF8ED;
}

.special-topics .text-title {
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .editors-blog .px-5 {
        padding-inline: calc(var(--spacing)* 2);
    }
    .editors-blog .h1-title .tags {
        display: none;
    }
    #editors-blog .new-book h2,
    #editors-blog .special-topics h2 {
        background: white;
    }
}

.editors-blog .h1-title {
    display: flex;
    justify-content: space-between;
    margin-left: -30px;
}

.editors-blog .h1-title .editors-blog-title {
    width: 128px;
    height: 160px;
}
@media screen and (max-width:767px) {
    .editors-blog .h1-title{
        flex-wrap: wrap;
    }
    .editors-blog .h1-title .pc-sp-head{
        width: 100%;
        margin-left: 10px;
    }
}

.daily .daily-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--text-sub-color);
    width: 100%;
    padding-bottom: 3px;
}

.h1-title .daily-title picture {
    width: auto;
}

.daily-title img {
    width: 315px;
    height: 44px;
    display: inline-block;
    margin-right: 1em;
}

@media screen and (max-width:767px) {
    .daily .daily-title {
        display: block;
        text-align: center;
    }
    .daily-title img {
        width: 205px;
        height: 26px;
        display: block;
        margin: auto;
    }
}

.flex-box-top article.daily {
    padding-top: 0;
}

.editors-blog .h1-title {
    position: relative;
}

.editors-blog .h1-title .article-title {
    width: calc(100% - 146px);
    padding-top: 20px;
}

@media screen and (max-width:767px) {
    .editors-blog .h1-title {
        margin-left: -10px;
        padding-bottom: 20px;
    }
    .editors-blog .h1-title .editors-blog-title {
        width: 85px;
        height: 107px;
    }
    .editors-blog .h1-title .article-title {
        width: calc(100% - 90px);
        padding-top: 8px;
    }
    article.editors-blog h1 {
        font-size: 20px;
        line-height: 1.2em;
    }
}

.editors-blog .h1-title .article-title .category {
    position: absolute;
    bottom: -1em;
    left: 20px;
    display: flex;
}

@media screen and (max-width:767px) {
    .editors-blog .h1-title .article-title .category {
        left: 8px;
    }
}

.editors-blog .h1-title .article-title-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.daily .h1-title .article-title-head {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.category span,
.category a {
    display: flex;
    align-items: center;
}

.editors-blog .h1-title .category a {
    text-decoration: underline;
}

.category span::before,
.category a::before {
    content: "";
    display: inline-block;
    margin-right: 0.5em;
    width: 24px;
    height: 24px;
}

.category.cook span::before,
.category.cook a::before {
    width: 23px;
    background: url(../../images/editors-blog/article/ic-cook.svg) no-repeat center center/100%;
}

.category.theme span::before,
.category.theme a::before {
    width: 16px;
    height: 22px;
    background: url(../../images/editors-blog/article/ic-theme.svg) no-repeat center center/100%;
}

.category.new span::before,
.category.new a::before {
    background: url(../../images/editors-blog/article/ic-new.svg) no-repeat center center/100%;
}

.category.hobby span::before,
.category.hobby a::before {
    background: url(../../images/editors-blog/article/ic-hobby.svg) no-repeat center center/100%;
}

.category.travel span::before,
.category.travel a::before {
    width: 30px;
    background: url(../../images/editors-blog/article/ic-travel.svg) no-repeat center center/100%;
}
.category.beauty a::before,
.category.aboutbeauty span::before,
.category.aboutbeauty a::before {
    background: url(../../images/editors-blog/article/ic-beauty.svg) no-repeat center center/100%;
}
.category.health a::before,
.category.about-health span::before,
.category.about-health a::before {
    background: url(../../images/editors-blog/article/ic-health.svg) no-repeat center center/100%;
    height: 26px;
}

.category.ware span::before,
.category.ware a::before {
    height: 16px;
    background: url(../../images/editors-blog/article/ic-ware.svg) no-repeat center center/100%;
}

.category.life span::before,
.category.life a::before {
    background: url(../../images/editors-blog/article/ic-life.svg) no-repeat center center/100%;
}

.category.gourmet span::before,
.category.gourmet a::before {
    width: 35px;
    height: 21px;
    background: url(../../images/editors-blog/article/ic-gourmet.svg) no-repeat center center/100%;
}

.category span.num {
    display: inline-block;
    padding: 1px 5px;
    border: 1px solid #727272;
    font-family: var(--font-montserrat);
    font-size: 14px;
    margin-left: .5em;
}

.category span.num:before {
    display: none!important;
}

.tags {
    display: flex;
    justify-content: flex-end;
}

.tags>span {
    display: inline-block;
    margin-left: 1em;
}

.tags>span::before {
    content: "#";
}

.main-img>.caption {
    padding-top: 5px;
}

.main-img>img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.comment-form {
    max-width: 600px;
    margin: 60px auto;
}

.comment-tab {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 4px;
    display: flex;
    justify-content: flex-end;
}

.comment-tab span {
    display: inline-block;
    margin-left: 1em;
    color: var(--text-sub-color);
    font-size: 14px;
}

.comment-tab span.current {
    color: var(--text-color);
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .comment-form {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .comment-tab {
        border: none;
        justify-content: center;
    }
}

.comment-cont {
    font-size: 14px;
    position: relative;
    border-bottom: 1px dotted #D9D9D9;
    padding: 10px 0;
}

.comment-cont .edit {
    position: absolute;
    top: 10px;
    right: 0;
}

.comment-cont input[type=checkbox] {
    display: none;
}

.comment-cont .report {
    display: none;
}

input:checked+.edit+.report {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid var(--text-gray-color);
    color: var(--text-gray-color);
    background: white;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 5;
}

input:checked+.edit+.report:hover {
    background: var(--text-gray-color);
    color: white;
    cursor: pointer;
}

.comment-cont .name {
    color: var(--text-gray-color);
}

.comment-cont p {
    padding: 0;
}

.comment-cont .commentfoot {
    display: flex;
    justify-content: space-between;
}

.comment-cont .commentfoot a {
    text-decoration: underline;
    display: inline-block;
    margin-right: 1em;
}

.comment-cont .commentfoot a:hover {
    opacity: 0.5;
}

.comment-cont .commentfoot a.x-post {
    color: var(--text-gray-color);
}

.comment-cont .commentfoot .time {
    color: var(--text-gray-color);
}

.comment-cont .commentfoot .good {
    font-size: 12px;
    color: var(--text-gray-color);
    position: relative;
}

.comment-cont .commentfoot .good:hover {
    cursor: pointer;
    opacity: 0.5;
}

.comment-cont .commentfoot .good::before {
    content: "";
    background: url(../../images/editors-blog/article/good-bt.svg) no-repeat center center/100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: -25px;
}

.comment-rep {
    margin: 20px 0 10px 20px;
    position: relative;
}

.comment-form form {
    padding-top: 20px;
}

.comment-form input[type="text"],
.comment-form textarea {
    padding: 10px;
    border: 1px solid var(--text-gray-color);
    width: 100%;
    margin-bottom: 10px;
}

.comment-form textarea {
    height: 6em;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: var(--text-gray-color);
}

.comment-form .attention-area {
    display: flex;
    justify-content: space-between;
}

.comment-form .attention-area a {
    text-decoration: underline;
}

.comment-form .submit-bt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.comment-form .submit-bt input[type="submit"] {
    display: inline-block;
    padding: 8px 15px;
    background: var(--text-gray-color);
    color: white;
    border-radius: 60px;
    margin: 0;
}

.powered {
    padding-top: 10px;
}

.keyword .title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: var(--text-color);
}

.keyword ul.keyword-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
}

.keyword ul.keyword-list li {
    margin: 10px 20px;
}

.keyword ul.keyword-list li a:before {
    content: "#";
}

ul.category-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.category-list li {
    margin-bottom: 20px;
}

.keyword ul.keyword-list li a:hover,
ul.category-list li a:hover {
    opacity: 0.5;
}

@media screen and (max-width:767px) {
    .keyword ul.keyword-list {
        justify-content: space-between;
        gap: 5px 10px;
    }
    .keyword ul.keyword-list li {
        font-size: 14px;
        margin: 0;
    }
    ul.category-list {
        margin-bottom: 0;
    }
    ul.category-list li {
        width: 50%;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .category span::before,
    .category a::before {
        width: 18px;
        height: 18px;
    }
    .category.cook span::before,
    .category.cook a::before {
        width: 18px;
        background-size: contain;
    }
    .category.theme span::before,
    .category.theme a::before {
        height: 16px;
        background-size: contain;
    }
    .category.travel span::before,
    .category.travel a::before {
        width: 21px;
        background-size: contain;
    }
    .category.health span::before,
    .category.health a::before {
        height: 18px;
        background-size: contain;
    }
    .category.ware span::before,
    .category.ware a::before {
        height: 11px;
        background-size: contain;
    }
    .category.gourmet span::before,
    .category.gourmet a::before {
        width: 20px;
        height: 12px;
        background-size: contain;
    }
    ul.category-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .category-list-wrap {
        margin-bottom: 0;
    }
    ul.category-list li {}
    .keyword-list-wrap {
        margin-bottom: calc(var(--spacing) * 10);
    }
    .category-list-wrap h2 {
        border-bottom: 1px solid var(--text-gray-color);
        padding-bottom: 10px;
    }
    .article-recipe-search-wrap {
        margin-top: calc(var(--spacing) * 5);
    }
}


/*一覧*/

.series-list {}

.series-list::after {
    content: "";
    display: block;
    width: 299.33px;
}

.prof-ph {
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.lead-block {
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    #daily .series-list {
        width: 100%;
    }
    .series-list::after {
        display: none;
    }
}


/*トップ*/

#mv {
    padding-top: 20px;
}

.rounded-tl-lg-15 {
    border-radius: 15px 0 0 0;
}

#beauty .index-head {
    /* background: url(../../images/beauty/beauty-head-img.png) no-repeat left center/100%; */
}

.special-cont {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.special-cont img {
    aspect-ratio: 4/3;
}


/* PRタグ */

span.prtag {
    display: inline-flex;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: rgba(60, 60, 60, 0.10);
}

span.prtag:before {
    display: none;
}


/*一覧ページネーション*/

.article-pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.article-pagenation a,
#opeditor-pagination .article-pagenation span {
    display: inline-block;
    margin: 0 10px;
    padding: 0 5px;
    font-size: 18px;
    line-height: 1em;
    position: relative;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.05em;
}

.article-pagenation a.pages {
    color: var(--text-gray-color);
}

.article-pagenation a.prev,
.article-pagenation a.next {
    font-size: 16px;
}

.article-pagenation a.prev:before,
.article-pagenation a.next::after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: solid 1px var(--text-color);
    border-right: solid 1px var(--text-color);
}

.article-pagenation a.prev:before {
    transform: rotate(-135deg);
    margin-right: .2em;
}

.article-pagenation a.next:after {
    transform: rotate(45deg);
    margin-left: .2em;
}

.article-pagenation a.active {
    color: #000;
}

.article-pagenation a.active:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    background: #000;
}

@media screen and (max-width: 767px) {
    .bg-white .breadcrumb-list {
        margin-top: 0;
        padding-top: 56px;
    }
    .recipe-ranking-area {
        margin-top: 30px;
    }
    .recipe-ranking-area h2 {
        margin-top: -14px;
    }
}


/*記事内style調整*/

@media screen and (min-width: 769px) {
    article.beauty {
        width: auto!important;
    }
}


/* シェアボタン */

button#shareButton {
    border-radius: 2em;
    border: 1px solid var(--color-subtext);
    padding: 0.5em 2em;
    color: var(--color-text);
    cursor: pointer;
}

button#shareButton:hover {
    background-color: #727272;
    color: #fff;
}

@media screen and (max-width:767px) {
    .pcNone {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .spNone {
        display: none;
    }
}

#shop .series-contents-list,
#shop .special-list {
    display: none;
}

a.grey-button-hover:hover {
    background-color: #727272;
    color: #fff;
}


/*.flex-box-top{
	min-height:2900px;
}
.flex-box-top.short{
	min-height:2200px;
}
.flex-box-top.sshort{
	min-height:1500px;
}*/

@media screen and (max-width:767px) {
    .flex-box-top.short,
    .flex-box-top.sshort,
    .flex-box-top {
        min-height: auto!important;
    }
}

/* .tags-wrap {
    max-width: 50%;
    flex-wrap: wrap;
    gap: 6px;
} */
.tags-wrap.tags>span.prtag{
	margin-left: 0;
}
.header-short-menu{
	margin-bottom: 0;
}

.article-recipe-search form {
    justify-content: space-between;
}

.article-recipe-search form input[type="text"] {
    width: calc(var(--spacing) * 120.5);
}

#food .orepepanbu .h820 .kihon {
    display: inline-block;
}

#food .orepepanbu .h820 .ph390left {
    width: inherit;
}

.daily a.tag {
    background: #FFF5F7;
}

.tags-wrap {
  flex-wrap: wrap;
  gap: 6px;
}
.rec-name{
    max-width: 9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width:768px) {
  .tags-wrap {
    max-width: 50%;
  }

  .tags-wrap a.tag:first-child {
    margin-left: 0 !important;
  }
}
.sp_only{
    display: none;
}
.qualification {
    text-align: center;
}
.qualification p{
    padding: 0;
}
.qualification span{
    display: inline-block;
    margin: 0 5px;
    line-height: 1.6em;
}
.pc-profile-txt{
    display: flex;
    align-items: center;
    padding-bottom: 65px;
}
.pc-profile-txt h1{
    line-height: 1.3em;
}
.yomimono-thumb > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-prof-photo{
    overflow: hidden;
    width: 30px;
    height: 30px;
}
.author-prof-photo > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
p.author-prof-name{
    width: calc(100% - 35px);
    padding: 0;
}
ul.sns-link li{
    display: flex;
    align-items: center;
}

#orpm_author_yomimono_wrapper h2{
    max-width: 100%;
}

.books-list{
    display: flex;
    flex-wrap: wrap;
}
.books-list > a{
    display: block;
    width: 23%;
    margin: 0 1% 20px 1%;
    text-align: center;
    font-size: 14px;
}
.books-list > a:hover{
    opacity: 0.7;
}
.books-list > a img{
    display: block;
    margin: auto;
    margin-bottom: 10px;
    aspect-ratio: 3 / 4;
    object-fit: contain;
}

.author-series-list li a,
.profile-txt-all a{
    text-decoration: underline;
    color: #262626;
}

.author-series-list li a:hover,
.profile-txt-all a:hover{
    opacity: 0.8;
}
@media (width >= 48rem) {
    .pc-profile-txt {
        width: calc(var(--spacing) * 100);
        padding-left: 1em;
    }
}
@media screen and (max-width:767px) {
  #beauty .h1-title {
    flex-direction: column;
  }
  .author-photo.p-2{
    padding: calc(var(--spacing) * 1.2);
    margin-bottom: .5em;
  }
  .author-pagenation-list.gap-8{
    gap: calc(var(--spacing) * 7);
  }
  .sp_only{
    display: block;
    }
    .pc_only{
        display: none;
    }
    .books-list > a{
        width: 48%;
        font-size: 12px;
    }
    .pc-profile-txt{
        padding-bottom: 0;
    }
}
ul.slide2 li div a.opeditor-article-link,
ul li a.opeditor-article-link div{
    position: relative;
}

ul li a.opeditor-article-link div:has(img):after{
    content: "";
    background: url(/orangepage/images/common/ope-icon.png) no-repeat center center/100%;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}
.special-topics ul li a.opeditor-article-link div:has(img):after,
#opeditor ul li a.opeditor-article-link div:has(img):after{
    display: none;
}
ul.slide2 li div a.opeditor-article-link:has(img):after,
.special-topics ul li a.opeditor-article-link div:has(img):after{
        content: "";
        background: url(/orangepage/images/common/ope-icon.png) no-repeat center center/100%;
        display: block;
        position: absolute;
        width:30px;
        height:30px;
        top: 3px;
        right: 3px;
        z-index: 1;
}
@media (width < 48rem) {
     article ul li a.opeditor-article-link:has(img):after{
        display: none;
     }
     article ul li a.opeditor-article-link div{
        position: relative;
     }
    article ul li a.opeditor-article-link div:has(img):after{
        content: "";
        background: url(/orangepage/images/common/ope-icon.png) no-repeat center center/100%;
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 3px;
        right: 3px;
        z-index: 1;
        /*left:calc(var(--spacing) * 27);*/
    }
    .special-topics ul li a.opeditor-article-link:has(img):after,
    #opeditor article ul li a.opeditor-article-link:has(img):after{
        display: none;
    }
}

/* ギャラリー */
.gallery-swiper {
  width: 100%;
  padding: 20px 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.gallery-swiper .swiper-slide {
  text-align: center;
  padding: 0;
  display: block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.gallery-swiper .swiper-slide img {
  border-radius: 0;
}

.gallery-image {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
  user-select: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.gallery-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-pagination {
  /* flex-grow: 1; */
  display: flex;
  justify-content: center;
}

/* .swiper-pagination-bullet {
background: #666;
opacity: 0.5;
margin: 0 4px;
width: 10px;
height: 10px;
border-radius: 50%;
transition: opacity 0.3s ease;
cursor: pointer;
}

.swiper-pagination-bullet-active {
opacity: 1;
background: #333;
} */

/* 最初のモーダル（画像のみ） */

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(38, 38, 38, 0.60);
  justify-content: center;
  align-items: center;
}

.gallery-modal-wrap {
  max-width: 564px;
  user-select: none;
  width: 100%;
  height: auto;
  background: #fff;
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gallery-modal-image {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  border-radius: 0;
  height: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.gallery-close {
  position: absolute;
  top: -62px;
  right: -7px;
  font-size: 42px;
  color: white;
  cursor: pointer;
  font-weight: 100;
  user-select: none;
}

/* ギャラリーモーダル（Swiper付き） */

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(38, 38, 38, 0.60);
  justify-content: center;
  align-items: center;
}

.gallery-modal .swiper {
  width: 100%;
  max-width: 564px;
  height: auto;
  border-radius: 0;
  padding-top: 39px;
  padding-bottom: 39px;
  box-sizing: content-box;
}

.gallery-modal .swiper-slide img {
  width: 100%;
  height: auto;
  user-select: none;
  border-radius: 8px;
}

.gallery-modal .swiper-button-prev,
.gallery-modal .swiper-button-next {
  color: white;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  position: relative;
}

.gallery-modal .swiper-pagination-bullet {
  background: #ddd;
  opacity: 0.6;
}

.gallery-modal .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.open-modal-gallery-btn {
  display: flex;
  width: 205px;
  height: 36px;
  min-width: 194px;
  padding: 10px 50px 10px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #727272;
  margin: 20px auto 0;
  color: #262626;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}


button#open-modal-gallery::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 18px;
  width: 9px;
  height: 9px;
  border: 1px solid #262626;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}



.gallery-controls span.swiper-pagination-bullet {
  content: "";
  height: 8px;
  width: 8px;
  cursor: pointer;
  border-style: var(--tw-border-style);
  --tw-border-style: solid;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-subtext);
  border-radius: 3.40282e38px;
  display: block;
  padding: 0;
  background: transparent;
  margin: 0 5px !important;
  opacity: 1;
}

.gallery-controls span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-subtext);
}

.gallery-controls .swiper-button-next,
.gallery-controls .swiper-button-prev {
  display: block;
  width: 34px;
  height: 5px;
  cursor: pointer;
  position: relative;
  margin-top: 0;
}

.gallery-controls .swiper-button-next {
  background: url(https://www.orangepage.net/orangepage/common/images/allow-next.svg) no-repeat center center / 100%;
}

.gallery-controls .swiper-button-prev {
  background: url(https://www.orangepage.net/orangepage/common/images/allow-prev.svg) no-repeat center center / 100%;
}

.gallery-controls .swiper-button-next::after,
.gallery-controls .swiper-button-prev::after {
  content: none;
}

.gallery-pagination {
  position: relative;
  gap: calc(.25rem * 4);
  top: auto !important;
  bottom: auto !important;
}

.gallery-controls {
  justify-content: center !important;
  gap: calc(var(--spacing)*9);
  margin-top: 30px;
}

.gallery-modal-swiper-navigation {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center !important;
  gap: calc(var(--spacing) * 9);
  margin-top: 30px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  height: 20px;
}

.gallery-modal-pagination {
  position: relative;
}

div#gallery-modal-slider .swiper-wrapper {

  height: auto;
}

div#gallery-modal-slider .swiper-slide {
  display: block;
  align-items: center;
  justify-content: center;
  background: #fff;
}

div#gallery-modal-slider .swiper-slide img {
  margin: auto auto;
  display: block;
  border-radius: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.gallery-modal-pagination {
  display: flex;
  position: relative;
  gap: 16px;
  top: auto !important;
  bottom: auto !important;
}

.gallery-modal-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff !important;
  opacity: 1;
  border: 1px solid #fff;
}

.gallery-modal-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent !important;
}

.gallery-modal-swiper-navigation .swiper-button-next.gallery-modal-next {
  background: url(https://www.orangepage.net/orangepage/common/images/allow-next-w.svg) no-repeat center center / 100%;
}

.gallery-modal-swiper-navigation .swiper-button-prev.gallery-modal-prev {
  background: url(https://www.orangepage.net/orangepage/common/images/allow-prev-w.svg) no-repeat center center / 100%;
}

.gallery-modal-swiper-navigation .swiper-button-next.gallery-modal-next::after,
.gallery-modal-swiper-navigation .swiper-button-prev.gallery-modal-prev::after {
  content: none;
}

.gallery-modal-swiper .gallery-close {
  top: -21px;
  right: -7px;
  font-size: 42px;
  color: white;
  cursor: pointer;
  font-weight: 100;
  user-select: none;
  position: absolute;
}

.gallery-swiper .swiper-wrapper {
  justify-content: flex-start !important;
}

.gallery-swiper__image::before {
  content: "＋";
  position: absolute;
  bottom: 7px;
  right: 9px;
  width: 11px;
  height: 11px;
  border: 1px solid #727272;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 7px;
  font-weight: 700;
}

.gallery-swiper__image::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 6px;
  width: 6px;
  height: 1px;
  background: #727272;
  transform: rotate(45deg);
}

.gallery-swiper__image {
  padding: 10px;
  /*height: 286.667px;*/
  border: 1px solid #727272;
  position: relative;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
.gallery-swiper__image > img{
    margin: 0!important;
}

p.gallery-swiper__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-top: 8px;
  text-align: left;
}

.gallery-modal_image {
  height: 564px;
}

p.gallery-modal_text {
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.gallery-modal-swiper__image {
  height: 564px;
}

p.gallery-modal-swiper__text {
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .open-modal-gallery-btn:hover {
    background: #727272;
    color: #fff;
  }

  button#open-modal-gallery:hover::before {
    border-color: #fff;
  }

  .gallery-controls .swiper-button-next:hover,
  .gallery-controls .swiper-button-prev:hover {
    opacity: 0.7;
  }

  .gallery-controls span.swiper-pagination-bullet:hover {
    opacity: 0.7;
  }

  .gallery-swiper .swiper-slide:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .gallery-swiper .swiper-slide {
    height: auto;
    padding: 0;
    position: relative;
  }

  .gallery-swiper .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93%;
    height: 93%;
    transform: translate(-50%, -50%);
  }

  .gallery-pagination {
    display: none !important;
  }

  .gallery-controls .swiper-button-prev,
  .gallery-controls .swiper-button-next {
    display: block;
    width: 32px !important;
    height: 32px !important;
    cursor: pointer;
    position: relative;
    border: 1px solid #727272;
    border-radius: 20px;
    background-size: 22px;
    background-position: center top 13px;
    opacity: 1 !important;
  }

  .gallery-controls {
    justify-content: end !important;
    margin-top: 17px;
  }

  .gallery-modal-swiper-navigation {
    gap: 32px;
    width: 100%;
    justify-content: flex-end !important;
    padding-right: 10px;
    bottom: 6px;
  }

  .gallery-modal-pagination {
    display: none;
  }

  .gallery-modal-swiper-navigation .swiper-button-prev.gallery-modal-prev,
  .gallery-modal-swiper-navigation .swiper-button-next.gallery-modal-next {
    display: block;
    width: 32px !important;
    height: 32px !important;
    cursor: pointer;
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;
    background-size: 22px;
    background-position: center top 13px;
    opacity: 1 !important;
    background-color: #fff;
  }

  .gallery-modal-swiper-navigation .swiper-button-next.gallery-modal-next {
    background: url(https://www.orangepage.net/orangepage/common/images/allow-next.svg) no-repeat center center / 23px #fff;
  }

  .gallery-modal-swiper-navigation .swiper-button-prev.gallery-modal-prev {
    background: url(https://www.orangepage.net/orangepage/common/images/allow-prev.svg) no-repeat center center / 23px #fff;
  }

  div#gallery-modal-slider .swiper-wrapper {
    height: auto;
  }

  .gallery-modal .swiper {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .gallery-modal-swiper .gallery-close {
    right: 5px;
  }

  .gallery-modal-wrap {
    height: auto;
  }

  .gallery-swiper__image {
    padding: 10px;
    /*height: calc(10px + 56.6vw);*/
  }

  p.gallery-swiper__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding: 0;
  }

  .gallery-modal_image {
    height: 100vw;
    padding-top: 10px;
    box-sizing: content-box;
  }

  .gallery-modal-swiper__image {
    height: 100vw;
    padding-top: 10px;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 767px) {
   .side-box .author-profile:not(main#editors-blog .side-box .author-profile) {
      display: block;
  }
  .side-box+div.mx-auto {
      order: 3;
      margin-inline-start: 0;
  }
  article.top-article h1{
    text-align: center;
  }
  article.top-article ul.grid li a.flex-col{
    flex-direction: row;
  }
}
/*
  カスタムブロック：ショップ情報
*/
div.shop_data {
	border-radius: 15px 0px;
	border: 1px solid #727272;
	padding: 20px 60px;
	position: relative;
}

div.shop_data h3 {
	font-family: "Noto Sans JP";
	font-size: 16px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	/* 175% */
	margin: 0;
	border: 0 !important;
	padding: 0 10px;
	position: absolute;
	top: -14px;
	left: 50px;
	background: #fff;
}

div.shop_data h4 {
	margin: 0;
	font-size: 20px !important;
	font-weight: bold;
}

div.shop_data h4 a {
	color: #262626;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 24px */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
div.shop_data p {
	padding-bottom: 0;
	margin: 0;
	font-size: 14px;
}
div.shop_data p.shop_address {
	color: #262626;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	/* 27.2px */
	margin: 10px 0 0;
	padding: 0;

	a {
		font-weight: bold;
		color: #000;
	}
}
div.shop_data p.shop_description {
	margin-top: 10px;

	a {
		color: #5889AC;
	}
}
@media screen and (max-width: 767px) {
	article div.wp-block-orangepage-shop-data.shop_data {
		padding-inline: 20px;

		h3 {
			font-size: 16px !important;
			left: 18px;
		}
		h4 {
			font-size: 20px !important;
		}
	}
}

p.shop_text {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	/* 23.8px */
	margin: 22px 0 0;
	padding: 0;
}

p.shop_text a {
	color: #5889AC;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	text-decoration:none;
}
#daily p.shop_text a {
	color: #5889AC;
}

/*
  カスタムブロック：レシピショートコード
*/
.recipe-box{
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  margin: 1em 0;
  overflow: hidden;
}
.recipe-box a{
  display:flex;
}
.recipe-box.new{
    display:flex;
    align-items: center;
}
.recipe-box a>div.recipe-box-image{
}
.recipe-box a>div>img{
  object-fit: cover;
  object-position: center center;
  width: 223px;
  height: 158px;
}
.recipe-box.new div>a>img{
    object-fit: cover;
    object-position: center center;
    width: 223px;
    height: 158px;
    height: 167px;
    margin: 0;
}
.recipe-box a>div.recipe-box-data{
  margin: 0;
  padding: 40px 10px 0;
}
.recipe-box.new div.recipe-box-data{
  padding: 10px 30px 0;
}
.recipe-box.new div.recipe-box-data img{
    margin: 0!important;
}
.recipe-box.new p{
    padding: 0;
}
@media screen and (max-width:767px) {
    .recipe-box.new{
        display: block;
    }
    .recipe-box.new div>a>img{
        width: 100%;
        height: auto;
        aspect-ratio: 4/2.5;
    }
    .recipe-box.new div.recipe-box-data{
        padding: 10px;
    }
}
.recipe-box-title{
  color: #262626;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.recipe-box.new .recipe-box-title{
    font-size: 20px;
    padding-bottom: 10px;
}
.recipe-box a>p>ul{
  display: flex;
  margin: 0;
  padding: 0;
  gap:7px;
}
.recipe-box.new p>ul{
  display: flex;
  margin: 0;
  padding: 0;
  gap:7px;
}
.recipe-box-like{
  color: var(---, #262626);
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 14px */
  display: flex;
  gap: 6px;
}
.recipe-box-like img{
    margin: 0!important;
}

@media (width < 48rem) {
	.show-li-sp li > div.group {
		display: flex;
	}
}

.cat-tags {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}
@media screen and (max-width:767px) {
  .editors-blog .h1-title{
      margin-bottom: 0;
  }
 .cat-tags {
  flex-direction: column;
  justify-content:flex-start
 }
 .cat-tags .category{
  margin-bottom:1em;
 }
}

#editors-blog {
	.comment-form {
		margin-bottom: 20px;

		.title {
			margin-bottom: 0;
		}
	}

	.comment-list {
		--comment-list-secondary-color: #727272;
		word-break: break-all;

		.comment-num {
			font-size: 14px;
			font-weight: bold;

			span {
				font-size: 12px;
				color: var(--comment-list-secondary-color);
			}
		}

		> ul {
			border-top: solid 1px #262626;
			border-bottom: solid 1px #262626;
			margin-block: 10px;
			padding-block: 10px;

			> ul.children {
				display: none;
			}
		}

		li {
			padding-top: 10px;
			border-top: dashed 1px #D9D9D9;
			margin-top: 10px;

			&:first-child {
				padding-top: 0;
				border: none;
				margin-top: 0;
			}

			div.replies {
				padding-left: 30px;

				& + .comment-form {
					padding-left: 30px;
				}
			}
			ul.child-comments {
				border: none;
				margin: 0;
				padding: 0;
				padding-top: 10px;
				border-top: dashed 1px #D9D9D9;
				border-bottom: dashed 1px #D9D9D9;
				margin-top: 10px;

				& + .reply-link {
					margin-top: 10px;
				}
			}
		}

		.comment-name {
			margin-bottom: 10px;
			font-size: 14px;
			font-weight: bold;
			display: flex;
			flex-wrap: wrap;
			align-items: baseline;
			gap: 0 10px;

			> time {
				font-size: 12px;
				font-weight: normal;
				color: var(--comment-list-secondary-color);
			}
		}

		.comment-content {
			font-size: 14px;
			line-height: 1.7;
		}

		.read-more {
			font-size: 12px;
			color: var(--comment-list-secondary-color);
			cursor: pointer;
			text-decoration: underline;
		}

		.reply-link > a {
			font-size: 14px;
			color: var(--comment-list-secondary-color);
			text-decoration: underline;
		}

		.comment-form {
			max-width: 680px;
			margin: 0;

			#customCommentForm {
				max-width: 680px;
				padding-top: 14px;
			}

			.title {
				display: none;
			}

			input[type="text"] {
				margin-bottom: 4px;
				padding: 6px 10px;
			}
			textarea {
				margin-bottom: 4px;
				display: block;
				height: 5em;
			}

			.attention p {
				padding-bottom: 0;
			}

			#cancelReply {
				font-size: 14px;
				color: var(--comment-list-secondary-color);
				text-decoration: underline;
			}

			.submit-bt {
				flex-direction: row;
				justify-content: flex-end;
				align-items: flex-end;
				gap: 20px;

				input {
					font-size: 14px;
				}
			}

			#charCount {
				flex-shrink: 0;
			}
		}
	}
}
@media screen and (max-width: 767px) {
	#editors-blog {
		.comment-list  li div.replies,
		.comment-list  li div.replies + .comment-form {
			padding-left: 20px;
		}
	}
}

.page-links {
	ul {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #727272;
		margin: 30px auto;
	}

	li.list-item-first {
		padding: 0 24px 0 0;
		color: #000;
		opacity: .5;

		&::before {
			content: "";
			background: url(../images/allow-grey.svg) no-repeat;
			background-size: contain;
			width: 6px;
			height: 12px;
			display: inline-block;
			margin-left: 8px;
			transform: rotate(180deg);
		}

		a {
			padding-left: 8px;
		}
	}

	li.list-item-last {
		padding: 0 0 0 24px;

		&::after {
			content: "";
			background: url(../images/allow-grey.svg) no-repeat;
			background-size: contain;
			width: 7px;
			height: 11px;
			display: inline-block;
			margin-left: 8px;
		}
	}

	li.list-item a {
		font-size: 18px;
		padding: 0 15px;
	}

	li.current-item a {
		font-weight: bold;
		text-decoration: underline;
		color: #000;
	}

	li a span {
		font-family: "Jost", sans-serif;
		font-size: 16px;
		display: inline-block;
	}
}

figure.wp-block-table {
	margin-block: 20px;

	table {
		table-layout: auto !important;
		width: 100%;
	}
	.has-fixed-layout th,
	.has-fixed-layout td {
		word-break: initial;
	}
	thead {
		border-bottom: none;
	}
	tbody th {
		width: 130px;
	}

	th {
		background: #F7F5F5;
	}
	th, td {
		padding: 20px;
		box-sizing: border-box;
		white-space: nowrap;
	}
	td {
		width: auto;
	}
}
.border-block {
	border: solid 1px #D9D9D9;
	padding: 24px 18px;
	margin-block: 20px;

	> div {
		font-weight: bold;
	}

	> p {
		padding-bottom: 0;
		margin: 0;
	}

	a {
		color: #4483B6;
	}
}
.ogp-link-box {
	display: flex;
	border: solid 1px #D9D9D9;
	margin-block: 20px;
	align-items: stretch;
	border-radius: 8px;
	min-height: 130px;

	.ogp-content {
		padding: 14px 20px;
	}
	.ogp-image {
		flex-shrink: 0;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		aspect-ratio: 4 / 3;
		height: 128px;
	}
	.ogp-domain {
		color: #727272;
		font-size: 12px;
	}
	.ogp-title {
		font-size: 18px;
		font-weight: bold;
	}
	.ogp-description {
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		overflow: hidden;
	}
}
@media screen and (max-width: 767px) {
	.articleDetailTxt figure.wp-block-table:not(.wp-block-gallery) {
		align-items: flex-start;
	}
	.ogp-link-box {
		flex-direction: column;

		.ogp-content {
			padding: 10px 10px 20px 10px;
		}
		.ogp-image {
			width: 100%;
			height: auto !important;
		}
		.ogp-description {
			-webkit-line-clamp: 4;
		}
	}
}

.border-block a {
	color: #4483B6;
}
#beauty {
	figure.wp-block-table th {
		background: #FFF1EA;
	}
}
#editors-blog {
	figure.wp-block-table th {
		background: #DBE0E5;
	}
}

#healthcare {
	figure.wp-block-table th {
		background: #DBF4F4;
	}
}
#life-style {
	figure.wp-block-table th {
		background: #EFF3DA;
	}
}

article a.cv-link {
	color: #E3A857 !important;
	font-weight: bold;
}
article .button-area.cv-button.left {
	justify-content: flex-start;
}
article .button-area.cv-button a {
	color: white;
	background: #E3A857;
	padding: 5px 30px;
	font-weight: bold;
}
article .cv-button a span {
	display: inline-block;
}
article .cv-button a span::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
	article .button-area.cv-button.left {
		text-align: left;
	}
	article .button-area.cv-button {
		width: 100%;
		text-align: center;
	}
	article .button-area.cv-button a {
		width: auto;
	}
}


.orangepage-pagination .nav-links {
	display: flex;
	justify-content:center;
    align-items: center;
	gap:20px;
    font-family: "Jost", sans-serif;
}
.orangepage-pagination .nav-links a{
    text-decoration: none;
}
.orangepage-pagination .nav-links span.current,
.orangepage-pagination .nav-links span.active{
    display: inline-block;
    border-bottom: 2px solid #262626;
    padding: 0 2px;
}
.orangepage-pagination .nav-links .next,
.orangepage-pagination .nav-links .prev{
    position: relative;
}
.orangepage-pagination .nav-links .prev::before,
.orangepage-pagination .nav-links .next::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #262626;
    border-right: solid 1px #262626;
    margin:auto;
}
.orangepage-pagination .nav-links .prev::before{
    transform: rotate(-135deg);
}
.orangepage-pagination .nav-links .next::before{
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .orangepage-pagination .nav-links.little-gap {
        gap:0px!important;
        justify-content: space-between!important;
    }
}
.loading-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	text-align: center;
	color: #666;
}

.main-category-posts-spinner,
.opeditor-top-spinner {
	width: 36px;
	height: 36px;
	border: 3px solid #ddd;
	border-top-color: #333;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	margin-bottom: 12px;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.readmore-button-box {
	text-align: center;
	background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), white );
	padding-top: 4.5em;
	margin-top: -6.5em;
	position: relative;
}
.readmore-button-box a {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 30px 0;
}
.readmore-button-box a::before {
	content: "続きを読む";
	background: white;
	display: inline-block;
	margin: auto;
	padding: 0 20px;
	z-index: 1;
	position: relative;
	color: var(--color-subtext);
}
.readmore-button-box a::after {
	content: "";
	width: 100%;
	background: var(--text-gray-color);
	height: 2px;
	z-index: 0;
	display: block;
	position: absolute;
	top: 49%;
	left: 0;
}
#beauty .readmore-button-box a::after {
	background: var(--beauty-accent-color);
}
#healthcare .readmore-button-box a::after {
	background: #BAE9E8;
}
#life-style .readmore-button-box a::after {
	background: #E1E9B2;
}
#recipe .readmore-button-box a::after {
	background: var(--recipe-accent-color);
}
#comics .readmore-button-box a::after {
	background: var(--comics-accent-color);
}
article.editors-blog .readmore-button-box a::after {
	background: none !important;
	height: 5px;
	border-bottom: 1px double var(--eb-accent-color);
	border-top: 1px double var(--eb-accent-color);
}
.readmore-area {
	display: none;
}
.wp-admin .readmore-area {
	display: block;
}
div.samplearea {
	border: 1px solid gray;
	padding: 1em;
	margin: 0px 1px 1em 0px;
	max-width: 420px;
	display: inline-block;
	vertical-align: top;
}

#ad-article-header{
    height: 90px;
}
@media screen and (max-width:767px) {
 #ad-article-header{
    height: 100px;
    display: none;
 }
}
#ad-article-header-2{
  height: auto;
}
@media screen and (max-width:767px) {
  #ad-article-header-2{
    height: 120px;
  }
}

mark{
  background-color: white;
}

@media (width >= 48rem) {
    #taboola-below-article-thumbnails-desktop2{
        height: calc( 20vw + 255px );
        max-height: 512px;
    }
}
@media (width < 48rem){
    #taboola-below-article-thumbnails-mobile2{
        height: calc( 123vw + 351px );
    }
}
@media (width < 48rem){
    .float-banner-wrap{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 85%;
        z-index: 9;
    }
    .float-banner{
        width: 100%;
        position: relative;
        background: #5889AC;
        padding: 20px 20px 20px 10px;
        color: white;
        border-radius: 0 10px 0 0;
    }
    .float-banner .batsu{
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: white;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .float-banner .batsu::before,
    .float-banner .batsu::after{
        content: "";
        width: 12px;
        height: 1px;
        background: #5889AC;
        display: block;
        position: absolute;
        right: 3px;
        top: 9px;
    }
    .float-banner .batsu::before{
        transform: rotate(-45deg);
    }
    .float-banner .batsu::after{
        transform: rotate(45deg);
    }
    .float-banner .contents-link{
        display: flex;

    }
    .float-banner .contents-link a img{
        object-fit: cover;
        aspect-ratio: 4/3;
    }
    .float-banner .pr {
        display: inline-block;
        background: #93AEC2;
        border-radius: 3px;
        font-size: 0.75rem;
        letter-spacing: 0.1em;
        line-height: 1.4;
        padding: 0 0.3125rem;
    }
}

/* 黄金比率ロゴ＋メイン画像ブロック */
.hero-image-with-logo {
	width: 100%;
	margin: 30px 0;
	box-sizing: border-box;
}
.hero-image-with-logo__inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
}
.hero-image-with-logo__main {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center bottom;
	vertical-align: top;
}
.hero-image-with-logo__logo {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: auto;
	max-width: 45%;
	max-height: 35%;
	object-fit: contain;
	pointer-events: none;
}
@media (min-width: 769px) {
	.hero-image-with-logo__inner {
		height: 567px;
		min-height: 567px;
	}
	.hero-image-with-logo__main {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position: center bottom;
	}
	.hero-image-with-logo__logo {
		max-width: 320px;
		max-height: 120px;
	}
}
@media (max-width: 768px) {
	.hero-image-with-logo__inner {
		height: 0;
		padding-bottom: 100%;
		width: 100%;
	}
	.hero-image-with-logo__main {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center bottom;
	}
	.hero-image-with-logo__logo {
		max-width: 45%;
		max-height: 35%;
		transform: translate(-50%, 50%);
	}
}

/* 黄金比率用h2ブロック */
.golden-ratio-h2 {
	text-align: center;
	font-size: 26px;
	line-height: 1.6;
	margin: 1em 0;
}
.golden-ratio-h2__text {
	color: #c0191f;
	background: linear-gradient(to bottom, transparent 60%, #ffed007a 60%);
	padding: 0 0.15em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
@media (max-width: 768px) {
	.golden-ratio-h2 {
		font-size: 20px;
	}
}

/* 黄金比率用〇〇の黄金比率ブロック */
.golden-ratio-ratio {
  --gr-ratio-red: #c0191f;
  --gr-ratio-yellow: #FFF6A0;
}

.golden-ratio-ratio__top {
  background: var(--gr-ratio-yellow);
  padding: 32px;
  margin-bottom: 0;
}

.golden-ratio-ratio__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.25em;
  margin: 0 0 16px 0;
  font-size: 20px;

  justify-content: center;
  text-align: center;
  align-items: center;
}

.golden-ratio-ratio__title-label {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  padding: 6px 14px;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  font-size: 56px;
}

@media (max-width: 768px) {
    .golden-ratio-ratio__title-label {
        font-size: 28px;
    }
}

.golden-ratio-ratio__title-suffix {
  color: var(--gr-ratio-red);
  font-weight: 800;
  line-height: 1.2;
  font-size: 56px;
}

.golden-ratio-ratio__title-no {
    color: #333;
    font-size: 42px;
}

.golden-ratio-ratio__ratio-img-wrap {
  margin-top: 12px;
}

.golden-ratio-ratio__ratio-img {
  width: 100%;
  height: auto;
  display: block;
}

.golden-ratio-ratio__items {
  margin-top: 32px;
  background: #fff;
  border-top: none;
}

.golden-ratio-ratio__item {
  margin-bottom: 20px;
}
.golden-ratio-ratio__item:last-child {
  margin-bottom: 0;
}

.golden-ratio-ratio__item-heading {
  color: var(--gr-ratio-red);
  font-size: 18px;
  margin: 0 0 8px 0;
  text-align: left;
}

.golden-ratio-ratio__item-desc,
.golden-ratio-ratio__item p {
  margin: 0;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 768px) {
  .golden-ratio-ratio__top {
    padding: 18px;
  }

  .golden-ratio-ratio__title {
    font-size: 18px;

    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .golden-ratio-ratio__title-label {
    padding: 6px 12px;
  }

  .golden-ratio-ratio__title-suffix {
    display: block; 
  }

  .golden-ratio-ratio__item-heading {
    font-size: 16px;
  }
}

/* 黄金比率レシピブロック */
.golden-ratio-recipe {
	--gr-recipe-red: #c0191f;
	--gr-recipe-marker: #ffed007a;
	--gr-recipe-border: #e0e0e0;
    border: 1px solid red;
    padding: 42px;
}
@media (max-width: 768px) {
    .golden-ratio-recipe {
        padding: 24px 16px 100px 16px;
    }
}

.golden-ratio-recipe__header {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}
.golden-ratio-recipe__header-text { flex: 1; min-width: 200px; }
.golden-ratio-recipe__title {
	font-size: 26px;
	margin: 0 0 12px 0;
    text-align: center;
}
.golden-ratio-recipe__title-text {
	color: var(--gr-recipe-red);
	background: linear-gradient(to bottom, transparent 60%, var(--gr-recipe-marker) 60%);
	padding: 0 0.15em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.golden-ratio-recipe__lead {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
}
.golden-ratio-recipe__main-img-wrap {
	width: 280px;
	flex-shrink: 0;
}
.golden-ratio-recipe__main-img {
	width: 100%;
	height: auto;
	display: block;
}
.golden-ratio-recipe__materials { margin-bottom: 24px; }
.golden-ratio-recipe__materials-title {
	font-size: 20px;
	margin: 0 0 6px 0;
}
.golden-ratio-recipe__materials-label { color: var(--gr-recipe-red); }
.golden-ratio-recipe__servings { color: var(--gr-recipe-red); }
.golden-ratio-recipe__ingredients {
	list-style: none;
	padding: 0;
	margin: 0;
}
.golden-ratio-recipe__ingredient-item {
    border-top: 1px solid #c0191f4d;
    padding: 6px;
	font-size: 16px;
}
.golden-ratio-recipe__ingredient-item:last-child {
    border-bottom: 1px solid #c0191f4d;
}
.golden-ratio-recipe__preparation {
	margin-bottom: 24px;
}
.golden-ratio-recipe__preparation-title {
	font-size: 20px;
	margin: 0 0 12px 0;
	color: var(--gr-recipe-red);
}
.golden-ratio-recipe__preparation-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
}
.golden-ratio-recipe__steps-title {
	font-size: 20px;
	margin: 0 0 16px 0;
	color: var(--gr-recipe-red);
}
.golden-ratio-recipe__step {
	display: flex;
	gap: 20px;
	margin-bottom: 28px;
	align-items: flex-start;
}
.golden-ratio-recipe__step-img {
	width: 280px;
	flex-shrink: 0;
}
.golden-ratio-recipe__step-img img { width: 100%; height: auto; display: block; }
.golden-ratio-recipe__step-content { flex: 1; }
.golden-ratio-recipe__step-heading-row {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 8px;
}
.golden-ratio-recipe__step-num {
	font-size: 32px;
	font-weight: bold;
	color: var(--gr-recipe-red);
	flex-shrink: 0;
}
.golden-ratio-recipe__step-heading {
	font-size: 18px;
	margin: 0;
	flex: 1;
    color: var(--gr-recipe-red);
}
.golden-ratio-recipe__step-content p { margin: 0; line-height: 1.7; }
@media (max-width: 768px) {
	.golden-ratio-recipe__header { flex-direction: column; }
	.golden-ratio-recipe__main-img-wrap { width: 100%; }
	.golden-ratio-recipe__title { font-size: 20px; }
	.golden-ratio-recipe__step { flex-direction: column; }
	.golden-ratio-recipe__step-img { width: 100%; }
}

@media (width >= 48rem) {
  header .max-md\:overflow-x-hidden>ul:first-child {
      min-height: 76px;
      align-content: flex-end;
  }
}


.op_golden_main {
  position: relative;
  width: 100%;
  background: #fff;
}

.op_golden_main__mainWrap {
  position: relative;
  width: 100%;
  height: var(--pc-height, 567px);
  overflow: hidden;
}

.op_golden_main__mainImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom; 
}

.op_golden_main__logoImg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;                
  z-index: 2;
  width: min(95%, 760px);      
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .op_golden_main__mainWrap {
    height: auto;
    aspect-ratio: 1 / 1;        
  }

  /* SPのみ画像下を白へフェード */
  .op_golden_main__mainWrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }

  .op_golden_main__logoImg {
    bottom: 10px;
    width: min(90%, 420px);
  }
}


.op_golden_main__toolbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.op_golden_main__field p {
  margin: 0 0 6px;
  font-weight: 600;
}

.op_golden_main__preview {
  position: relative;
  border: 1px dashed #ddd;
  padding: 12px;
}

.op_golden_main__placeholder,
.op_golden_main__logoPlaceholder {
  padding: 12px;
  background: #f6f7f7;
  margin-top: 8px;
}
