@charset "UTF-8";

body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}


/****************************************************************

	Enjoy

****************************************************************/

.enjoy__banner {
    display: block;
    max-width: 656px;
    width: 100%;
    margin: auto;
}


/****************************************************************

	New Arrival

****************************************************************/

.new-arrival {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.new-arrival__item {
    max-width: 210px;
    list-style: none;
}

.new-arrival__item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 10px;
}

.new-arrival__price {
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 768px) {

    .new-arrival {
        justify-content: unset;
        gap: unset;
    }

    .new-arrival__item {
        max-width: 300px;
    }



    .sec__new .slide-arrow__prev,
    .sec__new .slide-arrow__next {
        top: 27.5vw;
    }
}


/****************************************************************

	sec__banner

****************************************************************/

.sec__banner--area {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
}

.sec__banner--area a {
    display: block;
    max-width: 340px;
}

@media (max-width: 768px) {
    .sec__banner--area {
        flex-direction: column;
    }

    .sec__banner--area a {
        max-width: 100%;
    }
}


/****************************************************************

	sec__guide

****************************************************************/

.sec__guide {
    background-color: #FAF8F2;
    padding: 60px 0;
}

.guide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
}

.guide__item {
    background-color: #fff;
    padding: 20px;
}

.guide__icon {
    margin: auto;
}

.guide__title {
    font-weight: bold;
    text-align: center;
    margin: 10px 0 15px;
}

.guide__contents {
    font-size: 15px;
}

.guide__contents a {
    text-decoration: underline;
}

.guide__contents ul {
    list-style: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.guide__pay-img {
    margin: 10px 0;
}

.guide__table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    margin-top: 10px;
}

.guide__table th,
.guide__table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.guide__table th {
    white-space: nowrap;
    background-color: #555555;
    color: #fff;
    vertical-align: top;
    font-weight: normal;
}

.sec__guide .btn__wrap {
    margin: 30px auto;
}

.guide__under-banner {
    max-width: 800px;
    margin: 30px auto 0;
}

.item--mark_wrap {
    padding-top: 10px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.item--mark {
    color: #fff;
    background-color: #113e7d;
    font-size: 1.4rem;
    padding: 5px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

.item--mark.-akinae {
    background-color: #e1bfa8;
}

.item--mark.-harunae {
    background-color: #eec4dc;
}

.item--mark.-hachinae {
    background-color: #b5b0a4;
}

.item--mark.-reserve {
    background-color: #e1a8a8;
}

.item--mark.-speed {
    background-color: #e1a8d4;
}

.item--mark.-beginners {
    background-color: #b8d1a8;
}

.item--mark.-maker {
    background-color: #a8d1e1;
}

.item--mark.-sendfree {
    background-color: #e18282;
}

.item--mark.-thorns {
    background-color: #a8b2e1;
}

.item--mark.-scent {
    background-color: #d6d5a1;
}

@media (max-width: 960px) {

    .guide {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .guide {
        display: flex;
        gap: unset;
    }

    .guide__item {
        width: calc(100vw - 40px);
    }
}


/****************************************************************

	blog-archive

****************************************************************/

.float-btn__cart--wrap {
    display: none;
}

/* sec__breadcrumbs */

.breadcrumbs {
    display: flex;
    list-style: none;
    font-size: 12px;
}

.breadcrumbs li:nth-of-type(n+2) {
    padding-left: 15px;
    margin-left: 10px;
    background: url(../img/icon_arrow_right.svg) no-repeat center left;
}

.sec__breadcrumbs {
    margin: 20px 0;
}

.column__mv {
    display: block;
    margin-bottom: 30px;
}

.column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.column-list__item {
    position: relative;
}

.column-list__link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    z-index: 0;
}

.column-list__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 10px;
}

.column-list__category {
    font-size: 14px;
    color: #2C4E2F;
    text-decoration: underline;
}

.column-list__date {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #707070;
}

/* pager */

.pager {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.pager__list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pager__item {
    border: 1px solid #5B986B;
    border-radius: 4px;
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    background-color: #ffffff;
    transition: background-color 0.3s;
}

.is-current,
.pager__link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager__link {
    width: 100%;
    height: 100%;
    color: #5B986B;
    text-decoration: none;
    font-weight: bold;
}

.pager__item.is-current {
    background-color: #5B986B;
    color: #fff;
}

.pager__item.is-current .pager__link {
    color: #ffffff;
}

.pager__item--next .pager__link {
    font-size: 20px;
    line-height: 38px;
    color: #5B986B;
}

.pager__item--back,
.pager__item--next {
    border: none;
    background-repeat: no-repeat;
    background-position: center;
}

.pager__item--next {
    background-image: url(../img/icon_arrow_right_green.svg);
}

.pager__item--back {
    background-image: url(../img/icon_arrow_left_green.svg);
}

.column-tags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.column-tags__item {
    display: block;
    font-size: 14px;
    border: 1px solid #ccc;
}

.column-tags__item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 10px 2px;
}

/* サイドバー */

.article-list__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.article-list__ranking,
.column-list__ranking {
    counter-reset: ranking;
    list-style: none;
}

.article-list__ranking li,
.column-list__ranking li {
    counter-increment: ranking;
    position: relative;
}

.article-list__ranking li::before,
.column-list__ranking li::before {
    content: counter(ranking);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 26px;
    height: auto;
    aspect-ratio: 1;
    background-color: #5B986B;
    color: #fff;
    text-align: center;
    line-height: 26px;
    z-index: 1;
}

.article-list__a--img {
    display: block;
    width: 120px;
    flex-shrink: 0;
}

.article-list__item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    position: relative;
}

@media (max-width: 768px) {

    .sec__breadcrumbs {
        margin-bottom: 10px;
    }

    .breadcrumbs {
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .column-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .pager__item {
        width: 32px;
        font-size: 16px;
    }

    .column-tags {
        justify-content: flex-start;
    }

    .column-list__ranking>*:first-child {
        grid-column: span 2;
    }
}


/****************************************************************

	blog-detail

****************************************************************/

.colimn-detail__title {
    font-size: 28px;
    font-weight: bold;
}

.colimn-detail__title-area--bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.colimn-detail__title-area .column-list__date {
    font-size: 14px;
    flex-direction: row;
    gap: 10px;
}

#reading-time {
    font-size: 14px;
    padding-left: 20px;
    background: url(../img/icon_book.svg) no-repeat center left;
}

.colimn-detail__eye-catching {
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

.colimn-detail__eye-catching img {
    margin: 0 auto;
}

.table-of-contents {
    margin-top: 50px;
    padding: 20px;
    background-color: #F4F4F4;
    border: 1px solid #ccc;
    font-weight: bold;
}

.table-of-contents__title {
    /* font-weight: bold; */
    text-align: center;
    margin-bottom: 50px;
}

.table-of-contents__list {
    padding-left: 1.5em;
    counter-reset: list-number;
    list-style: none;
    font-size: 14px;
}

.table-of-contents__list li {
    counter-increment: list-number;
    position: relative;
}

.table-of-contents__list li::before {
    position: absolute;
    content: counter(list-number);
    left: -1.5em;
}

.table-of-contents__list li:nth-of-type(n+2) {
    margin-top: 15px;
}

.article-point {
    padding: 20px;
    border: 1px solid #5B986B;
    margin: 50px 0;
}

.article-point__title,
.the-contents p.article-point__title {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 15px;
}

.article-point ol {
    counter-reset: article-point__number;
    list-style: none;
}

.article-point li {
    counter-increment: article-point__number;
    position: relative;
    padding-left: 35px;
}

.article-point li::before {
    content: counter(article-point__number);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 26px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #5B986B;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    z-index: 1;
}

.article-point li:nth-of-type(n+2) {
    margin-top: 10px;
}

.featured-products__title {
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.featured-products__title span {
    width: fit-content;
    padding-right: 20px;
    background-color: #fff;
}

.featured-products {
    margin: 50px 0;
}

.featured-products__title::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #5B986B;
    top: 50%;
    z-index: -1;
}

.featured-products__inner {
    max-width: 620px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 20px 30px;
}

.featured-products__img,
.the-contents img.featured-products__img {
    margin: 0;
    aspect-ratio: 1;
    object-fit: cover;
}

.featured-products__product-name,
.the-contents p.featured-products__product-name {
    margin: 0 auto 15px;
    font-size: 18px;
    font-weight: bold;
}

.featured-products__text-area .btn__main {
    margin-right: 0;
    margin-bottom: 0;
}

.speech-bubble {
    margin: 50px 0;
}

.speech-bubble__block {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.speech-bubble__block:nth-of-type(n+2) {
    margin-top: 20px;
}

.speech-bubble__block.--reverse {
    flex-direction: row-reverse;
}

.who__img-name {
    min-width: 120px;
}

.who__img-name img,
.the-contents .who__img-name img {
    display: block;
    width: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 10px;
    border: 1px solid #CCC;
}

.who__img-name p,
.the-contents .who__img-name p {
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.speech-bubble__contents {
    padding: 20px;
    background-color: #F3F3F3;
    border-radius: 4px;
    margin: 20px 0 0 20px;
    position: relative;
}

.speech-bubble__contents::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 20px solid #F3F3F3;
    border-bottom: 14px solid transparent;
    top: 20px;
    left: -20px;
}

.speech-bubble__block.--reverse .speech-bubble__contents {
    margin: 20px 20px 0 0;
}

.speech-bubble__block.--reverse .speech-bubble__contents::after {
    border-right: none;
    border-left: 20px solid #F3F3F3;
    left: auto;
    right: -20px;
}

.speech-bubble__contents p:first-of-type {
    margin-top: 0;
}

.speech-bubble__contents p:last-of-type {
    margin-bottom: 0;
}

.step-list,
.the-contents .step-list {
    margin: 50px 0;
    padding: 20px 0 10px 50px;
    list-style: none;
    counter-reset: step-list__number;
    position: relative;
}

.step-list::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    left: 15px;
    top: 0;
    background-color: #F3F3F3;
}

.step-list__item {
    padding-top: 25px;
    counter-increment: step-list__number;
    position: relative;
}

.step-list__item::before {
    position: absolute;
    content: "";
    display: block;
    width: 26px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #5B986B;
    top: 0;
    left: -43px;
}

.step-list__item::after {
    position: absolute;
    content: "STEP." counter(step-list__number);
    top: 0;
    font-size: 16px;
    font-weight: bold;
    color: #5B986B;
}

.step-list__item:nth-of-type(n+2) {
    margin-top: 40px;
}

.step-list__title,
.the-contents p.step-list__title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.step-list__contents p:first-of-type {
    margin-top: 0;
}

.step-list__contents p:last-of-type {
    margin-bottom: 0;
}

.related-articles {
    margin: 50px 0;
}

.related-articles__inner {
    max-width: 665px;
    /* margin: auto; */
    display: grid;
    grid-template-columns: 190px 1fr;
    justify-items: center;
    gap: 20px 30px;
    margin: 30px auto 0;
}

.related-articles__title,
.the-contents p.related-articles__title {
    font-size: 18px;
    font-weight: bold;
    /* margin-bottom: 20px; */
    margin: 0 0 20px;
}

.related-articles__img,
.the-contents img.related-articles__img {
    margin: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: top;
}

.related-articles__link {
    display: block;
    margin: 15px 0 0 auto;
    width: fit-content;
    padding-right: 15px;
    font-weight: bold;
    background: url(../img/icon_arrow_right.svg) no-repeat center right;
}

.who-item {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #CCC;
}

.who-item__title {
    padding-left: 1.5em;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.who-item__title::after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #5B986B;
    top: 5px;
    left: 0;
}

.who-item__inner {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 25px 0;
}

.who-item__contents {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.who-item__link {
    display: block;
    margin: 15px 0 0 auto;
    width: fit-content;
    padding-right: 15px;
    font-weight: bold;
    background: url(../img/icon_arrow_right.svg) no-repeat center right;
}

.colimn-detail .column-tags {
    justify-content: flex-start;
    margin: 20px 0;
}

.column-sns {
    margin: 20px 0;
}

.column-sns__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}

.more-articles {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.more-articles__prev,
.more-articles__next {
    display: flex;
    justify-content: center;
    border: 1px solid #5B986B;
}

.more-articles__prev {
    background: url(../img/icon_arrow_left.svg) no-repeat center left 20px;
    padding: 25px 10px 25px 30px;
}

.more-articles__next {
    background: url(../img/icon_arrow_right.svg) no-repeat center right 20px;
    padding: 25px 30px 25px 10px;
}

.single-blog #toc_container {
    background: #F4F4F4;
    border-color: #ccc;
    padding: 20px;
}

.single-blog #toc_container p.toc_title {
    font-size: 16px;
}

.single-blog .toc_list {
    font-size: 14px;
    font-weight: bold;
}

.single-blog #toc_container li {
    margin-top: 10px;
}

.toc_number {
    margin-right: 10px;
}

@media (max-width: 768px) {

    .colimn-detail__title-area--bottom {
        flex-direction: column;
    }

    .featured-products__title {
        font-size: 20px;
    }

    .featured-products__inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .featured-products__img,
    .the-contents img.featured-products__img {
        margin: auto;
        width: calc(100% - 40px);
    }

    .featured-products__text-area .btn__main {
        margin-right: auto;
    }

    .speech-bubble .who__img-name {
        min-width: 70px;
    }

    .speech-bubble .who__img-name img,
    .speech-bubble .the-contents .who__img-name img {
        width: 70px;
    }

    .speech-bubble__contents,
    .speech-bubble__block.--reverse .speech-bubble__contents {
        margin-top: 0;
    }

    .related-articles__inner {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    .related-articles__title,
    .the-contents p.related-articles__title {
        margin-bottom: 10px;
    }

    .who-item__inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .who-item .who__img-name {
        border-bottom: 1px solid #ccc;
        margin: 0 35px;
        padding-bottom: 20px;
    }

    .who-item__contents {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .more-articles {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* the-contents ここから */

.the-contents h2 {
    font-size: 26px;
    font-weight: bold;
    padding-left: 17px;
    margin: 50px auto 40px;
    position: relative;
}

.the-contents h2::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: block;
    width: 5px;
    height: 75%;
    background-color: #5B986B;
    border-radius: 5px;
}

.the-contents h3 {
    font-size: 20px;
    font-weight: bold;
    background-color: #F3F3F3;
    padding: 5px 10px 4px;
    border-radius: 4px;
    margin: 30px auto 20px;
}

.the-contents h4 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin: 30px auto 20px;
    padding-left: 15px;
}

.the-contents h4::after {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    display: block;
    width: 8px;
    height: auto;
    aspect-ratio: 1;
    background-color: #5B986B;
    border-radius: 50%;
}

.the-contents h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto 20px;
    color: #5B986B;
}

.the-contents h6 {
    font-size: 16px;
    font-weight: bold;
    margin: 30px auto 20px;
    color: #587760;
}

.the-contents p {
    margin: 10px 0;
}

.the-contents a {
    overflow-wrap: anywhere;
    text-decoration: underline;
}

.the-contents img,
.the-contents figure {
    margin: 20px auto;
}

.the-contents table,
.the-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table {
    margin: 30px 0;
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-collapse: collapse;
}

.the-contents th,
.the-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table th {
    background-color: #EBF3F3;
    font-weight: normal;
    text-align: left;
    padding: 7px 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-top: none;
}

.the-contents td,
.the-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table td {
    padding: 7px 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-top: none;
}

.the-contents code {
    display: inline;
    background: linear-gradient(transparent 50% 50%, #E5F1E7 0%);
    padding: 0px 1px;
    font-family: inherit;
}

.the-contents ul,
.the-contents ol {
    padding-left: 1.5em;
}

.the-contents iframe.instagram-media {
    min-width: unset !important;
}

.has-light-green-color {
    color: #e5f1e7;
}

@media (max-width: 768px) {

    .the-contents h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

/* the-contents ここまで */



/****************************************************************

	news一覧

****************************************************************/

.news-list {
    border-top: 1px solid #ccc;
}

.news-list__item {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 3% 20px;
    gap: 10px 20px;
}

.news-list__date {
    white-space: nowrap;
    color: #999;
}

.news-list__link {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .news-list__item {
        flex-direction: column;
        padding: 8% 5%;
    }
}