
/*--------------------------------------------*/
/*プラグインTOC*/
/*--------------------------------------------*/
#toc_container {
    border-inline: none;
    border-block: #866761 solid 1px;
    padding-inline: 0;
    position: relative;
    margin-block: 3em;
}
#toc_container p.toc_title {
    position: absolute;
    top: -1.5rem;
    background: #fff;
    padding-right: 1rem;
    color: #866761;
    font-size: 1.5rem;
}
#toc_container a {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.35rem;
    text-decoration-line: underline;
}
#toc_container span.toc_number {
    position: absolute;
    left: 0;
    color: #866761 !important;
}


/*--------------------------------------------*/
/*a:hover*/
/*--------------------------------------------*/
a:hover img {
    opacity: 1;
}
a:hover {
    text-decoration-line: none;
}

/*--------------------------------------------*/
/*ul*/
/*--------------------------------------------*/
ul.auen-cmp, .auen-cmp ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*--------------------------------------------*/
/*箇条書きリスト*/
/*--------------------------------------------*/
.auen-cmp.section-toc-wrapper {
    background: #f7f3f0;
    padding: 2.5em 1.5em;
    margin-block: 2em;
}
/*見出しレイアウト調整*/
#post-style .auen-cmp.section-toc-wrapper h3 {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}
/*幅いっぱい*/
.auen-cmp.section-toc-wrapper.default {
    margin-inline: calc(50% - 50vw);
}

.section-toc-list li {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: left;
    gap: 1rem;
}
.section-toc-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #866761;
}
.section-toc-list li:not(:last-child) {
    margin-bottom: 1rem;
}
#post-style .section-toc-list li p {
    margin: 0;
    width: 95%;
}

@media screen and (min-width: 769px) {
    .auen-cmp.section-toc-wrapper.default {
        margin-inline: unset;
    }
    .auen-cmp.section-toc-wrapper.w-90 {
        width: 90%;
        margin-inline: auto;
    }
}

/*--------------------------------------------*/
/*診断*/
/*--------------------------------------------*/
.auen-cmp.face-analysis {
    margin-inline: calc(50% - 50vw);
    margin-block: 2em;
}
.auen-cmp.face-analysis .title {
    text-align: center;
    margin-bottom: 1.5em;
}
.auen-cmp.face-analysis picture {
    display: flex;
}
#post-style .auen-cmp.face-analysis picture img {
    margin-block: -1px;
}
#post-style .auen-cmp.face-analysis h2 {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
}
#post-style .auen-cmp.face-analysis p {
    margin: 0;
    color: #fff;
}
.auen-cmp.face-analysis .red-zone {
    background: #cb333b;
    color: #fff;
    padding: 1em;
}
.auen-cmp.face-analysis .red-zone .link-text {
    background: #fff;
    color: #cb333b;
    font-weight: 600;
    font-family: 'FP-こぶりなゴシック StdN W6';
    width: 100%;
    display: block;
    border-radius: 100px;
    text-align: center;
    padding-block: .6rem;
    margin-top: 1.5em;
}
#post-style .auen-cmp.face-analysis .link-img img {
    margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
    .auen-cmp.face-analysis {
        margin-inline: unset;
    }
    .auen-cmp.face-analysis .pc-flex-wrapper {
        display: flex;
        align-items: center;
        gap: 2em;
    }
    .auen-cmp.face-analysis .red-zone {
        padding: 3em;
    }
    #post-style .auen-cmp.face-analysis .link-img {
        width: 60%;
    }
    #post-style .auen-cmp.face-analysis .link-img img {
        margin-bottom: 0;
    }
}



/*--------------------------------------------*/
/*こんなかたにおすすめ*/
/*--------------------------------------------*/
.auen-cmp.section-toc-wrapper.add-icon {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    background-color: #f7f3f0;
}
#post-style .auen-cmp.section-toc-wrapper.add-icon h3 {
    font-size: 1.1em;
    padding: 0;
    margin-bottom: .5em;
}
.section-toc-wrapper.add-icon .icon-box {
    width: 18%;
    border-radius: 100px;
}
#post-style .auen-cmp.section-toc-wrapper.add-icon .icon-box img {
    border-radius: 100px;
    margin-bottom: 5px;
}
#post-style .auen-cmp.section-toc-wrapper.add-icon .icon-box p {
    font-size: .7em;
    text-align: center;
}
.auen-cmp.section-toc-wrapper.add-icon .list-box {
    width: 82%;
}
@media screen and (min-width: 769px) {
    .section-toc-wrapper.add-icon .icon-box {
        width: 8%;
    }
    .auen-cmp.section-toc-wrapper.add-icon .list-box {
        width: 92%;
    }

}

/*--------------------------------------------*/
/*PICKUPアンカーリンク*/
/*--------------------------------------------*/
.section-toc-list.pickup-unker-list {
    position: relative;
    border-block: solid 1px #866761;
    padding-block: 2em;
    margin-block: 2em;
}
.section-toc-list.pickup-unker-list::before {
    content: "PICK UP";
    position: absolute;
    background: #fff;
    top: -1rem;
    padding-right: 1rem;
    color: #866761;
    font-weight: 600;
    font-family: 'FP-こぶりなゴシック StdN W6';
}
.section-toc-list.pickup-unker-list a {
    width: 95%;
    text-decoration-line: underline;
}
#post-style .section-toc-list.pickup-unker-list p {
    width: unset;
}
@media screen and (min-width: 769px) {

}

/*--------------------------------------------*/
/*サムネ付きアイテムリンク*/
/*--------------------------------------------*/
.auen-cmp.product-link-only-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    margin-block: 2em;
}
#post-style .auen-cmp.product-link-only-2col li img {
    margin: 0;
}
@media screen and (min-width: 769px) {
    .auen-cmp.product-link-only-2col {
        grid-template-columns: repeat(4, 1fr);
    }
}

/*--------------------------------------------*/
/*アイテムリンク商品名*/
/*--------------------------------------------*/
#post-style .auen-cmp .product-name {
    font-size: .8em;
    margin: 0;
}

/*--------------------------------------------*/
/*アイテムリンクチェックボタン*/
/*--------------------------------------------*/
#post-style .auen-cmp .text-check-button {
    color: #cb333b;
    font-size: .85em;
    font-family: roboto;
    text-decoration-line: underline;
    font-weight: 600;
}
/*--------------------------------------------*/
/*ボーダーボタン*/
/*--------------------------------------------*/
#post-style .auen-cmp .text-check-button.radius {
    text-align: center;
    display: block;
    border: solid 1px;
    border-radius: 100px;
    text-decoration-line: unset;
    padding-block: .5em;
    margin-block: .5em 1.5em;
}
@media screen and (min-width: 769px) {
    #post-style .auen-cmp .text-check-button.radius {
        width: 45%;
        padding-block: 1rem;
        margin-inline: auto;
    }
}

/*--------------------------------------------*/
/*マーカー、アンダーライン*/
/*--------------------------------------------*/
.auen-cmp.text-marker {
    border-radius: 3px;
    color: #fff;
}
.auen-cmp.text-marker.col-red {
    background: #cb333b;
    color: #fff;
}
.auen-cmp.text-marker.col-orange {
    background: #ffce72;
}
.auen-cmp.text-underline.col-red {
    background: linear-gradient(transparent 77%, #cb333b 0);
}
.auen-cmp.text-underline.col-orange {
    background: linear-gradient(transparent 77%, #ffce72 0);
}
@media screen and (min-width: 769px) {

}

/*--------------------------------------------*/
/*サブテキスト付きh3*/
/*--------------------------------------------*/
.auen-cmp.h3-add-sub-title {
    margin-top: 3em;
}
#post-style .auen-cmp.h3-add-sub-title h3 {
    margin-top: 0;
}
#post-style .auen-cmp.h3-add-sub-title span {
    background: #cb333b;
    color: #fff;
    font-size: .8em;
    padding: 1px 4px;
    line-height: 1.8em;
}

@media screen and (min-width: 769px) {

}



/*--------------------------------------------*/
/*コーディネート紹介　サムネ付きアイテムリンク*/
/*--------------------------------------------*/
.auen-cmp.coord-wear-items {
    position: relative;
    border-block: solid 1px;
    padding-block: 1.5em;
    margin-block: 2em;
}
.auen-cmp.coord-wear-items::before {
    content: "着用アイテム";
    position: absolute;
    top: -.7em;
    background: #fff;
    padding-right: 1rem;
    font-size: .9em;
}
.auen-cmp.coord-wear-items li:not(:last-child) {
    margin-bottom: .5em;
}
.auen-cmp.coord-wear-items li a {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
#post-style .auen-cmp.coord-wear-items li a img {
    width: 17%;
    margin: 0;
}

/*--------------------------------------------*/
/*コーディネート紹介　テキストリンク*/
/*--------------------------------------------*/
.auen-cmp .text-link-bg {
    background: #f7f3f0;
    padding: 1.5em 1em;
}
.auen-cmp.coord-wear-items-text li:not(:last-child) {
    border-bottom: solid 1px #bbb;
    margin-bottom: .4em;
    padding-bottom: .4em;
}
.auen-cmp.coord-wear-items-text .external-link {
    color: #866761;
    font-weight: 600;
    font-family: 'FP-こぶりなゴシック StdN W6';
    align-items: center;
    display: flex;
    gap: .3em;
}
#post-style .auen-cmp.coord-wear-items-text .external-link img {
    margin: 0;
    width: auto;
}
#post-style .auen-cmp .text-link-bg .wear-item-title {
    font-weight: 600;
    font-family: 'FP-こぶりなゴシック StdN W6';
    margin-bottom: 1em;
}
#post-style .auen-cmp .external-link .product-name {
    font-size: .9em;
    font-weight: 600;
    font-family: 'FP-こぶりなゴシック StdN W6';
    color: #866761;
}


@media screen and (min-width: 769px) {
    .auen-cmp.pickup-coordinate-list {
        display: flex;
        align-items: flex-start;
        gap: 1.5rem;
        margin-block: 3em;
    }
    /*コーデ画像*/
    #post-style .auen-cmp.pickup-coordinate-list img {
        width: 55%;
        margin: 0;
    }
    /*SVG*/
    #post-style .auen-cmp.coord-wear-items-text .external-link img {
        width: auto;
    }
    .auen-cmp.pickup-coordinate-list .coord-det-box-pc {
        width: 45%;
    }
}


/*--------------------------------------------*/
/*商品紹介*/
/*--------------------------------------------*/



@media screen and (min-width: 769px) {
    #post-style .auen-cmp .item-det-main-box .text-check-button.radius {
        width: 100%;
    }
    .item-det-main-box {
        display: flex;
        align-items: flex-start;
        gap: 1.5rem;
        margin-block: 3em;
    }
    .item-det-main-box .item-det-box-pc {
        width: 45%;
    }
    #post-style .item-det-main-box img {
        width: 55%;
        margin: 0;
    }
    /*こんな方におすすめ　調整*/
    .item-det-main-box .section-toc-wrapper.add-icon .icon-box {
        width: 20%;
        text-align: center;
        display: none;

    }
    .item-det-main-box .auen-cmp.section-toc-wrapper.add-icon .list-box {
        width: 80%;
        width: 100%;
    }
}



/*--------------------------------------------*/
/*商品レビュー*/
/*--------------------------------------------*/
.auen-cmp.pick-up-product-list {
    margin-block: 2em;
}
.auen-cmp .review-summary {
    border-bottom: solid 1px #ddd;
    margin-bottom: 1.5em;
}
#post-style .auen-cmp.item-review.only h3 {
    font-size: 1em;
}
.auen-cmp .review-star {
    font-size: 1.2em;
    letter-spacing: 2px;
    color: #fabe4e;
    font-family: roboto;
    font-weight: 600;
}
#post-style .auen-cmp.item-review.only p {
    font-size: .9em;
}
#post-style .auen-cmp.item-review.only .user-spec {
    margin: 0;
    font-size: .8em;
}


/*--------------------------------------------*/
/*背景色ありテキスト*/
/*--------------------------------------------*/
.auen-cmp.textbox-add-bg {
    background: #f7f3f0;
    padding: 1.5em 1em;
    margin-block: 2em;
}
@media screen and (min-width: 769px) {

}

/*--------------------------------------------*/
/*吹き出し*/
/*--------------------------------------------*/
.auen-cmp.section-toc-wrapper.comment-box {
    background: none;
    padding: 0;
}
.auen-cmp.section-toc-wrapper.comment-box .icon-box {
    width: 15%;
}
.auen-cmp.section-toc-wrapper.comment-box .hukidashi-comment {
    background: #f7f3f0;
    width: 82%;
    position: relative;
    margin: 0;
    padding: 1.5rem 1rem;
}
#post-style .auen-cmp.section-toc-wrapper.comment-box .hukidashi-comment::before {
    content: "";
    position: absolute;
    top: 18%;
    left: -18px;
    margin-top: 0px;
    border: 5px solid transparent;
    border-right: 13px solid #f7f3f0;
}
@media screen and (min-width: 769px) {
    .auen-cmp.section-toc-wrapper.comment-box .icon-box {
        max-width: 8%;
    }
    .auen-cmp.section-toc-wrapper.comment-box .hukidashi-comment {
        width: 87%;
    }
}



/*--------------------------------------------*/
/*吹き出し*/
/*--------------------------------------------*/

@media screen and (min-width: 769px) {
    .auen-cmp.product-recommend.only-item .product-link-only-once {
        display: flex;
        flex-direction: row-reverse;
        gap: 2rem;
        margin-bottom: 2em;
    }
    .auen-cmp.product-recommend.only-item .product-link-only-once a {
        width: 30%;
    }
    #post-style .auen-cmp.product-recommend.only-item .product-link-only-once .text-check-button.radius {
        width: unset;
        margin-bottom: 0;
    }
    #post-style .auen-cmp.product-recommend.only-item .product-link-only-once > p {
        width: 70%;
        margin-bottom: 0;
    }
}


/*--------------------------------------------*/
/*Q&A*/
/*--------------------------------------------*/
#post-style .sec-faq-sub-box h3 {
    margin-top: 0;
}

@media screen and (min-width: 769px) {
    
}

/*--------------------------------------------*/
/*おすすめ記事*/
/*--------------------------------------------*/
.auen-cmp.related-contents-wrapper {
    margin-inline: calc(50% - 50vw);
    background: #f7f3f0;
    padding: 2.5em 1.5em;
    margin-block: 2em;
}
#post-style .auen-cmp.related-contents-wrapper h3 {
    border: none;
    margin-top: 0;
    padding-top: 0;
    font-weight: 600;
    font-family: FP-こぶりなゴシック StdN W6;
    letter-spacing: 1px;
}
.auen-cmp.related-contents-wrapper .related-entry {
    border-top: solid 1px #866761;
    padding-block: 1em;
    margin: 0;
}
.auen-cmp.related-contents-wrapper .related-entry:last-child {
    border-bottom: solid 1px #866761;
}

.auen-cmp.related-contents-wrapper .related-entry a {
    padding: 0;
    background: none;
    gap: 1em;
}
#post-style .auen-cmp.related-contents-wrapper .related-entry a img {
    width: 30%;
    margin: 0;
}
#post-style .auen-cmp.related-contents-wrapper .related-entry a .entre-title {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#post-style .auen-cmp.related-contents-wrapper .related-entry a .entre-title p {
    font-size: 1.2rem;
    text-decoration-line: none;
    line-height: 1.7;
}
#post-style .auen-cmp.related-contents-wrapper .related-entry a .entre-title .datetime {
    font-size: 1rem;
    color: #866761;
    margin: 0;
}
@media screen and (min-width: 769px) {
    .auen-cmp.related-contents-wrapper {
        margin-inline: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 4em;
    }
    #post-style .auen-cmp.related-contents-wrapper h3 {
        width: 100%;
    }
    .auen-cmp.related-contents-wrapper .related-entry {
        width: 31.5%;
        border: none;
        padding-block: 0;
    }
    #post-style .auen-cmp.related-contents-wrapper .related-entry a img, 
    #post-style .auen-cmp.related-contents-wrapper .related-entry a .entre-title {
        width: unset;
    }
    .auen-cmp.related-contents-wrapper .related-entry a {
        flex-direction: column;
    }
    .auen-cmp.related-contents-wrapper .related-entry:last-child {
        border-bottom: unset;
    }

}