
#contents-golden-root img {
    height: auto;
}
/*背景色*/
.bg-auen-white {
    background: #f7efeb;
    padding: 2em;
}
/*moreボタン*/
.more-button {
    margin: 0;
    color: #cb333b;
}
.sp-none {
    display: none;
}
.pc-none {
    display: block;
}
.lead-text {
    width: 85%;
    margin-inline: auto;
    margin-top: 3rem;
}
.lead-text p {
    font-size: 1.2em;
    margin: 0;
    text-align: justify;
    word-break: break-all;
}
 #contents-golden-root a:hover {
    text-decoration-line: none;
}
.section-area {
    padding-top: 7em;
}
@media screen and (min-width: 769px) {
    #contents-golden-root {
        width: clamp(600px, 100%, 1200px);
        margin-inline: auto;
    }
    .lead-text p {
        font-size: 1.6rem;
        text-align: center;
        line-height: 2;
    }
    .sp-none {
        display: block;
    }
    .pc-none {
        display: none;
    }
}
/*--------------------------------------------------------------------------------------------------------------------インデックス*/
    .index-title {
        margin-block: 5em 0;
    }
    .index-title img {
        width: 25%;
        margin-inline: auto;
        display: block;
    }
    .faq-list__items {
        margin-block: 3em;
        width: 85%;
        margin-inline: auto;
    }
    .faq-list__items li:not(:last-child) {
        border-bottom: solid 1px #ddd;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }
    .faq-list__items li a {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .faq-list__items li span {
        width: 15%;
    }
    .faq-list__items li p {
        width: 68.5%;
        margin: 0;
        font-size: 1.2em;
    }
    .faq-list__items li:last-child span {
        font-family: FP-ヒラギノUD明朝 StdN W4;
        font-weight: 400;
    }
    @media screen and (min-width: 769px) {
        .index-title img {
            width: 8em;
        }
        .faq-list__items li span img {
            width: 7em;
        }
        .faq-list__items li a {
            justify-content: center;
            align-items: center;
        }
        .faq-list__items li p {
            font-size: 1.6rem;
        }
        .faq-list__items li:last-child span {
            font-size: 1.8em;
        }
        .faq-list__items {
            margin-block: 6em 10em;
        }

    }
/*--------------------------------------------------------------------------------------------------------------------step画像見出し*/
    .sec-main-title {
        margin-block: 3em;
    }
    .sec-main-title .step-img {
        width: 20%;
        margin-inline: auto;
        display: block;
    }
    .sec-main-title h2 {
        text-align: center;
        font-size: 1.8em;
        font-weight: 600;
        font-family: 'FP-こぶりなゴシック StdN W6';
        margin-block: 1em;
        line-height: 1.6em;
        letter-spacing: 1px;
    }
    .sec-main-title h2 span {
        color: #cb333b;
    }
    .sec-main-title .about-sec {
        width: 86.5%;
        margin-inline: auto;
        font-size: 1.2em;
        text-align: justify;
        word-break: break-all;
    }
    @media screen and (min-width: 769px) {
        .sec-main-title .step-img {
            width: 8em;
        }
        .sec-main-title h2 {
            font-size: 2.6em;
        }
        .sec-main-title .about-sec {
            max-width: 65%;
            font-size: 1.6rem;
            line-height: 2;
        }
    }
/*--------------------------------------------------------------------------------------------------------------------10のアイテムリンク*/
    .special-items-list-bg-wrapper {
        background: #f7efeb;
        padding: 1.5em;
    }
    .list-wrapper {
        border: solid 1px #cb333b;
        padding-block: 4em;
    }
    .list-wrapper:last-child {
        border-top: none;
    }
    .list-wrapper h3 {
        text-align: center;
        color: #cb333b;
        font-size: 1.5em;
        margin-bottom: 1em;
    }
    .special-items-list-bg-wrapper ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
        margin-block: 0;
        padding-inline: 1.5em;
    }
    .list-wrapper .sub-title {
        margin-top: 3em;
    }
    .plus-items-main-title .plus-item-title {
        background: #cb333b;
        border: none;
        color: #f7efeb;
    }
    @media screen and (min-width: 769px) {
        .special-items-list-bg-wrapper {
            padding: 6em;
        }
        .special-items-list-bg-wrapper ul {
            display: flex;
            gap: 2rem;
            width: 85%;
            margin-inline: auto;
            justify-content: center;
        }
        .special-items-list-bg-wrapper ul li {
            width: 24%;
        }
        .list-wrapper h3 {
            margin-block: 2em;
            font-size: 2.5rem;
        }
        .plus-item-title {
            background: #fff;
            font-size: 1.5em;
            padding-inline: 3em;
        }
        .plus-items-main-title .plus-item-title {
            font-size: 1.4em;
        }
    }
/*--------------------------------------------------------------------------------------------------------------------商品名・カラー名*/
    .product-name {
        margin-block: .8em.3em;
        font-size: 1em;
    }
    .item-color {
        font-size: .9em;
    }
/*--------------------------------------------------------------------------------------------------------------------キレイめ・カジュアルタイトル*/
    .sub-title {
        text-align: center;
        font-size: 1.2em;
    }
    .plus-item-title {
        text-align: center;
        border: solid 1px;
        width: fit-content;
        padding: .2em 2em;
        margin-inline: auto;
        margin-bottom: 1.5em;
        font-size: 1.3em;
    }
/*--------------------------------------------------------------------------------------------------------------------アイテムリンク　詳細*/
    .item-link-2column li:not(:last-child) {
        margin-bottom: 1em;
    }
    .item-link-2column li a {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .item-link-2column li a img {
        width: 30%;
    }
    .item-link-2column li a .item-link_det-box {
        width: 65%;
    }
    .item-link_det-box .product-name {
        margin-top: 0;
        font-size: 1.2em;
    }
    .more-button .svg-img {
        width: 7%;
    }
    .set-link {
        background: #cb333b;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        margin-inline: auto;
        display: block;
        padding: .6em 5em;
        width: fit-content;
        font-size: 1.2em;
        margin-top: 3em;
    }
    @media screen and (min-width: 769px) {
        .item-link-2column {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
        }
        .item-link-2column {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            max-width: 75%;
            margin-inline: auto;
            margin-block: 6em;
        }
        .item-link_det-box .product-name {
            font-size: 1.5em;
        }
        .set-link {
            font-size: 1.6em;
        }
    }
/*--------------------------------------------------------------------------------------------------------------------間違いない3つの理由*/
    .feature-4items-title {
        text-align: center;
        font-size: 1.5em;
        font-weight: 600;
        font-family: 'FP-こぶりなゴシック StdN W6';
        margin-bottom: 2.5rem;
    }
    .feature-4items-title span {
        font-size: 2em;
        margin-inline: 2px;
    }
    .feature-4items::before {
        content: "";
        border-left: solid 1px;
        display: block;
        margin-inline: auto;
        margin-block: 4rem;
        width: 1px;
        height: 5rem;
    }
    .parts__feature-list {
        background: #fff;
        padding: 2em;
        border-radius: 15px;
    }
    .parts__feature-list li:not(:last-child) {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: solid 1px #ddd;
    }
    .feature-list-title, 
    .parts__feature-list li .number {
        color: #dc7350;
    }
    .parts__feature-list li {
        position: relative;
    }
    .parts__feature-list li .number {
        position: absolute;
        left: 0;
        font-size: 1.3em;
    }
    .feature-list-title {
        padding-left: 1.7rem;
        font-size: 1.3em;
        text-align: left;
    }
    .about-feature {
        letter-spacing: 1px;
        font-size: 1.05em;
        text-align: justify;
        word-break: break-all;
        margin: 0;
    }
    @media screen and (min-width: 769px) {
        .parts__feature-list {
            max-width: 65%;
            margin-inline: auto;
            padding: 4em;
        }
        .feature-list-title, 
        .parts__feature-list li .number {
            font-size: 2rem;
        }
        .about-feature {
            font-size: 1.4rem;
        }
        .parts__feature-list li:not(:last-child) {
            margin-bottom: 3rem;
            padding-bottom: 3rem;
        }
        .feature-4items-title {
            font-size: 2.2em;
        }
    }
/*--------------------------------------------------------------------------------------------------------------------共有　参考スタイリング*/
    .sample-styling h3 {
        text-align: center;
        font-size: 1.5em;
        margin-block: 5rem 1rem;
    }
    .sample-styling p {
        font-size: 1em;
        line-height: 1.8;
        text-align: justify;
        word-break: break-all;
    }
    @media screen and (min-width: 769px) {
        .sample-styling {
            margin-bottom: 5em;
        }
        .sample-styling img {
            width: 70%;
            margin-inline: auto;
            display: block;
        }
        .sample-styling h3 {
            font-size: 2.5em;
            margin-top: 3em;
        }
        .sample-styling p {
            max-width: 50%;
            margin-inline: auto;
            font-size: 1.6rem;
        }
    }
/*--------------------------------------------------------------------------------------------------------------------プラスアイテムアンカーリンク*/
    .plus-items-unker {
        display: flex;
        justify-content: center;
        gap: 2rem;
    }
    .plus-items-unker li {
        text-align: center;
    }
    .plus-items-unker .plus-item-title {
        margin-bottom: 1.5rem;
    }
    @media screen and (min-width: 769px) {
        .plus-items-unker .plus-item-title {
            font-size: 1.8em;
        }
        .plus-items-unker {
            gap: 6em;
            border-bottom: solid 1px #cb333b;
            padding-bottom: 5em;
            margin-block: 6rem;
        }

    }
/*--------------------------------------------------------------------------------------------------------------------プラスアイテム詳細*/
    .plus-items-feature-contents {
        padding-top: 10rem;
    }
    .plus-items-main-title h2 {
        text-align: center;
        font-size: 1.8em;
        font-weight: 600;
        font-family: 'FP-こぶりなゴシック StdN W6';
        line-height: 1.5;
        margin-block: 2rem 3rem;
    }
    .plus-items-main-title .about-plus-items {
        width: 86.5%;
        margin-inline: auto;
        font-size: 1.2em;
        text-align: justify;
        word-break: break-all;
        margin-bottom: 3rem;
    }
    @media screen and (min-width: 769px) {
        .plus-items-main-title .about-plus-items {
            max-width: 65%;
            font-size: 1.6rem;
            line-height: 2;
        }
        .plus-item-title {
            font-size: 1.7em;
        }
        .plus-items-feature-contents .item-link-2column {
            padding: 5em;
        }
    }
/*--------------------------------------------------------------------------------------------------------------------コーディネートスライド*/
    .plus-items-styling {
        text-align: center;
        font-size: 1.5em;
        margin-block: 3rem;
        letter-spacing: 1px;
        line-height: 1.6;
        font-weight: 300;
        font-family: 'FP-こぶりなゴシック StdN W3';
    }
    .plus-items-styling img {
        display: block;
        margin-inline: auto;
        margin-block: 2rem;
    }
    .styling-slide-wrapper {
        width: 90%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-inline: auto;
    }
    .styling-slide-container {
        display: inline-flex;
        width: 85%;
        gap: 1.5rem;
    }
    .styling-slide-list {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }
    .coord-title-img {
        width: 38.5%;
        border-left: solid 3px #cb333b;
        padding-left: 2rem;
    }
    
    .coord-title-text {
        font-size: 1.25em;
        margin-block: 1rem;
    }
    .coordinate-comment {
        width: 90%;
        margin-inline: auto;
        text-align: justify;
        word-break: break-all;
        margin-block: 2rem 3.5rem;
    }
    @media screen and (min-width: 769px) {
        .coord-title-img {
            width: 30.5%;
        }
        .styling-slide-wrapper {
            width: 100%;
            overflow: unset;
        }
        .styling-slide-container {
            display: flex;
            gap: 0;
            margin-inline: auto;
            justify-content: space-between;
            margin-bottom: 10em;
        }
        .plus-items-styling {
            font-size: 2em;
            margin-block: 2em 3em;
        }
        .coord-title-text {
            font-size: 1.4em;
        }
        .coordinate-comment {
            font-size: 1.35em;
            line-height: 1.8;
        }
        .link-wear-items a .product-name, 
        .link-wear-items a .more-button-bg, 
        .link-wear-items::before {
            font-size: 1.15em;
        }
        .styling-slide-list {
            flex: 0 0 45%;
        }
    }
/*--------------------------------------------------------------------------------------------------------------------コーディネートスライド使用アイテムリンク*/
    .link-wear-items {
        width: 90%;
        margin-inline: auto;
        position: relative;
        border-block: solid 1px #bbb;
        padding-block: 2rem;
    }
    .link-wear-items::before {
        content: "使用アイテム";
        position: absolute;
        top: -1rem;
        background: #fff;
        padding-right: 1rem;
    }
    .link-wear-items a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .link-wear-items a:not(:last-child) {
        margin-bottom: 1rem;
    }
    .link-wear-items a .product-name, 
    .link-wear-items a .more-button-bg {
        margin: 0;
    }
    .link-wear-items a .more-button-bg {
        background: #cb333b;
        color: #f7efeb;
        border-radius: 100px;
        padding: .2rem 1rem;
        font-size: .9em;
    }
/*--------------------------------------------------------------------------------------------------------------------色合わせの基本ルール*/
    .mainsec-stepup-color {
        border-bottom: solid 1px #cb333b;
        padding-bottom: 3rem;
    }
    .merit-message-contents {
        margin-inline: auto;
        background: #f7efeb;
        padding: 2rem;
        width: 90%;
    }
    .merit-message-contents h2 {
        font-size: 1.5em;
        line-height: 1.6em;
        position: relative;
        border: solid 1px #866761;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 0;
        padding: 2rem;
    }
    .merit-message-contents .parts__feature-list {
        background: none;
        border-radius: unset;
        text-align: center;
        padding: 2em;
        border-inline: solid 1px #866761;
        border-bottom: solid 1px #866761;
        font-size: .9em;
        margin-block: 0;

    }
    .merit-message-contents h2::before, 
    .merit-message-contents h2::after {
        content: "";
        border-bottom: solid 1px #866761;
        width: 20px;
        height: 1px;
        display: block;
        position: absolute;
        bottom: -1px;
    }
    .merit-message-contents h2::before {
        left: -20px;
    }
    .merit-message-contents h2::after {
        right: -20px;
    }
    .merit-message-contents .line-box.top {
        margin: 0;
    }
    .merit-message-contents .line-box.top, 
    .merit-message-contents .line-box.bottom {
        position: relative;
    }

    .merit-message-contents .line-box.top::before, 
    .merit-message-contents .line-box.top::after, 
    .merit-message-contents .line-box.bottom::before, 
    .merit-message-contents .line-box.bottom::after {
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        position: absolute;
        border-color: #866761!important;
    }

    .merit-message-contents .line-box.top::before, 
    .merit-message-contents .line-box.top::after {
        border-bottom: solid 1px;
        top: -19px;
    }
    .merit-message-contents .line-box.bottom::before, 
    .merit-message-contents .line-box.bottom::after {
        border-top: solid 1px;
        bottom: -19px;
    }

    .merit-message-contents .line-box.top::before, 
    .merit-message-contents .line-box.bottom::before {
        border-left: solid 1px;
        right: -19px;
    }
    .merit-message-contents .line-box.top::after, 
    .merit-message-contents .line-box.bottom::after {
        border-right: solid 1px;
        left: -19px;
    }
    .mainsec-stepup-color .sample-styling img {
        width: 95%;
        margin-inline: auto;
        display: block;
    }
    .mainsec-stepup-color .sample-styling p {
        width: 85%;
        margin-inline: auto;
        margin-block: 2rem;
        text-align: justify;
        word-break: break-all;
    }
    @media screen and (min-width: 769px) {
        .merit-message-contents {
            max-width: 65%;
            padding: 4em;
        }
        .merit-message-contents .parts__feature-list {
            max-width: 100%;
            padding: 3em;
        }
        .merit-message-contents h2 {
            font-size: 1.8em;
        }
        .mainsec-stepup-color .sample-styling img {
            max-width: 75%;
            margin-block: 3em;
        }
    }

/*以下引用*/
/*------------------------------------------------------------------------------------------------------------------------------ サービスアンカーリンク*/
    .sec-main-title .step-text {
        text-align: center;
        display: block;
        font-family: 'FP-ヒラギノUD明朝 StdN W4';
        font-size: 1.4em;
    }
    
    .line-title {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.7;
        margin-bottom: 2rem;
    }
    .line-title::after {
        content: "";
        border-left: solid 1px;
        width: 1px;
        height: 25px;
        display: block;
        margin-inline: auto;
        margin-block: 2rem;
    }
    .service-list {
        text-align: center;
    }
    .service-list li {
        border-radius: 15px;
        width: 90%;
        margin-inline: auto;
        box-shadow: 4px 3px 5px #9d8888;
    }
    .service-list li a {
        align-items: center;
        display: flex;
        padding: 1.5rem;
        justify-content: center;
        line-height: 1.7;
        gap: 10px;
    }
    .service-list li:first-child {
        margin-bottom: 2rem;
        background: #f7efeb;
    }
    .service-list li:last-child {
        background: #cb333b;
    }
    .service-list li:last-child p {
        color: #fff;
    }
    .service-list li p {
        font-size: 1.4rem;
        font-weight: 500;
        margin-bottom: 1rem !important;
    }
    @media screen and (min-width: 769px) {
        .about-service-list-wrapper {
            margin-block: 10rem;
        }
        .service-list {
            display: flex;
            gap: 2rem;
            align-items: flex-start;
            margin-block: 5rem 0;
            justify-content: center;
        }
        .service-list li {
            width: 40%;
            margin: 0;
        }
        .service-list li:first-child {
            margin: 0;
        }
        .sec-main-title .step-text {
            font-size: 2em;
            color: #cb333b;
            text-decoration-line: underline;
        }
        .line-title {
            font-size: 1.7em;
        }
        .service-list li p {
            margin: 0 !important;
            font-size: 1.4em;
        }
        .service-list li a {
            padding: 2em;
        }
        


    }
/*------------------------------------------------------------------------------------------------------------------------------ CTA*/
    .cta-box {
        position: relative;
        margin-top: 3rem;
        margin-inline: calc(50% - 50vw);
        background: #f7efeb;
        padding-top: 3rem;
    }
    .cta-box a {
        width: 90%;
        display: block;
        margin-inline: auto;
    }
    .cta-button.position {
        position: absolute;
        left: 50%;
        bottom: 2rem;
        transform: translate(-50%, 0);
        border-radius: 100px;
        padding: 1rem 3rem;
        white-space: nowrap;
        font-size: 1.5rem;
        font-weight: 600;
    }
    .cta-button.col-white {
        background: #f7efeb;
        color: #cb333b;
    }
    .cta-button.col-red {
        background: #cb333b;
        color: #f7efeb;
    }
    .feature-service.bg-col.red .cta-box {
        border: none;
    }
    @media screen and (min-width: 769px) {
        .cta-box {
            border: none;
            margin-block: 6rem;
            max-width: 65%;
            margin-inline: auto;
        }
        .cta-box a {
            width: 70%;
        }
        .cta-button.position {
            font-size: 2rem;
            padding-inline: 7rem;
        }
        #service02 .cta-box {
            background: none;
            margin-top: 0;
        }
    }
/*------------------------------------------------------------------------------------------------------------------------------ BA*/
    .feature-service-detail {
        margin-top: 5em;
    }
    .styling-BA {
        display: flex;
        gap: 1rem;
        align-items: flex-start;
    }
    .styling-BA li {
        position: relative;
    }
    .styling-BA li p {
        position: absolute;
        left: 50%;
        bottom: 1rem;
        background: #fff;
        padding-inline: 2rem;
        border-radius: 100px;
        transform: translate(-50%, 0);
        font-weight: 500;
        white-space: nowrap;
    }
    #contents-golden-root .styling-BA li img {
        height: 270px;
        object-fit: cover;
    }

    .simple-title.face-pattern {
        text-align: center;
        font-weight: 500;
        margin-top: 4rem;
    }
    .simple-title.face-pattern p {
        font-size: 1.6rem;
        letter-spacing: .1rem;
    }
    .simple-title.face-pattern p span {
        color: #659e5c;
    }

    /*グリーン吹き出し*/
    .face-feature-list-wrapper {
        border: solid 1px #6f9e61;
        padding-block: 1rem;
        margin-block: 1rem 3rem;
        position: relative;
    }
    .face-feature-list-wrapper::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        border: 12px solid transparent;
        border-top: 12px solid #6f9e61;
    }
    .face-feature-list-wrapper h4 {
        text-align: center;
        font-size: 1.3rem;
        letter-spacing: .1rem;
        margin-bottom: 1rem;
        color: #e0e9dd;
    }
    /*似合う服特徴リスト*/
    .face-feature-list {
        width: fit-content;
        margin-inline: auto;
    }
    .face-feature-list li {
        position: relative;
        padding-left: 1.5rem;
        display: flex;
        align-items: center;
    }
    .face-feature-list li::before {
        position: absolute;
        content: "・";
        left: 0;
    }
    .face-feature-list li p {
        margin: 0;
    }
    .styling-BA li:nth-child(2) p {
        background: #6f9e61;
        color: #fff;
        font-weight: 600;
    }
    @media screen and (min-width: 600px) {
        #contents-golden-root .styling-BA .styling-BA li img {
            height: 600px;
        }
    }

    @media screen and (min-width: 769px) {
        .for-example {
            max-width: 65%;
            margin-inline: auto;
        }
        
        .simple-title.face-pattern h3, 
        .face-feature-list-wrapper h4 {
            font-size: 1.8rem;
        }

        .simple-title.face-pattern p {
            font-size: 1.85rem;
        }
        .simple-title.face-pattern .much-coord {
            font-size: 1.5rem;
        }
        .face-feature-list-wrapper {
            width: 60%;
            margin-inline: auto;
        }
        .face-feature-list li p {
            font-size: 1.6rem;
        }
        .styling-BA li p {
            font-size: 1.4rem;
            padding: .5rem 5rem;
        }
        #contents-golden-root .styling-BA li img {
            height: 475px;
        }

    }

/*------------------------------------------------------------------------------------------------------------------------------ サービスについて大枠*/
    .feature-service p {
        font-size: 1.3rem;
        line-height: 1.7;
    }

    .feature-service.bg-col.red {
        background: #cb333b;
        color: #fff;
    }
    .feature-service.bg-col.white {
        background: #f7efeb;
        color: #1c1c1c;
    }
    .feature-service {
        padding: 7rem 3rem 0;
    }
    .bg-col.white .bg-hukidashi-title span {
        background: #e4d3ca;
    }
    .bg-col.white .bg-hukidashi-title span::before {
        border-top-color: #e4d3ca;
    }

    .bg-col.red .bg-hukidashi-title span {
        background: #d78c90;
    }
    .bg-col.red .bg-hukidashi-title span::before {
        border-top-color: #d78c90;
    }
    .bg-hukidashi-title {
        text-align: center;
        font-size: 1.6em;
        line-height: 1.5;
        margin-block: 2rem 3rem;
    }
    .bg-hukidashi-title span {
        position: relative;
        width: fit-content;
        padding: 12px 16px;
        border-bottom: 2px solid #333;
        background-color: #fff;
        margin-inline: auto;
        margin-bottom: 3rem;
        display: block;
        font-size: 1.5rem;
        color: #cb333b;
    }
    .bg-hukidashi-title span::before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        background-color: #fff;
        rotate: 135deg;
        translate: -50%;
    }
    .bg-hukidashi-title span::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        z-index: -1;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        border: 2px solid;
        border-color: #333 #333 transparent transparent;
        background-color: #fff;
        rotate: 135deg;
        translate: -50%;
    }
    @media screen and (min-width: 769px) {
        .bg-hukidashi-title span {
            font-size: 2rem;
        }
        .bg-hukidashi-title {
            font-size: 2.2em;
        }
        .feature-service p {
            font-size: 1.6rem;
        }
        .feature-service .bg-hukidashi-title + p {
            max-width: 65%;
            margin-inline: auto;
        }
        .bg-hukidashi-title + .text-contents p {
            text-align: center;
        }
    }

/*------------------------------------------------------------------------------------------------------------------------------ チケット内容*/
    .ticket-feature-list-wrapper {
        background: #f7efeb;
        margin-inline: calc(50% - 50vw);
        padding-block: 4rem;
    }
    .ticket-feature-list {
        width: 85%;
        margin-inline: auto;
        background: #fff;
        padding: 2rem;
    }
    .ticket-feature-list:not(:last-child) {
        margin-bottom: 2rem;
    }
    .feature-title {
        font-family: system-ui;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .feature-title .feature-number {
        font-size: 3rem;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: auto;
        line-height: 1 !important;
    }
    .feature-title .feature-number span {
        font-size: 1.3rem;
    }
    .feature-title .about-feature {
        margin: 0;
        font-size: 1.4rem;
        padding-left: 1rem;
        margin-left: 1.5rem;
        border-left: solid 1px;
        letter-spacing: .1rem;
        font-weight: 400;
    }
    .img-bottom-text {
        line-height: 1.5 !important;
        margin-top: .8rem;
    }
    .about-ticket-service {
        margin-bottom: 4rem;
    }
    @media screen and (min-width: 769px) {
        .ticket-feature-list-wrapper {
            margin-inline: auto;
        }
        .ticket-feature-list {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            max-width: 65%;
            padding: 4em;
        }
        .feature-title .feature-number {
            font-size: 3em;
        }
        .feature-title .about-feature {
            font-size: 2em;
            margin-block: 1em;
        }
        .feature-title .about-feature br {
            display: none;
        }
        .feature-title {
            width: 100%;
        }
        .ticket-feature-list img {
            width: 50%;
        }
        .feature-service .img-bottom-text {
            width: 45%;
            margin: 0;
        }
        
    }
/*------------------------------------------------------------------------------------------------------------------------------ チケット実例*/
    /*BA*/
    .Instance-BA {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    #contents-golden-root .Instance-BA img {
        height: 25rem;
        width: auto;
    }

    .Instance-BA li p::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        border: 12px solid transparent;
        border-top: 12px solid #fff;
    }
    .Instance-BA li p {
        text-align: center;
        border: solid 1px #fff;
        border-radius: 100px;
        position: relative;
        width: fit-content;
        padding-inline: 4rem;
        font-size: 1.2rem;
        font-weight: 600;
        margin-inline: auto;
        margin-bottom: 2rem !important;
    }
    .Instance-list-wrapper > li .line-title {
        font-size: 1.6rem;
        margin-block: 3rem 1rem;
    }
    /*見出し*/
    .line-title .case {
        display: block;
        font-size: 1.1rem;
        color: #866761;
    }
    .line-title .case::after {
        border-top-color: #cb333b;
    }
    .line-title .case:before {
        border-top-color: #fff;
    }
    /*コメント*/
    .comment-box {
        margin-block: 2rem;
    }
    .message-title {
        font-weight: 600;
        color: #d78c90;
    }
    /*実例リスト*/
    .Instance-list-wrapper > li:first-child {
        border-bottom: solid 1px #d78c90;
        margin-bottom: 3rem;
        padding-bottom: 3rem;
    }
    @media screen and (min-width: 769px) {
        .Instance-list-wrapper {
            width: 100%;
            margin-inline: auto;
            margin-block: 0 3em;
            display: flex;
            justify-content: center;
            gap: 4em;
            align-items: flex-start;
            border-block: solid 1px #d78c90;
            padding-block: 5em;
        }
        .Instance-list-wrapper > li {
            width: 45%;
        }
        .Instance-list-wrapper > li:first-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        .Instance-list-wrapper > li .line-title {
            font-size: 1.6em;
        }
        #contents-golden-root .Instance-BA img {
            height: 30em;
        }
        .Instance-BA {
            gap: 1em;
            margin-block: 0 5em;
        }
        .comment-box {
            width: 87%;
            text-align: justify;
            word-break: break-all;
            margin-inline: auto;
        }
    }

/*------------------------------------------------------------------------------------------------------------------------------ ご利用のながれ*/
    .service-flow .simple-title.center {
        text-align: center;
        font-size: 1.6rem;
        color: #cb333b;
        margin-bottom: 3rem;
    }
    .service-flow {
        margin-block: 5rem 2rem;
    }
    .flow-list {
        display: flex;
        align-items: flex-start;
        gap: 2rem;
        border: solid 1px #866761;
        background: #f7efeb;
        padding: 1rem;
    }
    .flow-list:not(:last-child) {
        margin-bottom: 1rem;
    }
    .flow-number {
        border: solid 1px;
        color: #d78c90;
        border-radius: 100px;
        height: 3rem;
        width: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        background: #fff;
    }
    .flow-list p {
        width: 80%;
        margin-inline: 0;
    }
    .flow-list p small {
        display: block;
    }
    @media screen and (min-width: 769px) {
        .service-flow .simple-title.center {
            font-size: 1.8em;
        }
        .flow-track {
            width: fit-content;
            margin-inline: auto;
        }
        .flow-list p {
            font-size: 1.4rem;
        }
    }
