@charset "utf-8";

/*** 共通 ***/
.privacy__background {
    position: relative;
}
.privacy__background::before {
    background: linear-gradient(to bottom, #fff, #e0e0e0);
    content: '';
    display: inline-block;
    height: 55rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -3;
}
.privacy__design10 {
    position: relative;
}
.privacy__design10::before {
    color: transparent;
    content: '10';
    font-size: 39.6rem;
    font-weight: var(--font-weight-medium);
    left: -9.3rem;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    -webkit-text-stroke: 1px #fff;
    top: -17.5rem;
    z-index: -1;
}
.privacy__design10::after {
    color: #f8f8f8;
    content: 'design';
    font-size: 10.2rem;
    font-weight: var(--font-weight-medium);
    left: -8.8rem;
    letter-spacing: 0;
    position: absolute;
    text-transform: uppercase;
    top: -11.7rem;
    writing-mode: sideways-lr;
    z-index: -2;
    opacity: 0.3013;
}
.privacy__title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

/*** 特定商取引法に基づく表記 ***/
.scta {
    padding: 18rem 13rem 2.8rem;
    letter-spacing: 0.05em;
}
.scta__list {
    background-color: #fff;
    border-radius: 1rem;
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-top: 5rem;
    padding: 5.5rem 12.7%;
}
.scta__item {
    border-bottom: 0.2px solid #bfbfbf;
    display: flex;
    padding-block: 1.5rem;
}
.scta__name {
    width: 32%;
}
.scta__text {
    width: 68%;
}
.scta-environment {
    display: flex;
}
.scta-environment__item:nth-of-type(2) {
    margin-left: 8rem;
}
.scta-environment__name {
    font-weight: var(--font-weight-medium);
}

/*** プライバシーポリシー ***/
.policy {
    padding: 17.6rem 13rem 7.35rem;
}
.policy__text {
    background-color: #fff;
    border-radius: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 5.5rem;
    padding: 8.75rem 12.7% 6.65rem;
}
.policy__paragraph--space {
    margin-top: 2rem;
}