@charset "UTF-8";

p {
    word-break: auto-phrase;
}

.main-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(1.25rem, 1.059rem + 0.78vw, 2rem);
    color: #000;
}

.desc p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
    line-height: 34px;
    color: #000;
}

.sec01 {
    border-bottom: 1px solid #d5d5d5;
}

.sec01 .inner {
    padding: 79px 0 80px;
    margin: 0 7%;
}

.sec01 .inner .column {
    display: flex;
    gap: 4%;
    align-items: center;
    margin-right: 3%;
    margin-bottom: 40px;
}

.sec01 .inner .col-img {
    max-width: 694px;
    width: 93%;
}

.sec01 .inner .col-text {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.sec01 .sec01-bottom {
    display: flex;
    justify-content: center;
    margin-left: 3%;
}

.sec01 .sec01-bottom .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.sec01 .sec01-bottom .features .item {
    display: flex;
    align-items: center;
    margin-right: 9px;
    max-width: 260px;
    width: 100%;
}



.sec01 .sec01-bottom .features .item img {
    width: 39px;
    height: auto;
}

.sec01 .sec01-bottom .features .item .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    gap: 16px;

}

.sec01 .sec01-bottom .column .item {
    display: flex;
    flex-direction: column;
    max-width: 242px;
    width: 100%;
    align-items: flex-start;
    gap: 7px;
}

.sec01 .sec01-bottom .column .item img {
    width: 100%;
}

.sec01 .sec01-bottom .item:last-child {
    margin: 0;
}

.sec02 .inner {
    padding: 80px 0 120px;
    margin: 0 14%;
}

.sec02 .inner .main-text {
    font-size: clamp(1.25rem, 1.202rem + 0.2vw, 1.438rem);
    margin-bottom: 4%;
}

.sec02 .inner .column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sec02 .inner .item {
    display: grid;
    grid-template-columns: 18% 26% 1fr;
    gap: 5%;
}

.sec02 .inner .item .main-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-weight: 500;
}

.column {
    display: flex;
}

.deco {
    width: clamp(2.25rem, 2.107rem + 0.59vw, 2.813rem);
    height: auto;
}

.col-head {
    display: flex;
    gap: 10%;
}

.col-head .title {
    margin-top: 64px;
}

.col-head .main-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(1.125rem, 1.029rem + 0.39vw, 1.5rem);
    color: #000;
}

.col-head .sub-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.811rem + 0.26vw, 1.125rem);
    color: #000;
}

.sec03 {
    border-bottom: 1px solid #d5d5d5;
}

.sec03 .inner {
    margin: 0 14%;
    padding-bottom: 120px;
}

.sec03 .inner .col-head {
    margin-bottom: 45px;
}

.sec03 .inner .item-ttl {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec03 .inner .item-ttl .main-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.sec03 .inner .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec03 .inner .item.mb45 {
    margin-bottom: 45px;
}

.sec03 .inner .item .column {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.sec03 .inner .linklist {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 64px;
}

.sec03 .inner .linklist .item {
    max-width: 504px;
    width: 50%;
    height: 205px;
    overflow: hidden;
}

.sec03 .inner .linklist .item a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 24px;
    outline: 1px solid #fff;
    outline-offset: -20px;
    transition: 1.4s ease;
}



.sec03 .inner .linklist .item a .title {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #fff;

}

.sec03 .inner .linklist .item.kit a {
    --bg-image: url(/system_panel/uploads/images/20260105041212327102.png);
}

.sec03 .inner .linklist .item.shop a {
    --bg-image: url(/system_panel/uploads/images/20260105041212598472.png);
}

.sec03 .inner .linklist .item a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bg-image) no-repeat center / cover;
    transform: scale(1);
    transition: transform .4s ease;
    will-change: transform;
    z-index: -1;
}

.sec03 .inner .linklist .item a:hover::before {
    transform: scale(1.2);
}

.odermade .inner {
    padding: 80px 0 160px;
    margin: 0 14%;
}

.odermade .inner .col-head {
    flex-direction: column;
    gap: 64px;
    align-items: center;
    margin-bottom: 80px;
}

.odermade .inner .col-head .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.odermade .inner .col-head .desc p {
    text-align: center;
    font-size: clamp(0.875rem, 0.811rem + 0.26vw, 1.125rem);
    line-height: 40px;
}

.scene {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 7%;
    margin-bottom: 125px;

}

.scene .main-text, .flow .main-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: clamp(1rem, 0.936rem + 0.26vw, 1.25rem)
}

.scene .column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4%;

}

.scene .column .image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.scene .column .image .title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.811rem + 0.26vw, 1.125rem);
    color: #000;
}

.flow .main-text {
    margin-bottom: 40px;
}

.flow .column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flow .column .item {
    display: grid;
    grid-template-columns: 10% 1fr;
    gap: 4%;
    align-items: flex-start;
    padding-bottom: 40px;
    position: relative;
}

.flow .column .item::after {
    content: "";
    background: url(/system_panel/uploads/images/20260105050353343051.svg) no-repeat bottom/100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.flow .column .item:last-child:after {
    content: "";
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.flow .column .item .num {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(2.5rem, 2.15rem + 1.44vw, 3.875rem);
    line-height: 1;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #000;
}

.flow .column .item .title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.flow .column .item .title .main-text {
    margin-bottom: 0;
    font-size: 18px;
}

.flow .column .item .title .desc p {
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 34px;
}

.odermade {
    position: relative;
}

.odermade::before, .odermade::after {
    content: "";
    position: absolute;
    width: clamp(4.813rem, 3.745rem + 4.38vw, 9rem);
    height: clamp(8.25rem, 6.402rem + 7.58vw, 15.5rem);
    top: 0;
}

.odermade::before {
    left: 5%;
    background: url(/system_panel/uploads/images/20260104024237253769.svg) no-repeat top/contain;
}

.odermade::after {
    right: 5%;
    background: url(/system_panel/uploads/images/20260105061038499396.svg) no-repeat top/contain;
}

.fixed-bnr {
    position: fixed;
    opacity: 0;
    right: 0;
    bottom: 10%;
    max-width: 243px;
    width: 50%;
    transition: .4s ease;
}



.fixed-bnr.is-show {
    opacity: 1;
}

.fixed-bnr:hover {
    opacity: 50%;
}

@media screen and (max-width: 1024px) {
    .sec01 .sec01-bottom {
        flex-direction: column-reverse;
    }

    .sec01 .inner .column {
        justify-content: center;
    }

    .sec02 .inner, .sec03 .inner, .odermade .inner {
        margin: 0 5%;
    }

    .sec02 .inner .item {
        grid-template-columns: 22% 28% 1fr;
    }
}

@media screen and (max-width: 768px) {
    .fixed-bnr {
        display: none;
    }

    .sec01 .inner, .sec02 .inner, .sec03 .inner, .odermade .inner {
        margin: 0 3%;
    }

    .sec01 .inner .column {
        flex-direction: column;
        gap: 40px;

    }

    .sec01 .inner .col-text {
        align-items: center;
    }

    .sec01 .sec01-bottom .features {
        grid-template-columns: 260px;
        grid-template-rows: auto;
        gap: 40px;
        justify-content: center;
    }

    .sec01 .sec01-bottom .features .item {
        margin: 0 auto;
    }

    .sec01 .sec01-bottom .features .item .text {
        flex: 1;
    }

    .sec02 .inner .item {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        align-items: center;
        gap: 20px;
    }

    .sec02 .inner .item .main-text {
        text-align: center;
    }

    .sec02 .inner .item img {
        margin: 0 auto;
    }

    .sec03 .inner .item-ttl {
        align-items: center;
    }

    .sec03 .inner .item .column {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 16px 21px;
    }

    .sec03 .inner .linklist {
        flex-direction: column;
    }

    .sec03 .inner .linklist .item {
        max-width: 100%;
        width: 100%;
    }

    .scene .column {
        gap: 3px;
    }

    .scene .column .image img {
        height: 167px;
        width: 100%;
        object-fit: cover;
    }

    .flow .column .item {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 16px;
        align-items: center;
    }

    .flow .column .item .num, .flow .column .item .title .main-text {
        text-align: center;
    }

    .flow .column .item::after {
        background-image: url(/system_panel/uploads/images/20260105055545515454.svg);
        width: 350px;
        background-position: center;
        right: 0;
        margin: auto;
    }

    .scene .main-text, .flow .main-text {
        text-align: center;
    }

    .scene .column .image .title {
        text-align: center;
        width: 100%;
    }
}