<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------
 Buying
-------------------- */
.com-page-head__title__en {
    left: 45px;
    top: 4px;
    width: 120px;
}

@media (min-width: 768px) {
    .com-page-head__title__en {
        left: 50px;
        top: 8px;
        width: 230px;
    }
}

.buying__overview {
    padding: 0 0 60px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .buying__overview {
        padding: 0 0 40px;
    }
}

.buying__overview-container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .buying__overview-container {
        padding: 0 30px;
    }
}

.buying__overview__flx {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 20px;
    margin: 0 0 55px;
}

@media (min-width: 992px) {
    .buying__overview__flx {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
    }
}

.buying__overview__flx__main {
    width: 100%;
}

@media (min-width: 992px) {
    .buying__overview__flx__main {
        width: 58%;
    }
}

@media (min-width: 1240px) {
    .buying__overview__flx__main {
        width: 58%;
    }
}

.buying__overview__flx__main__title {
    color: #948bb1;
    font-size: var(--fs28);
    font-weight: 400;
    letter-spacing: 0.35em;
    line-height: 1.8;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .buying__overview__flx__main__title {
        font-size: var(--fs32);
    }
}

.buying__overview__flx__main__title:first-letter {
    font-size: 2.75rem;
    font-weight: 300;
    letter-spacing: 0.3em;
}

@media (min-width: 768px) {
    .buying__overview__flx__main__title:first-letter {
        font-size: 3.4375rem;
    }
}

.buying__overview__flx__main__subtitle {
    font-size: var(--fs20);
    font-weight: 300;
    letter-spacing: 0.275em;
    line-height: 1.5;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .buying__overview__flx__main__subtitle {
        font-size: var(--fs24);
        margin: 0 0 35px;
    }
}

.buying__overview__flx__main__content {
    margin: 0;
    max-width: 540px;
}

.buying__overview__flx__main__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.7;
    margin: 0 0 1.75em;
}

@media (min-width: 992px) {
    .buying__overview__flx__main__content p {
        font-size: var(--fs16);
    }
}

.buying__overview__flx__main__content p:last-child {
    margin-bottom: 0;
}

.buying__overview__flx__main__content p em {
    background-color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #ce8bb1;
    display: inline;
    font-style: normal;
    font-weight: 500;
    padding: 0 1px;
}

.buying__overview__flx__main__content p .large {
    font-size: var(--fs16);
}

@media (min-width: 992px) {
    .buying__overview__flx__main__content p .large {
        font-size: var(--fs20);
    }
}

.buying__overview__flx__main__content p a {
    color: inherit;
    font-weight: 500;
    text-decoration: underline;
}

.buying__overview__flx__main__content p a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .buying__overview__flx__main__content p a:hover {
        text-decoration: none;
    }
}

.buying__overview__flx__fig {
    min-width: 1px;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .buying__overview__flx__fig {
        margin: auto 0 0;
        padding: 0 0 0 20px;
        text-align: left;
        width: 42%;
    }
}

@media (min-width: 1240px) {
    .buying__overview__flx__fig {
        padding: 0 0 0 20px;
        width: 42%;
    }
}

@media (min-width: 1240px) {
    .buying__overview__flx__fig img {
        transform: translateY(30px);
    }
}

.buying__overview__fig {
    margin: 0 0 50px;
    text-align: center;
}

.buying__overview__content {
    margin: 0;
}

.buying__overview__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 2;
    margin: 0 0 2em;
}

@media (min-width: 992px) {
    .buying__overview__content p {
        font-size: var(--fs16);
    }
}

.buying__overview__content p:last-child {
    margin-bottom: 0;
}

.buying__case {
    background-color: #fff;
    padding: 60px 0;
}

.buying__case-container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .buying__case-container {
        padding: 0 30px;
    }
}

.buying__case__title {
    color: #948bb1;
    font-size: var(--fs24);
    font-weight: 400;
    letter-spacing: 0.5em;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 0 0 0 0.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .buying__case__title {
        font-size: var(--fs28);
    }
}

.buying__case__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 30px 30px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 870px;
    width: 100%;
}

@media (min-width: 768px) {
    .buying__case__list {
        flex-wrap: nowrap;
        gap: 0;
    }
}

.buying__case__list__item {
    max-width: 160px;
    width: calc(50% - 15px);
}

@media (min-width: 768px) {
    .buying__case__list__item {
        width: 25%;
    }
}

.buying__case__list__item__fig {
    margin: 0 0 20px;
    text-align: center;
}

.buying__case__list__item__content p {
    color: #948bb1;
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .buying__case__list__item__content p {
        font-size: var(--fs16);
    }
}

.buying__detail {
    background-color: #fff;
    padding: 50px 0 50px;
}

.buying__detail-container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .buying__detail-container {
        padding: 0 30px;
    }
}

.buying__detail__title {
    color: #948bb1;
    font-size: var(--fs20);
    font-weight: 400;
    letter-spacing: 0.35em;
    line-height: 1.5;
    margin: 0 0 30px;
    padding: 0 0 0 0.35em;
    text-align: center;
}

@media (min-width: 768px) {
    .buying__detail__title {
        font-size: var(--fs26);
    }
}

@media (min-width: 992px) {
    .buying__detail__title {
        font-size: var(--fs28);
    }
}

.buying__detail__subtitle {
    font-size: var(--fs18);
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.4;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .buying__detail__subtitle {
        font-size: var(--fs20);
    }
}

.buying__detail__flx {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 0;
}

@media (min-width: 768px) {
    .buying__detail__flx {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}

.buying__detail__flx__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .buying__detail__flx__list {
        flex-grow: 0;
        flex-shrink: 0;
        width: auto;
    }
}

.buying__detail__flx__list &gt; li {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 2.1;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}

@media (min-width: 992px) {
    .buying__detail__flx__list &gt; li {
        font-size: var(--fs16);
    }
}

.buying__detail__flx__list &gt; li:before {
    background-image: url(../images/icons/icon-checkmark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 20px;
}

.buying__detail__flx__fig {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .buying__detail__flx__fig {
        flex-grow: 1;
        flex-shrink: 1;
        width: auto;
    }
}

.buying__flow {
    padding: 50px 0 80px;
}

.buying__flow-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .buying__flow-container {
        padding: 0 30px;
    }
}

.buying__flow__head {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 50px 30px;
    margin: 10px 0 60px;
}

@media (min-width: 768px) {
    .buying__flow__head {
        flex-direction: row;
    }
}

@media (min-width: 1240px) {
    .buying__flow__head {
        gap: 80px;
    }
}

.buying__flow__head__title {
    align-items: center;
    background-color: #948bb1;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs22);
    font-weight: 400;
    height: 200px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    padding: 0 0 0 0.1em;
    width: 200px;
}

@media (min-width: 768px) {
    .buying__flow__head__title {
        font-size: var(--fs24);
        height: 220px;
        width: 220px;
    }
}

@media (min-width: 992px) {
    .buying__flow__head__title {
        height: 240px;
        width: 240px;
    }
}

@media (min-width: 1240px) {
    .buying__flow__head__title {
        height: 300px;
        width: 300px;
    }
}

.buying__flow__head__list {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
}

@media (min-width: 1240px) {
    .buying__flow__head__list {
        padding: 0 40px 0 0;
    }
}

.buying__flow__head__list-inner {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0;
    max-width: 800px;
    width: 100%;
}

@media (min-width: 1240px) {
    .buying__flow__head__list-inner {
        gap: 0;
    }
}

.buying__flow__head__list__item {
    position: relative;
    width: calc(33.33333% - 13.33333px);
}

@media (min-width: 1240px) {
    .buying__flow__head__list__item {
        width: 33.33333%;
    }
}

.buying__flow__head__list__item:after {
    background-image: url(../images/pages/pawn/pawn-icon-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    margin: auto 0;
    position: absolute;
    right: -11px;
    top: 20px;
    width: 22px;
}

@media (min-width: 768px) {
    .buying__flow__head__list__item:after {
        height: 20px;
        right: -17px;
        top: 32px;
        width: 36px;
    }
}

@media (min-width: 992px) {
    .buying__flow__head__list__item:after {
        height: 24px;
        right: -22px;
        top: 40px;
        width: 44px;
    }
}

.buying__flow__head__list__item__fig {
    margin: 0 0 15px;
    text-align: center;
}

.buying__flow__head__list__item__title {
    color: #948bb1;
    font-size: var(--fs16);
    letter-spacing: 0.15em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .buying__flow__head__list__item__title {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .buying__flow__head__list__item__title {
        font-size: var(--fs20);
    }
}

@media (min-width: 1240px) {
    .buying__flow__head__list__item__title {
        font-size: var(--fs28);
        white-space: nowrap;
    }
}

@media (min-width: 1240px) {
    .buying__flow__head__list__item:nth-child(1):after {
        transform: translateX(-70px);
    }
}

@media (min-width: 1240px) {
    .buying__flow__head__list__item:nth-child(1) .buying__flow__head__list__item-inner {
        max-width: 120px;
    }
}

.buying__flow__head__list__item:nth-child(1) .buying__flow__head__list__item__fig img {
    height: 50px;
    width: auto;
}

@media (min-width: 768px) {
    .buying__flow__head__list__item:nth-child(1) .buying__flow__head__list__item__fig img {
        height: 76px;
    }
}

@media (min-width: 992px) {
    .buying__flow__head__list__item:nth-child(1) .buying__flow__head__list__item__fig img {
        height: 96px;
    }
}

@media (min-width: 1240px) {
    .buying__flow__head__list__item:nth-child(2) .buying__flow__head__list__item-inner {
        transform: translateX(-55px);
    }
}

.buying__flow__head__list__item:nth-child(2) .buying__flow__head__list__item__fig img {
    height: 50px;
    width: auto;
}

@media (min-width: 768px) {
    .buying__flow__head__list__item:nth-child(2) .buying__flow__head__list__item__fig img {
        height: 76px;
    }
}

@media (min-width: 992px) {
    .buying__flow__head__list__item:nth-child(2) .buying__flow__head__list__item__fig img {
        height: 96px;
    }
}

.buying__flow__head__list__item:nth-child(3) .buying__flow__head__list__item__fig img {
    height: 50px;
    width: auto;
}

@media (min-width: 768px) {
    .buying__flow__head__list__item:nth-child(3) .buying__flow__head__list__item__fig img {
        height: 76px;
    }
}

@media (min-width: 992px) {
    .buying__flow__head__list__item:nth-child(3) .buying__flow__head__list__item__fig img {
        height: 100px;
    }
}

.buying__flow__head__list__item:last-child:after {
    display: none;
}

.buying__flow__item-wrapper {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}

.buying__flow__item {
    background-color: #fff;
    border: 1px solid #948bb1;
    border-radius: 20px;
    margin: 0 0 100px;
    padding: 30px 20px;
    position: relative;
}

@media (min-width: 768px) {
    .buying__flow__item {
        border-radius: 40px;
        padding: 45px 30px;
    }
}

@media (min-width: 992px) {
    .buying__flow__item {
        padding: 45px;
    }
}

.buying__flow__item:after {
    background-color: #948bb1;
    bottom: -70px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 80px;
}

.buying__flow__item__flx {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 0;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .buying__flow__item__flx {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
    }
}

.buying__flow__item__flx__main {
    width: 100%;
}

@media (min-width: 768px) {
    .buying__flow__item__flx__main {
        width: 57%;
    }
}

.buying__flow__item__flx__main__title {
    color: #948bb1;
    font-size: var(--fs28);
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.1;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .buying__flow__item__flx__main__title {
        font-size: var(--fs36);
    }
}

@media (min-width: 992px) {
    .buying__flow__item__flx__main__title {
        font-size: var(--fs40);
    }
}

.buying__flow__item__flx__main__title .-t-1 {
    letter-spacing: -0.05em;
}

.buying__flow__item__flx__main__title .-t-2 {
    letter-spacing: -0.075em;
}

.buying__flow__item__flx__main__subtitle {
    color: #948bb1;
    font-size: var(--fs20);
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.5;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .buying__flow__item__flx__main__subtitle {
        font-size: var(--fs26);
    }
}

@media (min-width: 992px) {
    .buying__flow__item__flx__main__subtitle {
        font-size: var(--fs28);
    }
}

.buying__flow__item__flx__main__subtitle .-t-1 {
    letter-spacing: -0.25em;
}

.buying__flow__item__flx__main__content {
    max-width: 500px;
}

.buying__flow__item__flx__main__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 992px) {
    .buying__flow__item__flx__main__content p {
        font-size: var(--fs16);
    }
}

.buying__flow__item__flx__main__content p em {
    color: #ce8bb1;
    font-style: normal;
    font-weight: 500;
}

.buying__flow__item__flx__fig {
    padding: 0;
    text-align: center;
    width: 80%;
}

@media (min-width: 768px) {
    .buying__flow__item__flx__fig {
        padding: 0 0 0 30px;
        width: 43%;
    }
}

.buying__flow__item__note {
    background-color: #948bb1;
    border-radius: 25px;
    margin: 50px 0 0;
    padding: 20px;
    position: relative;
}

@media (min-width: 768px) {
    .buying__flow__item__note {
        border-radius: 50px;
        padding: 25px 30px 25px 100px;
    }
}

@media (min-width: 992px) {
    .buying__flow__item__note {
        border-radius: 100px;
    }
}

@media (min-width: 1240px) {
    .buying__flow__item__note {
        padding: 25px 65px 25px 180px;
    }
}

.buying__flow__item__note:before {
    background-image: url(../images/pages/pawn/pawn-icon-10.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 66px;
    margin: 0 auto 20px;
    width: 66px;
}

@media (min-width: 768px) {
    .buying__flow__item__note:before {
        bottom: 0;
        left: 20px;
        margin: auto 0;
        position: absolute;
        top: 0;
    }
}

@media (min-width: 1240px) {
    .buying__flow__item__note:before {
        background-size: 16px 62px;
        height: 92px;
        left: 50px;
        width: 92px;
    }
}

.buying__flow__item__note-inner {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 0;
}

@media (min-width: 768px) {
    .buying__flow__item__note-inner {
        align-items: flex-start;
        flex-direction: row;
    }
}

.buying__flow__item__note__main {
    width: 100%;
}

@media (min-width: 768px) {
    .buying__flow__item__note__main {
        flex-grow: 1;
        flex-shrink: 1;
        padding: 0 20px 0 0;
        width: auto;
    }
}

@media (min-width: 992px) {
    .buying__flow__item__note__main {
        padding: 0 30px 0 0;
    }
}

.buying__flow__item__note__main__title {
    color: #fff;
    font-size: var(--fs24);
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.5;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .buying__flow__item__note__main__title {
        font-size: var(--fs28);
    }
}

.buying__flow__item__note__main__content p {
    color: #fff;
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 992px) {
    .buying__flow__item__note__main__content p {
        font-size: var(--fs16);
    }
}

.buying__flow__item__note__fig {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .buying__flow__item__note__fig {
        flex-grow: 0;
        flex-shrink: 0;
        margin: auto 0;
        text-align: right;
        width: 160px;
    }
}

@media (min-width: 992px) {
    .buying__flow__item__note__fig {
        width: 190px;
    }
}

@media (min-width: 1240px) {
    .buying__flow__item__note__fig {
        width: 220px;
    }
}

.buying__flow__item:last-child {
    margin-bottom: 0;
}

.buying__flow__item:last-child:after {
    display: none;
}

@media (min-width: 1240px) {
    .buying__flow__item:nth-child(1) .buying__flow__item__flx__fig {
        padding-right: 60px;
        text-align: center;
    }
}

@media (min-width: 1240px) {
    .buying__flow__item:nth-child(2) .buying__flow__item__flx__fig-inner {
        padding-right: 30px;
        text-align: center;
    }
}

@media (min-width: 1240px) {
    .buying__flow__item:nth-child(3) .buying__flow__item__flx__fig-inner {
        padding-right: 50px;
        text-align: center;
    }
}</pre></body></html>