@charset "utf-8";

/* ===================
loading
====================== */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    z-index: var(--loading-index);
    pointer-events: none;
}

.loader_texts {
    display: flex;
    flex-direction: row-reverse;
}

.loader_text {
    font-family: "FOT-筑紫明朝 Pr6N M";
    font-size: 24px;
    writing-mode: vertical-rl;
    position: relative;
}

.loader_text:nth-of-type(2) {
    margin-inline-start: 70px;
}

.loader_textChar {
    opacity: 0;
}

/* ===================
mainvisual
====================== */
.mainvisual {
    position: relative;
}

@media screen and (max-width: 767px) {
    .mainvisual_scroll {
        display: grid;
        position: absolute;
        right: 30px;
        bottom: 60px;
        width: 1px;
        height: 58px;
    }
}

@media screen and (min-width: 768px) {
    .mainvisual_scroll {
        display: grid;
        position: absolute;
        right: 120px;
        bottom: 72px;
        width: 1px;
        height: 58px;
    }
}

.mainvisual_scrollTotal {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.5);
}

.mainvisual_scrollCurrent {
    grid-area: 1 / 1;
    transform-origin: top;
    width: 100%;
    height: 100%;
    background-color: #fff;
    animation: scrollMove 2.5s ease infinite;
}

@keyframes scrollMove {
    0% {
        scale: 100% 0%;
    }

    100% {
        scale: 100% 100%;
    }
}

/* ===================
mainvisualSlider(splide)
====================== */
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide__list {
    transition-timing-function: cubic-bezier(0,.48,.57,.77);
}

.splide__pagination {
    display: flex;
    justify-content: flex-start;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .splide__pagination {
        left: 30px;
        bottom: 24px;
        gap: 6px;
    }
}

@media screen and (min-width: 768px) {
    .splide__pagination {
        left: 120px;
        bottom: 76px;
        gap: 10px;
    }
}

.splide__pagination__page {
    opacity: 0.6;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: #fff;
    transition: opacity 0.6s ease;
}

.splide__pagination__page.is-active,
.splide__pagination__page:hover {
    opacity: 1;
    transform: none;
}

/* ===================
work
====================== */
@media screen and (max-width: 767px) {
    .homeWork_inner {
        padding-block: 50px 114px;
        padding-inline: 30px;
    }
}

@media screen and (min-width: 768px) {
    .homeWork_inner {
        padding-block-start: 110px;
        padding-inline: 8.3%;
    }
}

@media screen and (max-width: 767px) {
    .homeWork_block {
        display: grid;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .homeWork_block {
        display: grid;
        justify-content: center;
        text-align: center;
    }
}


@media screen and (max-width: 767px) {
    .homeWork_nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-block-start: 27px;
        gap: 30px;
        font-size: 1.2rem;

    }
}

@media screen and (min-width: 768px) {
    .homeWork_nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-block-start: 27px;
        gap: 60px;
        font-size: 1.8rem;

    }
}

@media screen and (max-width: 767px) {
    .homeWork_title {
        text-align: center;
        font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px) {
    .homeWork_title {
        text-align: center;
        font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
        font-size: 4.8rem;
    }
}

@media screen and (min-width: 768px) {
    .homeWork_navLink {
        text-align: center;
        font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
        font-size: 18px;
        transition: opacity 0.4s ease;
    }
}

@media screen and (min-width: 768px) {
    .homeWork_navLink:hover {
        opacity: 0.5;
    }
}

.homeWork_grid {
    display: grid;
    border-top: 1px solid #e2e2e2;
}

.homeWork_grid + .homeWork_grid {
    border-top: none;
}

@media screen and (max-width: 767px) {
    .homeWork_grid {
        gap: 122px;
        margin-block-start: 50px;
        padding-block-start: 25px;
    }
}

@media screen and (min-width: 768px) {
    .homeWork_grid {
        gap: 95px;
        margin-block-start: 87px;
        padding-block-start: 60px;
    }
}


.homeWorkSection_grid {
    display: grid;
}

@media screen and (max-width: 767px) {
    .homeWorkSection_grid {
        gap: 68px;
        margin-block-start: 27px;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 70px;
        margin-block-start: 60px;
    }
}

.homeWorkSection_link:hover img {
    scale: 1.05;
}

.homeWorkSection_title {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .homeWorkSection_title {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection_title {
        font-size: 42px;
    }
}

.homeWorkSection_button {
    display: grid;
    justify-content: end;
    margin-block-start: 90px;
}

@media screen and (max-width: 767px) {
    .homeWorkSection_button {
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .homeWorkSection_button {
        justify-content: end;
    }
}

/* ===================
column
====================== */
.workArticle {
    display: grid;
}

.workArticle_title {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

@media screen and (max-width: 767px) {
    .workArticle_title {
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_title {
        font-size: 4.2rem;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 70px;
    }
}

.workArticle_block {
    display: grid;
}

.workArticle_img {
    grid-area: 1 / 1;
    overflow: clip;
}

.workArticle_img img {
    transition: 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}


@media screen and (max-width: 767px) {
    .workArticle_text {
        margin-block-start: 13px;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_text {
        margin-block-start: 21px;
    }
}

.workArticle_subTitle {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

@media screen and (max-width: 767px) {
    .workArticle_subTitle {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_subTitle {
        font-size: 2rem;
    }
}

.workArticle_subText {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

@media screen and (max-width: 767px) {
    .workArticle_subText {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_subText {
        font-size: 1.6rem;
    }
}


@media screen and (min-width: 768px) {
    .workArticle_text {
        margin-block-start: 20px;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_button {
        display: flex;
        justify-content: flex-end;
        gap: 24px;
        margin-block-start: 120px;
    }
}

@media screen and (min-width: 768px) {
    .workArticle_button {
        font-size: 1.4rem;
    }
}

/* ===================
poem
====================== */
@media screen and (max-width: 767px) {
    .homePoem {
        padding-block-start: 118px;
    }
}

@media screen and (min-width: 768px) {
    .homePoem {
        padding-block: 94px 226px;
    }
}

.homePoem_mainTitle {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

@media screen and (max-width: 767px) {
    .homePoem_mainTitle {
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .homePoem_mainTitle {
        font-size: 4.2rem;
    }
}

.homePoem_block {
    display: grid;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .homePoem_block {
        gap: 30px;
        margin-block-start: 30px;
    }
}

@media screen and (min-width: 768px) {
    .homePoem_block {
        gap: 60px;
        margin-block-start: 74px;
    }
}

.homePoem_link {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

@media screen and (max-width: 767px) {
    .homePoem_link {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .homePoem_link {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 768px) {
    .homePoem_link {
        transition: opacity 0.4s linear;
    }
}

@media screen and (min-width: 768px) {
    .homePoem_link:hover {
        opacity: 0.5;
    }
}

/* ===================
book
====================== */
@media screen and (max-width: 767px) {
    .homeBook {
        padding-inline: 8.3%;
    }
}

@media screen and (min-width: 768px) {
    .homeBook {
        padding-inline: 8.3%;
    }
}

@media screen and (max-width: 767px) {
    .homeBook_inner {
        padding-inline: 30px;
    }
}


.homeBook_inner {
    border-top: solid 1px #e2e2e2;
}


.homeBook_title {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
    text-align: center;
}

@media screen and (max-width: 767px) {
    .homeBook_title {
        margin-top: 45px;
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px) {
    .homeBook_title {
        margin-top: 110px;
        font-size: 4.8rem;
    }
}

.homeBook_grid {
    display: grid;
}

@media screen and (max-width: 767px) {
    .homeBook_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 20px;
        margin-block-start: 32px;
    }
}

@media screen and (min-width: 768px) {
    .homeBook_grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
        margin-block-start: 90px;
    }
}

.homeBookArticle {
    display: grid;
    grid-template-rows: auto 1fr;
}

.homeWorkSection_link {
    display: grid;
}

.homeBookArticle_img {
    grid-area: 1 / 1;
    overflow: clip;
}

.homeBookArticle_img img {
    transition: 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

.homeBookArticle_block {
    margin-block-start: 20px;
}

.homeBookArticle_subTitle {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
    font-size: 1.6rem;
}

.homeBookArticle_subText {
    margin-block-start: 6px;
    color: #888;
    font-size: 1.2rem;
}

.homeBookArticle_subBlock {
    display: flex;
    align-items: center;
    margin-block-start: 11px;
}

.homeBookArticle_price {
    font-family: "FOT-筑紫ゴシック Pr5 D";
    font-size: 1.4rem;
    font-weight: 700;
}

.homeBookArticle_tax {
    font-size: 1rem;
    vertical-align: bottom;
}

.homeBookArticle_subTitle_description {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .homeBookArticle_description {
        margin-block-start: 10px;
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
}

@media screen and (min-width: 768px) {
    .homeBookArticle_description {
        margin-block-start: 19px;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
}

/* ===================
profile
====================== */
@media screen and (max-width: 767px) {
    .homeProfile {
        padding-bottom: 93px;
    }
}

@media screen and (min-width: 768px) {
    .homeProfile {
        padding-bottom: 150px;
    }
}



@media screen and (max-width: 767px) {
    .homeProfile_inner {
        padding-inline: 30px;
    }
}

@media screen and (min-width: 768px) {
    .homeProfile_inner {
        padding-inline: 8.3%;
    }
}


.homeProfile_block {
    display: grid;
    border-top: solid 1px #e2e2e2;
}

@media screen and (max-width: 767px) {
    .homeProfile_block {
        gap: 115px;
    }
}

@media screen and (min-width: 768px) {
    .homeProfile_block {
        grid-template-columns: 580px 1fr;
    }
}

.homeProfile_title {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

@media screen and (max-width: 767px) {
    .homeProfile_title {
        margin-top: 56px;
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px) {
    .homeProfile_title {
        margin-top: 140px;
        font-size: 3.6rem;
    }
}

.homeProfile_text {
    display: grid;
}

@media screen and (max-width: 767px) {
    .homeProfile_text {
        gap: 30px;
        margin-block-start: 40px;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
}

@media screen and (min-width: 768px) {
    .homeProfile_text {
        gap: 32px;
        margin-block-start: 62px;
        font-size: 1.6rem;
        line-height: 3.2rem;
    }
}

@media screen and (max-width: 767px) {
    .homeProfile_description {
        margin-block-start: 30px;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
}

@media screen and (min-width: 768px) {
    .homeProfile {
        display: grid;
    }
}

@media screen and (min-width: 768px) {
    .homeProfile_button {
        place-self: end;
    }
}

@media screen and (max-width: 767px) {
    .homeProfile_body {
        margin-block-start: 115px;
    }
}

@media screen and (max-width: 767px) {
    .homeProfile_button {
        display: grid;
        justify-content: center;
    }
}


