html {
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }

    #leftcolumn {
        margin-bottom: -1px;
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sp-only {
        display: none !important;
    }
}

#main,
#three_maincolumn {
    width: 100%;
    max-width: 1200px;
}


@media screen and (max-width: 767px) {

    #main,
    #three_maincolumn {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    #leftcolumn+#three_maincolumn {
        width: 100%;
    }

    #main #leftcolumn {
        display: none;
    }
}

a:hover {
    text-decoration: none;
    opacity: 1;
}

#cosme_column {
    section {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    #cosme_column {
        section {
            width: 100vw;
            padding: 0 6px;
        }
    }
}

/* イントロ */

.intro-main {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.intro-sub {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    #intro {
        padding: 0 20px;
    }

    .intro-main {
        font-size: 18px;
    }

    .intro-sub {
        padding: 0 20px;
        font-size: 14px;
    }


}

/* ナビゲーション */
.toc {
    max-width: 720px;
    margin: 0 auto;
    background: #f7f0ee;
    /* 淡いグレイッシュピンクの背景 */
    padding: 4px 28px;
}

.toc__group {
    padding: 18px 0 20px;
    border-bottom: 1px dotted #c8b8b4;
}

.toc__group:last-child {
    border-bottom: none;
}

/* ===== 親項目（章） ===== */
.toc__parent {
    display: grid;
    grid-template-columns: 40px 1fr 24px;
    align-items: center;
    column-gap: 8px;
    padding: 4px 0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.toc__parent:hover {
    opacity: .6;
}

.toc__num {
    color: #EA538E;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ===== 子項目 ===== */
.toc__children {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
}

.toc__child {
    display: grid;
    grid-template-columns: 40px 20px 1fr 24px;
    align-items: center;
    column-gap: 6px;
    padding: 4px 0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.toc__child:hover {
    opacity: .6;
}

.toc__dash {
    color: #333;
    text-align: left;
}

/* ===== 右端の chevron（装飾） ===== */
.toc__chevron {
    width: 12px;
    height: 12px;
    border-right: 1.5px solid #66463D;
    border-bottom: 1.5px solid #66463D;
    transform: rotate(45deg);
    justify-self: end;
    margin-top: -4px;
    /* 視覚的に中央に見える微調整 */
}


@media screen and (max-width: 767px) {}

/* 見出し */
.section-ttl-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/search_top/202001_renewal/images/cosme_column/ttl_bg_sp.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    min-height: 80px;
    text-align: center;
    margin-bottom: 70px;
}

@media (min-width: 768px) {
    .section-ttl-box {
        background-image: url("/search_top/202001_renewal/images/cosme_column/ttl_bg.webp");
        min-height: 100px;
        margin-bottom: 20px;
    }
}

.section-ttl {
    display: block;
    background: #F8F4F1;
    padding: 0 20px;
    font-size: 26px;
}

.section-ttl-sub-box {
    border-left: 6px solid #66463D;
    border-bottom: 1px solid #66463D;
    margin-bottom: 40px;
}

.section-ttl-sub {
    border-left: 1px solid #66463D;
    padding: 10px 40px;
    margin-left: 4px;
    font-size: 20px;
    font-weight: bold;
}

.content-text {
    font-size: 16px;
    margin-bottom: 40px;
}

.type-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.type-box {
    width: 48%;
    margin-bottom: 40px;
}

.row-single .type-box {
    width: 100%;
}

.type-ttl {
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.type-ttl::before {
    position: absolute;
    content: "";
    background-color: #C8A063;
    width: 12px;
    height: 12px;
    left: 0;
    top: 20%;
    transform: rotate(45deg);
}

.type-text {
    font-size: 16px;
}

.image-box {
    width: 960px;
    margin: 60px auto;
}

.feature-list {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0px;
}

.feature-ttl-box {
    width: 10%;
    border-right: 1px #66463D dashed;
}

.feature-ttl {
    font-size: 16px;
    font-weight: bold;
}

.feature-text-box {
    padding: 0 40px;
}

.feature-text {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .image-box {
        width: 100%;
        margin: 60px auto;
    }

    .feature-ttl-box {
        width: 30%;
        border-right: 1px #66463D dashed;
    }

    .feature-text-box {
        padding: 0 10px 0 20px;
    }
}

/* 商品情報 */

.item-info {
    padding: 30px;
    border-top: #E7E2E1 1px solid;
}

.brand-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.item-name {
    font-size: 16px;
    margin-bottom: 15px;
}

.item-price {
    text-align: end;
}

.price-number {
    font-size: 22px;
    font-weight: bold;
    margin-right: 6px;
}

/* 
.swiper {
    width: 640px;
    height: 813px;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(102, 70, 61, 0.15);
    overflow: visible !important;
}

.swiper-wrapper {
    overflow: hidden !important;
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: 60px !important;
    justify-content: center;
    position: absolute;
    width: 60px !important;
    z-index: 10;
    background: #D1C7C4;
    border-radius: 50%;
    padding: 20px !important;
    color: #fff !important;
    filter: drop-shadow(0px 5px 15px rgba(102, 70, 61, 0.15));
}

.swiper-button-prev {
    left: -15% !important;
}

.swiper-button-next {
    right: -15% !important;
} */

.item-carousel {
    width: 640px;
    height: auto;
    margin: 0 auto 80px;
    box-shadow: 0px 5px 15px rgba(102, 70, 61, 0.15);

}

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #D1C7C4;
    border-radius: 50%;
    top: 50%;
    z-index: 10000;
    cursor: pointer;
    filter: drop-shadow(0px 5px 15px rgba(102, 70, 61, 0.15));
}

@media screen and (max-width: 767px) {

    .slick-prev,
    .slick-next {
        width: 13vw;
        height: 13vw;
    }
}

.slick-prev {
    left: -15%;
}

@media screen and (max-width: 767px) {
    .slick-prev {
        left: -7vw;
    }
}

.slick-prev:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%) rotate(-45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    .slick-prev:after {
        transform: translate(-20%, -50%) rotate(-45deg);
    }
}

.slick-next {
    right: -15%;
}

@media screen and (max-width: 767px) {
    .slick-next {
        right: -7vw;
    }
}

.slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%) rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    .slick-next:after {
        transform: translate(-80%, -50%) rotate(-45deg);
    }
}

.comment-text {
    font-size: 16px;
}

.comment-box {
    background: #F8F4F1;
    padding: 20px;
    margin: 30px;
}

.itemImg {
    padding: 10px;
}

.slick-slide img {
    width: 500px;
}

.brand-logo-box {
    width: 360px;
    margin: auto;
}

.brand-list-box {
    border: 1px dashed #66463D;
    padding: 30px;
    margin-bottom: 60px;
}

.brand-box {
    font-size: 16px;
    margin-bottom: 4px;
}

.check-wrapper {
    border: 1px dashed #66463D;
    padding: 30px;
    margin-bottom: 60px;
}

.check-text {
    display: block;
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 4px;
}

.check-text::before {
    position: absolute;
    content: url(/search_top/202001_renewal/images/cosme_column/check.svg);
    width: 20px;
    height: 14px;
    left: 0%;
    top: 10%;
}

#column {
    width: 50%;
    margin: auto;
    background: #F8F4F1;
    padding: 40px;

    .slick-prev {
        left: -5%;
    }

    .slick-next {
        right: -5%;
    }
}

.wrapper-text-ttl {
    text-align: center;
    font-size: 18px;
}

.ttl-section {
    margin-bottom: 20px;
}

.link-ttl {
    font-size: 16px;
    margin-top: 20px;
}

.text-ttl-section {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 1em;
    justify-content: center;
}

.text-ttl-section::before,
.text-ttl-section::after {
    content: "";
    flex: 1;
    border-top: 2px dotted #333;
}

.ex-link-list {
    display: flex;
    justify-content: space-between;
}

.ex-link-box1 {
    width: 24%;
}

.ex-link-box {
    border: 1px solid;
    width: 45%;
    padding: 20px 15px;
    font-size: 14px;
    color: #66463D;
    position: relative;
}

.ex-link-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #66463D;
    border-right: 1px solid #66463D;
    top: 45%;
    right: 6%;
    transform: rotate(45deg);
}

p.sub-text {
    color: #AAAAAA;
    font-size: 14px;
}

.sub-text-wrapper {
    margin: 20px 0;
}

@media screen and (max-width: 767px) {
    .type-box {
        width: 100%;
    }

    .section-ttl {
        font-size: 18px;
        padding: 0 4px;
    }

    .section-ttl-sub {
        padding: 10px 10px;
        margin-left: 4px;
        font-size: 18px;
        font-weight: bold;
    }

    .item-carousel {
        width: 90%;
        height: auto;
        margin: 0 auto 80px;
        box-shadow: 0px 5px 15px rgba(102, 70, 61, 0.15);
    }

    .comment-box {
        display: none;
    }

    .content-text {
        font-size: 14px;
        margin-bottom: 20px;
        padding: 0 14px;
    }

    .brand-logo-box {
        width: 70%;
        margin: auto;
    }

    .section-ttl-box {
        margin-bottom: 30px;
    }

    #column {
        margin: auto;
        background: #F8F4F1;
        padding: 40px !important;
    }

    .ex-link-list {
        flex-wrap: wrap;
    }

    .ex-link-box1 {
        margin-bottom: 20px
    }

    .section-ttl-sub {
        font-size: 16px;
    }

    .type-ttl {
        font-size: 16px;
        position: relative;
        padding-left: 35px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .type-text {
        font-size: 14px;
        padding: 0 10px;
    }

    .feature-ttl {
        font-size: 14px;
        font-weight: bold;
    }

    .feature-text {
        font-size: 14px;
    }

    .content-block {
        padding: 0 10px;
    }

    .toc__parent {
        font-size: 14px;
    }

    .toc__child {
        font-size: 14px;
    }

    .brand-name {
        font-size: 14px;
    }

    .item-name {
        font-size: 14px;
    }

    .price-number {
        font-size: 16px;
        font-weight: bold;
        margin-right: 6px;
    }

    .item-price {
        font-size: 12px;
    }
}

/* クリスマスコフレ予約記事 固有パーツ */
.lead-cta {
    width: min(720px, 100%);
    margin: 0 auto 40px;
}

.lead-cta a,
.lead-cta img {
    display: block;
    width: 100%;
}

.text-link {
    color: #EA538E;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.text-link:hover {
    opacity: .6;
}

.article-table-wrapper {
    margin: 0 0 50px;
    overflow-x: auto;
}

.article-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.8;
}

.article-table th,
.article-table td {
    padding: 18px 20px;
    border: 1px solid #D1C7C4;
    text-align: left;
    vertical-align: top;
}

.article-table thead th {
    background: #66463D;
    color: #fff;
    text-align: center;
}

.article-table tbody th {
    width: 28%;
    background: #F8F4F1;
    color: #66463D;
}

.faq-box {
    margin-bottom: 30px;
    border: 1px solid #E7E2E1;
}

.faq-q,
.faq-a {
    position: relative;
    padding: 24px 30px 24px 70px;
    font-size: 16px;
    line-height: 1.8;
}

.faq-q {
    background: #F8F4F1;
    color: #66463D;
    font-size: 18px;
    font-weight: bold;
}

.faq-a {
    background: #fff;
}

.faq-q::before,
.faq-a::before {
    position: absolute;
    left: 26px;
    top: 19px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 26px;
    font-weight: 500;
}

.faq-q::before {
    content: "Q";
    color: #EA538E;
}

.faq-a::before {
    content: "A";
    color: #C8A063;
}

.ex-link-list--single {
    justify-content: center;
}

.ex-link-list--single .ex-link-box1 {
    width: min(720px, 100%);
}

@media screen and (max-width: 767px) {
    .lead-cta {
        padding: 0 14px;
    }

    .article-table {
        min-width: 620px;
        font-size: 14px;
    }

    .article-table th,
    .article-table td {
        padding: 14px;
    }

    .faq-box {
        margin: 0 14px 24px;
    }

    .faq-q,
    .faq-a {
        padding: 18px 16px 18px 54px;
        font-size: 14px;
    }

    .faq-q {
        font-size: 16px;
    }

    .faq-q::before,
    .faq-a::before {
        left: 18px;
        top: 14px;
        font-size: 22px;
    }

    .ex-link-list--single .ex-link-box1 {
        width: 100%;
    }
}

/* 予約スケジュール */
.schedule-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    counter-reset: schedule;
}

.schedule-item {
    position: relative;
    padding: 24px 16px;
    background: #F8F4F1;
    text-align: center;
    counter-increment: schedule;
}

.schedule-item::before {
    content: counter(schedule, decimal-leading-zero);
    display: block;
    margin-bottom: 8px;
    color: #EA538E;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
}

.schedule-label,
.schedule-date {
    display: block;
}

.schedule-label {
    margin-bottom: 6px;
    color: #66463D;
    font-size: 16px;
    font-weight: bold;
}

.schedule-date {
    font-size: 15px;
}

/* 予約手順 */
.step-group {
    margin-bottom: 30px;
}

.step-group-title {
    margin-bottom: 14px;
    padding: 10px 16px;
    background: #66463D;
    color: #fff;
    font-size: 18px;
}

.step-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.step-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: start;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid #E7E2E1;
    font-size: 16px;
    line-height: 1.8;
}

.step-number,
.flow-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #EA538E;
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}

.source-list .brand-box {
    margin-bottom: 18px;
}

.source-list .brand-box:last-child {
    margin-bottom: 0;
}

.flow-table tbody th {
    width: 32%;
}

.flow-number {
    margin-right: 12px;
    vertical-align: middle;
}

.faq-a p+p {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .schedule-list {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 14px;
    }

    .schedule-item {
        padding: 18px 14px;
    }

    .step-group {
        padding: 0 10px;
    }

    .step-group-title {
        font-size: 16px;
    }

    .step-item {
        grid-template-columns: 38px 1fr;
        gap: 10px;
        padding: 14px;
        font-size: 14px;
    }

    .step-number,
    .flow-number {
        width: 30px;
        height: 30px;
    }

    .source-list {
        margin-right: 10px;
        margin-left: 10px;
        padding: 20px;
    }
}