.content-nav__wrap {
    gap: 0;
    display: flex;
    justify-content: center;
}

.content-nav__btn::after {
    background: linear-gradient(to right,
            rgba(75, 101, 80, 1) 0%,
            rgba(75, 101, 80, 1) 45%,
            rgba(75, 101, 80, 0) 100%);
}


/* 案内メニュー */
.contents-title--wrap {
    display: flex;
    justify-content: center;
}

h2.main__title {
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 1.8;
    color: #77917B;
    margin-bottom: 0;
    padding-bottom: 2px;
    white-space: nowrap;
}

.main__title::before {
    top: 43%;
    left: -27px;
    width: 29px;
}

.main__title::after {
    display: block;
    width: 840px;
}

/* スクロールボタン */
.scroll__button--wrap {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px 40px;
    max-width: 900px;
    margin: 40px auto 80px;
}

.scroll__button {
    padding: 0px 40px 9px 0px;
    color: #745C4C;
    border-bottom: 1px solid #d5cac3;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.scroll__button:hover {
    transform: translateY(-5px);
}


.scroll__button .arrow {
    margin-right: 6px;
    margin-bottom: 2px;
    position: absolute;
    content: "";
    top: 25%;
    right: 0;
}

.scroll__button .arrow::before,
.scroll__button .arrow::after {
    background-color: #745C4C;
}


#how-to-buy,
#order-flow,
#payment-method,
#shipping-info,
#delivery-time,
#cancellation-policy,
#faq {
    scroll-margin-top: 60px;
}

@media screen and (max-width: 1200px) {

    .scroll__button {
        font-size: 14px;
    }

    .main__title::after {
        width: 600px;
    }
}

@media screen and (max-width: 768px) {

    .scroll__button--wrap {
        justify-content: start;
    }

    .contents-title--wrap {
        justify-content: flex-start;
        padding-left: 20px;
    }

    .main__title::after {
        width: 400px;
        left: 175px;
    }

    .scroll__button {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {

    .scroll__button--wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: center;
    }

    .main__title::after {
        width: 330px;
        left: 140px;
    }

    .scroll__button {
        padding-right: 30px;
    }
}

/* メインコンテンツ */
.guide__main--container {
    max-width: 1260px;
    margin: 0 auto;
}

.main-contents-title--wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #77917B;
    padding: 5px 0px;

}

.main-contents-title--wrap h3.main__title {
    color: #77917B;
    margin-bottom: 0;
    font-size: 28px;
}

.main-contents-title--wrap .main__title::after {
    display: none;
}

.main-contents-title--wrap .accordion-btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .main-contents-title--wrap {
        border-bottom: none;
        position: relative;
        border-radius: 4px 4px 0 0;
    }

    .main-contents-title--wrap .accordion-btn {
        display: block;
        position: absolute;
        content: "";
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
    }

    .main-contents-title--wrap .accordion-btn::before,
    .main-contents-title--wrap .accordion-btn::after {
        background: #77917B;
        width: 20px;
        height: 1.5px;
        border-radius: 1px;
    }

    .main-contents-title--wrap .accordion-btn::before {
        transform: translate(-50%, -50%) rotate(90deg);
        /* 縦線 */
    }

    .main-contents-title--wrap .accordion-btn::after {
        transform: translate(-50%, -50%) rotate(0deg);
        /* 横線 */
    }


    .main-contents-title--wrap.active .accordion-btn::before {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    .guide-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease, opacity .25s ease;
        border: 1px solid #77917B;
        border-top: none;
        border-radius: 0 0 4px 4px;
    }

    .guide-content.active {
        display: block;
        opacity: 1;
        max-height: 2000px;
    }

    .guide-content,
    .content__text,
    .content__text--box,
    .faq__text--wrap {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s ease;
    }

    .guide-content.active,
    .content__text.active,
    .content__text--box.active,
    .faq__text--wrap.active {
        max-height: 1000px;
    }
}

/* ご購入ガイド */
.guide__bg--wrap {
    padding: 90px 0;
    background: url(../image/main__bg--yellow-green.svg);
}

.guide-content__wrap {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.guide-content__container {
    flex: 1;
    background-color: #fff;
    max-width: 330px;
    padding: 15px 20px;
    border-radius: 4px;
    margin: 50px 0;
}

.content__title--wrap {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.content__title--wrap::after {
    background-color: #E2E8DE;
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
    bottom: -7px;
}

.content__title--box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content__title {
    font-size: 22px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 8px;
}

.content__text {
    font-size: 12px;
    line-height: 2;
    margin-top: 22px;
    text-align: center;
}

.content__text--box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content__text--box p {
    font-size: 14px;
    text-align: center;
    padding: 15px 0 11px;
}

.line-link.content__text--box p {
    margin-top: 10px;
}


.content__tel--box {
    font-size: 12px;
    font-weight: 600;
    color: #77917B;
    text-align: right;
}

.content__tel--box a {
    font-size: 14px;
    line-height: 1.5;
}

.line-link-btn {
    position: relative;
    margin: 0 13px;
    transition: color 0.3s ease-in-out;
}

.line-link-btn::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #77917B;
    bottom: -4px;
    left: 70%;
    transform: translateX(-50px);
}

.line-link-btn:hover {
    color: #9DAE9E;
}

.guide-info__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guide-info__title {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    color: #4B6550;
    padding: 0 0px 8px;
    margin-bottom: 10px;
    position: relative;
}

.guide-info__title::after {
    background-color: #fff;
    width: 150%;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 0;
    right: -25%;
}



.guide-info__text p {
    display: flex;
    align-items: start;
    margin-top: 10px;
    line-height: 1.5;
}

.guide-info__text .circle {
    margin-top: 6px;
}

.guide-info__sub {
    margin-top: 4px;
    margin-left: 18px;
    font-size: 12px;
}

.circle {
    display: block;
    border-radius: 50%;
    background-color: #77917B;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    aspect-ratio: 1 / 1;
}

@media (min-width: 1201px) {
    .pc-mini__none {
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .pc-mini__none {
        display: none;
    }

    .content__title {
        font-size: 18px;
    }

    .line-link-btn {
        margin: 0 5px;
    }
}

@media (max-width: 768px) {
    .pc-mini__none {
        display: block;
    }

    .pc-mini__block {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .guide__bg--wrap {
        padding: 40px 0;
    }

    .guide-content__wrap {
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 50px auto 30px;
    }

    .guide-content__container {
        margin: 0;
        max-width: 400px;
        width: 100%;
        min-width: 295px;
    }

    .main-contents-title--wrap h3.main__title {
        font-size: 20px;
    }

    .content__title--wrap {
        justify-content: space-between;
    }

    .content__title {
        font-size: 20px;
    }

    .guide-info__wrap {
        width: 90%;
        margin: 0 auto 40px;
    }

    .guide-info__title {
        font-size: 18px;
    }

    .guide-info__title::after {
        width: 120%;
        right: -10%;
    }

    .guide-info__text p {
        font-size: 13px;
    }

    .guide-info__sub {
        font-size: 11px;
    }

    .line-link .content__tel--box {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .guide-content__container {
        padding: 15px 15px;
    }
}

.accordion__btn--wrap {
    display: none;
}

.accordion__trigger {
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #77917B;
    cursor: pointer;
    border: none;
    position: relative;
    transition: opacity 0.3s ease-in-out;
}

.accordion__trigger:hover {
    opacity: 0.7;
}

/* プラス記号 */
.accordion__icon::before,
.accordion__icon::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 1px;
    transition: all 0.3s ease;
}

/* 横棒 */
.accordion__icon::before {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

/* 縦棒 */
.accordion__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    top: 50%;
    left: 50%;
}

/* 開いた状態 → マイナスにする */
.accordion__trigger.active .accordion__icon::before {
    opacity: 0;
}

.accordion__trigger.active .accordion__icon::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

/* 閉じているとき */
.accordion__content {
    display: flex;
    justify-content: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.3s ease;
    opacity: 0;
}

/* 開いているとき */
.accordion__content.active {
    max-height: 1500px;
    /* 中身が収まる程度の大きめ数値 */
    opacity: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}


.accordion__btn--wrap.active::after {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .accordion__btn--wrap {
        display: flex;
        justify-content: center;
    }

    .content__text,
    .content__text--box {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .content__text.active,
    .content__text--box.active {
        max-height: 182px;
    }

    .content__text {
        margin-top: 0px;
    }

    .content__text.active {
        margin-top: 22px;
    }

    .content__title--wrap::after {
        opacity: 0;
    }
}

/* ご注文の流れ */
.guide__bg--wrap.order-flow {
    background: url(../image/main__bg--green.svg);
}

.order-flow .main-contents-title--wrap {
    border: 1px solid #fff;
}

.order-flow .main-contents-title--wrap h3.main__title {
    color: #fff;
}

.order-flow .guide-content__container {
    background-color: #4B6550;
    padding: 20px 9px 15px;
    position: relative;
    max-width: 290px;
}

.order-flow .guide-content__container:not(:last-child)::after {
    content: url(../image/arrow-s.svg);
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
}

.order-flow .content__title--wrap::after {
    display: none;
}

.order-flow .content__title--box {
    flex-direction: column;
    color: #fff;
    gap: 12px 25px;
}

.content__title--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.content__title--container img {
    display: block;
}

.order-flow .content__title--box .en {
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}

.order-flow .guide-content__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 34px;
}

.order-flow .content__title {
    font-size: 19px;
    font-family: "Yu Gothic", "游ゴシック Medium", "游ゴシック体",
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    margin-left: 0;
}

.order-flow .guide-content__container p {
    font-size: 12px;
}

.order-flow .guide-info__title {
    color: #fff;
}

.order-flow .guide-info__title::after {
    display: none;
}

.guide-info__container {
    display: flex;
}

.guide-info__box {
    display: flex;
    align-items: center;
}

.order-flow .guide-info__text {
    text-align: center;
    background-color: #F5F3F1;
    padding: 27px 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-flow__info01 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.order-flow__info02 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.order-flow__info01 div,
.order-flow__info02 div {
    font-size: 18px;
}

.order-flow__infotitle {
    margin-left: 18px;
}

.order-flow__info01 p,
.order-flow__info02 p {
    font-size: 12px;
    text-align: center;
}

.number {
    color: #4B6550;
    font-family: "Shippori Mincho", serif;
    border-bottom: 1px solid #4B6550;
    position: relative;
    z-index: 1;
}

.number::after {
    background: #E2E8DE;
    width: 23px;
    height: 23px;
    position: absolute;
    content: "";
    top: 0%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.order-flow .main-contents-title--wrap .accordion-btn::after,
.order-flow .main-contents-title--wrap .accordion-btn::before {
    background: #fff;
}

@media (max-width: 768px) {
    .content__title--container img {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1337px) {
    .order-flow .content__title {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .order-flow .guide-content__wrap {
        grid-template-columns: repeat(2, 1fr);
        margin: 50px auto 60px;
    }

    .order-flow .guide-content__container {
        max-width: 600px;
        min-width: 315px;
        align-items: center;
        margin: 0 auto;
    }

    .guide-info__container {
        flex-direction: column;
        gap: 20px;
    }

    .order-flow .guide-info__text {
        border-radius: 4px;
    }

    .order-flow .content__title--container {
        gap: 6px;
    }
}

@media (max-width: 768px) {

    .order-flow .guide-content__container {
        /* min-width: 265px; */
        min-height: 77px;
        padding: 15px 9px 15px;
        display: flex;
        justify-content: center;
    }

    .order-flow .content__title--wrap {
        justify-content: center;
    }

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

    .order-flow .content__title--container {
        gap: 2px;
    }

    .order-flow .content__title--box {
        flex-direction: row;
        justify-content: space-between;
        gap: 12px;
    }

    .order-flow .guide-content__container:not(:last-child)::after {
        top: 103px;
        right: 50%;
        transform: translateY(-50%) rotate(90deg);
    }

    .order-flow .content__title {
        font-size: 18px;
    }

    .order-flow .guide-info__title {
        text-align: center;
    }

    .order-flow .guide-info__text {
        padding: 13px 15px;
        min-width: 295px;
    }
}

@media (max-width: 480px) {
    .order-flow .guide-info__title {
        font-size: 16px;
    }

    .guide-info__box .order-flow__infotitle {
        font-size: 16px;
        margin-left: 13px;
    }
}

.guide__bg--wrap.payment-method {
    background: #fff;
}

.payment-method .guide-info__wrap {
    margin-top: 35px;
}

@media (max-width: 768px) {
    .payment-method .guide-info__wrap {
        margin: 30px auto 40px;
    }
}

.shipping-info .guide-info__text {
    display: flex;
    gap: 38px;
    margin-top: 30px;
}

.shipping-info .guide-info__box {
    min-width: 100px;
    white-space: nowrap;
    color: #77917B;
    font-weight: 600;
}

.guide-info__subtext {
    font-size: 12px;
}

.shipping-info .content__line--box {
    margin-top: 50px;
}

.shipping-info .content__line--box a {
    font-size: 20px;
}

.shipping-info .line-link-btn {
    position: relative;
}

.shipping-info .line-link-btn::after {
    position: absolute;
    content: "";
    left: 50%;
}

.shipping-info .guide-info__text p {
    line-height: 1.8;
}

.shipping__guide-info__text {
    font-size: 14px;
}

@media (max-width: 768px) {
    .shipping-info .guide-info__text {
        flex-direction: column;
        gap: 8px;
        margin-top: 10px;
    }

    .shipping-info .guide-info__text p {
        margin-top: 0;
    }

    .shipping-info .guide-info__wrap {
        margin: 30px auto 40px;
    }

    .shipping-info p.guide-info__subtext {
        font-size: 11px;
        margin-top: 10px;
    }

    .shipping-info .content__line--box {
        margin-top: 30px;
    }

    .shipping-info .content__line--box a {
        font-size: 18px;
    }

    .shipping-info .content__tel--box {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .shipping-info .line-link-btn::after {
        left: 55%;
        bottom: -1px;
    }

    .shipping-info p.guide-info__box {
        font-size: 16px;
    }
}

.guide__bg--wrap.delivery-time {
    background: url(../image/main__bg--green.svg);
}

.delivery-time .main-contents-title--wrap {
    border: 1px solid #fff;
}

.delivery-time .main-contents-title--wrap h3.main__title {
    color: #fff;
}

.delivery-time .main-contents-title--wrap .accordion-btn::after,
.delivery-time .main-contents-title--wrap .accordion-btn::before {
    background: #fff;
}

.delivery-time .guide-info__wrap {
    color: #fff;
}

.delivery-time .circle {
    background-color: #fff;
}

.delivery-time .guide-info__wrap {
    margin-top: 30px;
}

.guide__bg--wrap.cancellation-policy {
    background: #fff;
}

.cancellation-policy .guide-info__wrap {
    margin-top: 30px;
}

.cancellation-policy .guide-info__text p {
    line-height: 1.8;
}

.faq__wrap {
    background: #fff;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .faq .accordion__btn--wrap {
        display: block;
    }
}

.faq__title--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 23px 15px 60px;
}

.faq__title--container {
    display: flex;
    align-items: center;
}

.faq__wrap {
    width: 70%;
    margin: 25px auto 30px;
}

.faq .accordion__trigger {
    width: 34px;
    height: 34px;
}

.faq .accordion__icon::before,
.faq .accordion__icon::after {
    width: 14px;
    height: 2px;
}

.faq__en {
    color: #77917B;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 600;
}

.faq .content__title {
    font-size: 20px;
}

.faq__text--wrap {
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq__text--inner {
    display: flex;
    align-items: start;
    padding: 15px 30px 15px 60px;
}

.faq__text--wrap.active {
    max-height: 121px;
}


.faq__text--wrap.active {
    overflow: visible;
}

.faq__text--wrap p {
    margin-left: 8px;
}

.faq-content__wrap {
    margin-top: 47px;
}

@media screen and (max-width: 1200px) {
    .faq__text--inner {
        padding: 0px 30px 20px 30px;
    }

    .faq__title--wrap {
        padding: 15px 30px 15px 30px;
    }
}

@media screen and (max-width: 768px) {
    .faq__wrap {
        width: 80%;
    }

    .faq__title--wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 16px;
    }

    .faq__text--wrap {
        padding: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .faq__text--inner {
        padding: 0px 16px 20px 16px;
    }

    .faq__text--wrap.active {
        max-height: 200px;
    }

    .faq .content__title {
        font-size: 13px;
    }

    .faq .accordion__trigger {
        width: 22px;
        height: 22px;
    }

    .faq .accordion__icon::before,
    .faq .accordion__icon::after {
        width: 10px;
        height: 1px;
    }

    .faq__wrap {
        margin: 20px auto;
    }
}

@media screen and (max-width: 480px) {
    .faq__wrap {
        width: 90%;
    }
}

@media (hover: hover) and (pointer: fine) {
    .scroll__button:hover {
        transform: translateY(-5px);
    }

    .line-link-btn:hover {
        color: #9DAE9E;
    }

    .accordion__trigger:hover {
        opacity: 0.7;
    }

}

@media (hover: none) and (pointer: coarse) {
    .scroll__button:hover {
        transform: none;
    }

    .line-link-btn:hover {
        color: inherit;
    }

    .accordion__trigger:hover {
        opacity: 1;
    }
}