@charset "euc-jp";

/* CSS Document */
.pc-br {
    display: block;
}

.sp-br {
    display: none;
}

.pay-lp {
    margin: 0;
    padding: 100px 0 0 0;
    font-size: 16px;
    font-family: 'articulat-cf', 'Noto Sans JP', sans-serif, 'メイリオ', 'Meiryo';
    font-style: normal;
    color: var(--base);
}

.pay-lp .breadcrumb-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ------------ Base ------------ */
:root {
    --brand: #733AF3;
    /* コアのアクセント */
    --base: #413F4F;
    /* 補助アクセント */
    --text: #676572;
    /* 罫線 */
    --bg: #ffffff;
    /* 背景 */
    --section: #f7f9ff;
    /* セクション薄色 */
    --radius: 24px;
}

.pay-lp section a {
    color: var(--brand);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.pay-lp .container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
}

.pay-lp section {
    margin: 0 auto;
    padding: 100px 0 0;
}

.en {
    font-size: 16px;
    background: linear-gradient(90deg, #758EFF, #E38FFF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.pay-lp h1,
.pay-lp h2 {
    margin: 0 0 24px;
    line-height: 1.4;
}

.pay-lp h3 {
    margin: 0 0 16px;
    line-height: 1.6;
}


.pay-lp h1 {
    font-size: 48px;
    letter-spacing: .02em;
    color: var(--base);
    margin: 0 0 24px;
}

.pay-lp h1 span {
    font-weight: 500;
    font-size: 56px;
    background: linear-gradient(90deg, #758EFF, #E38FFF);
    -webkit-background-clip: text;
    /* Safari, Chrome 用 */
    background-clip: text;
    color: transparent;
}

.pay-lp h2 {
    font-size: 48px;
}

.pay-lp h3 {
    font-size: 32px;
}

.pay-lp h4 {
    font-size: 24px;
}

.pay-lp p {
    color: var(--text);
    line-height: 180%;
    font-weight: 300;
}

.title {
    margin-bottom: 36px;
}

.title p {
    font-size: 16px;
}

.point {
    color: var(--brand);
    font-size: inherit;
    display: inline;
    font-size: 120%;
}

.pay-lp .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: #413F4F;
    color: #fff;
    transition: .2s ease;
    cursor: pointer;
    height: 60px;
    width: 300px;
    font-size: 18px;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(90, 107, 255, .28);
}

.mesh-bg {
    background-color: hsla(204, 0%, 100%, 1);
    background-image: radial-gradient(circle at 0% 30%, hsla(258, 100%, 70%, 0.3) 4%, transparent 75%), radial-gradient(circle at 80% 80%, hsla(229, 100%, 52%, 0.3) 3%, transparent 75%);
    background-blend-mode: normal, normal;
    inset: 0;
}

.mesh {
    position: relative;
}

.mesh:before {
    background-color: hsla(204, 0%, 100%, 1);
    background-image: radial-gradient(circle at 75% 60%, hsla(229, 100%, 52%, 0.15) 4%, transparent 45%), radial-gradient(circle at 20% 36%, hsla(258, 100%, 70%, 0.15) 3%, transparent 36%);
    background-blend-mode: normal, normal;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    top: 0;
    -ms-filter: blur(30px);
    filter: blur(30px);
}

.mesh2 {
    position: relative;
}

.mesh2:before {
    background-color: hsla(204, 0%, 100%, 1);
    background-image: radial-gradient(circle at 75% 28%, hsla(258, 100%, 70%, 0.15) 4%, transparent 25%), radial-gradient(circle at 20% 19%, hsla(229, 100%, 52%, 0.15) 3%, transparent 17%);
    background-blend-mode: normal, normal;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    top: 0;
    -ms-filter: blur(30px);
    filter: blur(30px);
}

.mesh-top {
    position: relative;
}

.mesh-top:before {
    background-color: hsla(204, 0%, 100%, 1);
    background-image: radial-gradient(circle at 88% 145%, hsla(258, 100%, 70%, 0.30) 4%, transparent 50%), radial-gradient(circle at 20% 100%, hsla(229, 100%, 52%, 0.20) 3%, transparent 40%);
    background-blend-mode: normal, normal;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    top: 0;
    border-radius: 24px;
    width: 97%;
    margin: 0 auto;
}



/* ------------ Hero ------------ */
#top {
    padding: 0;
}

.hero {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    padding: 0 0 40px 0;
    max-width: 1200px !important;
}

.hero p.lead {
    font-size: 16px;
    margin: 0 0 24px;
}

.hero-visual {
    margin: 0 auto -140px;
    position: relative;
}

.hero-visual img {
    z-index: 101;
    position: relative;
}

.hero-visual::after {
    width: 600px;
    height: 500px;
    position: absolute;
    content: "";
    background-color: hsla(204, 0%, 100%, 1);
    background-image: radial-gradient(circle at 0 50%, hsla(258, 100%, 70%, 0.5) 4%, transparent 50%), radial-gradient(circle at 80% 80%, hsla(229, 100%, 52%, 0.4) 3%, transparent 50%);
    background-blend-mode: normal, normal;
    -ms-filter: blur(80px);
    filter: blur(80px);
    bottom: -80px;
    z-index: 100;
}

.text-wrap {
    text-align: center;
}

#top .text-wrap h1 {
    font-size: 48px;
}

/* ------------ (Problem) ------------ */
.problem-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.problem-wrap .card {
    background: #fff;
    border-radius: 24px;
    padding: 20px;
}

.problem-wrap .card img {
    margin: 20px auto 0;
}

.js-scroll-trigger {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.js-scroll-trigger.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ------------ (Experience) ------------ */
#experience .container {
    background: #fff;
    border-radius: 24px;
    padding: 50px;
}

.experience-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.experience-wrap .card {
    padding: 24px;
    border-radius: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.experience-wrap .card .icon {
    background: #ffffff;
    border-radius: 24px;
    display: inline-block;
    padding: 16px;
    max-width: 70px;
    max-height: 70px;
}

.experience-wrap .card p {
    font-size: 18px;
}

.experience-wrap .card p span {
    font-size: 42px;
    font-weight: 600;
    color: var(--brand);
}

.experience-wrap .card p span+span {
    font-size: 24px;
}

/* ------------ (Design) ------------ */
#design {
    margin: 0 auto;
}

.design-wrap {
    width: 100%;
    margin: 30px auto 0;
}

.design-container {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.text-container {
    width: 45%;
    text-align: left;
    font-size: 18px
}

.text-container .tag {
    font-size: 48px;
    color: var(--brand);
    margin: 128px 0 24px 0;
    display: inline-block;
}

.text-container .tag+div {
    margin: 0 0 0 32px;
}

.text-container h3 {
    font-size: 30px;
    color: var(--base);
}

.text-container h3 span {
    font-size: 70%;
}

.text-container div h2 {
    font-size: 3rem;
    text-align: left;
}

.text-container div p {
    margin-top: 30px;
    text-align: left;
    max-width: 360px;
}

.images-container {
    width: 45%;
    margin: 50px 0 0 0;
}

.images-container.first {
    margin: 0;
}

.images-container span {
    position: relative;
    padding: 30px;
    display: block;
    border-radius: 24px;
}

.images-container img {
    max-width: 100%;
    height: auto;
}

/* ------------ (Sales) ------------ */

#sale .grid {
    --grid-gap: 24px;
    display: grid;
    gap: var(--grid-gap);
    margin-bottom: 24px;
}

#sale .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#sale .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#sale .grid .card {
    padding: 30px;
    border-radius: 24px;
    background: #ffffff;
}

#sale .grid .card .title {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

#sale .grid .card h4 {
    font-size: 24px;
    font-weight: 400;
}

#sale .grid .card .icon {
    border-radius: 24px;
    display: inline-block;
    padding: 16px;
    max-width: 70px;
    max-height: 70px;
}

#sale .grid .card p span {
    font-size: 42px;
    font-weight: 600;
    color: var(--brand);
}

#sale .grid .card p span+span {
    font-size: 24px;
}

#sale .grid .container+p {
    font-size: 30px;
    text-align: center;
    margin-top: 24px;
}

#sale .container+p {
    font-size: 30px;
    text-align: center;
}


/* ------------ (Ooperation) ------------ */
#operation .operation-wrap {
    border-radius: 24px;
    padding: 50px;
    margin: 24px auto;
    line-height: 180%;
}

.operation-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    min-width: 700px;
    text-align: center;

}

.operation-table thead th:not(:first-child) {
    background: var(--brand);
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 24px;
    text-align: center;
    border-right: 4px solid var(--brand);
    border-left: 4px solid var(--brand);
}

.operation-table thead th:nth-child(3) {
    background-color: #D6D8E6;
    position: relative;
    border-bottom-right-radius: unset !important;
    color: var(--text);
    border: none;
}

.operation-table tbody tr {
    background-color: #EEF1FF;
    vertical-align: middle;
}

.operation-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.operation-table th {
    vertical-align: middle;
    margin: 0 24px;
}

.operation-table tr th:first-child {
    width: 24%;
    padding: 0 24px;
    font-weight: 600;
}

.operation-table td {
    text-align: left;
    vertical-align: middle;
    padding: 18px 24px;
}

.operation-table .border {
    border-left: 4px solid var(--brand);
    border-right: 4px solid var(--brand);
    position: relative;
}

.operation-table .border-bottom {
    border-bottom: 4px solid var(--brand);
}


/* ------------ (Price) ------------ */
.pay-lp section#price {
    padding: 100px 0;
}

#price .container {
    background: #fff;
    border-radius: 24px;
    padding: 50px;
    text-align: center;
}

.price-wrap .point {
    text-decoration: underline;
}

#price h2+p {
    font-size: 24px;
}

#price h2+p .point {
    text-decoration: underline;
}

#price .price {
    font-size: 36px;
    margin: 32px 0 16px;
    line-height: 1;
}

#price .price .monthly-fee {
    font-size: 74px;
    background: linear-gradient(90deg, #758EFF, #E38FFF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline;
    font-weight: 600;
}

#price .price .monthly-fee+span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

/* ------------ (Ooperation) ------------ */
#cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cta .container h2 {
    line-height: 140%;
    margin-bottom: 36px;
    font-size: 40px;
}


@media (max-width: 1024px) and (min-width: 769px) {
    .pc-br {
        display: block;
    }

    .sp-br {
        display: none;
    }

    .pay-lp h1 {
        font-size: 34px;
    }

    .pay-lp h1 span {
        font-size: 50px;
    }

    .hero {
        grid-template-columns: 1.1fr 1fr;
        gap: 32px;
    }

    .problem {
        grid-template-columns: repeat(2, 1fr);
    }

    .split {
        grid-template-columns: 1fr;
    }

    .foot-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ------------ Mobile ------------ */
@media (max-width: 768px) {
    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .pay-lp section {
        padding: 50px 18px;
    }

    .breadcrumb-wrap {
        padding: 0 20px;
    }

    .text-wrap {
        text-align: center;
        z-index: 102;
        position: relative;
    }

    .hero p.lead {
        font-size: 14px;
    }

    .hero-visual::after {
        width: 100%;
        bottom: -20px;
    }

    .mesh-top:before {
        width: 94%;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px 18px 10px;
    }

    #top .text-wrap h1 {
        font-size: 36px;
    }

    .pay-lp h1 {
        font-size: 36px;
        letter-spacing: .02em;
        color: var(--base);
        margin: 0 0 24px;
    }

    .pay-lp h1 span {
        font-weight: 500;
        font-size: 40px;
        background: linear-gradient(90deg, #758EFF, #E38FFF);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .pay-lp h2 {
        font-size: 24px;
    }

    .pay-lp h3 {
        font-size: 20px;
    }

    .pay-lp h4 {
        font-size: 16px;
    }

    .section {
        padding: 56px 0;
    }

    #problem {
        margin: 100px 0 0 0;
    }

    .problem-wrap {
        display: block;
    }

    .problem-wrap .card {
        margin-bottom: 24px;
    }

    #experience .container {
        padding: 48px 24px 48px 24px;
    }

    .experience-wrap {
        display: block;
    }

    .experience-wrap .card {
        margin-bottom: 24px;
        padding: 16px;
    }

    .experience-wrap .card p {
        font-size: 16px;
        margin: 5px 0 0 0;
    }

    #design {
        overflow: hidden;
    }

    #design .swiper-slide p span {
        position: relative;
        padding: 20px;
        display: block;
        border-radius: 24px;
    }

    #sale .grid {
        display: block;
    }

    #sale .grid .card {
        padding: 24px;
        margin-bottom: 24px;
    }

    #sale .container+p {
        font-size: 20px;
        text-align: center;
    }

    #operation .operation-wrap {
        border-radius: 24px;
        padding: 64px 18px;
        margin-top: 24px;
        line-height: 180%;
    }

    .operation-table {
        min-width: 540px;
        font-size: 13px;
    }

    .operation-table tr th:first-child {
        width: 20%;
        padding: 0 18px;
        font-weight: 600;
    }

    .operation-table tr th:first-child {
        width: 24%;
    }

    .operation-table td {
        padding: 12px;
    }

    .table-scroll {
        overflow-x: auto;
    }

    #price .container {
        padding: 24px 12px 48px 12px;
        width: 86%;
    }

    #price .price .monthly-fee {
        font-size: 64px;
    }

    #price .price {
        font-size: 30px;
    }

    .price-wrap h3 {
        font-size: 18px;
    }

    #cta .container {
        display: block;
    }

    #cta .container h2 {
        line-height: 140%;
        margin-bottom: 24px;
        text-align: center;
        font-size: 36px;
    }

    .pay-lp .btn {
        width: 100%;
    }


    .wrapper {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-block: 50px;
    }

    .desing-swiper .tag {
        font-size: 18px;
        color: var(--brand);
        margin-top: 12px;
    }

    .desing-swiper h3 {
        font-size: 18px;
    }

    .desing-swiper h3 span {
        font-size: 70%;
    }

    .desing-swiper p {
        font-size: 14px;
    }
}

.fade-up {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}