/* mv */
.mv__inner {
    width: 90%;
}

.mv {
    margin-top: 28px;
    margin-bottom: 125px;
}


.mv__box {
    position: relative;
    height: 770px;
}

.mv__box::before {
    content: "";
    display: block;
    background-image: url(../image/mv_letter.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    aspect-ratio: 1040 / 770;
    box-shadow: -4px 4px 30px 0 rgb(82, 82, 81, 0.20);
}

.mv__box::after {
    content: "";
    display: block;
    background-image: url(../image/mv_flower.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 95px;
    height: 198px;
    position: absolute;
    bottom: -10px;
    right: -40px;
    aspect-ratio: 90 / 198;
}

.mv__font {
    position: absolute;
    top: 30px;
    left: -40px;

    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.35;
    color: #000000;
    opacity: .2;
    writing-mode: vertical-rl;
}


.mv__container {
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
}

.img__box {
    width: 39.2%;
    align-items: center;
    display: flex;
}

.name__box {
    width: 5.1%;
    margin-right: 26px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 127px;
}

.mv__text-box {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 95px;
    width: 50%;
    height: 77.9%;
    display: flex;
    flex-direction: column;
    margin: auto 0;
    padding-right: 99px;
}

.mv__line {
    text-indent: 10px;
}

.mv__line {
    border-right: 2px solid #C5C5C5;
    width: 16%;
    display: flex;
    align-items: center;
}

.mv__sub-title,
.mv__text {
    padding-top: 110px;
}

.mv__title {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0.11em;
    line-height: 110%;
    white-space: nowrap;
    padding-top: 30px;
}

.mv__title span {
    position: relative;
    margin: 20px 0;
}

.mv__title span::before {
    content: "〝";
    display: block;
    position: absolute;
    top: -45px;
    right: 0;
}

.mv__title span::after {
    content: "〟";
    display: block;
    position: absolute;
    bottom: -45px;
    right: 0;
}

.mv__sub-title {
    font-size: 25px;
    font-weight: 400;
}

.mv__text {
    font-size: 20px;
    font-weight: 400;
}

.mv__text:last-of-type {
    border-left: 2px solid #C5C5C5;
}

.mv__sub-title,
.mv__text {
    letter-spacing: 0.12em;
    line-height: 120%;
}

.work__title {
    margin-bottom: 105px;
}

.work__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}

.work__box {
    width: 48%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(../image/work_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 615 / 736;
}

.work__box::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../image/work_grey.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 65%;
    height: 40.8%;
    top: 15%;
    left: 17.5%;
    z-index: 1;
}

.work__pc {
    width: 59.3%;
    z-index: 10;
    position: absolute;
    left: 20.5%;
    top: 20.5%;
}

.stamp__text {
    width: 61.7%;
    margin-left: 19%;
    position: absolute;
    top: 60%;
    left: 0%;
}

.stamp__group {
    position: relative;
}

.stamp__title {
    position: relative;
    width: 100%;
    height: 100%;
}

.stamp__title::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../image/stamp.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 105 / 36;
    width: 100%;
}

.stamp__span {
    position: absolute;
    top: 5px;
    left: 12px;
}

.stamp__title {
    font-size: 16px;
    font-weight: 900;
    font-family: "Zen Old Mincho", serif;
    color: #A61C2F;
    width: 115px;
    height: 36px;
}

.stamp__group {
    display: flex;
    align-items: center;
    padding-bottom: 11%;
}

.stamp__sub {
    font-size: clamp(0.625rem, -0.589rem + 1.9vw, 1.125rem);
    font-family: "Roboto", sans-serif;
    color: #484543;
    opacity: 0.6;

    text-transform: none;
}

.work__text-box {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.work__text-sub,
.work__text-title {
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 5px;
}

.work__text-sub span,
.work__text-title span {
    margin-left: 18px;
}

.work__text-sub span {
    font-size: clamp(0.75rem, -0.464rem + 1.9vw, 1.25rem);
}

.work__text-title {
    font-size: clamp(0.875rem, -0.946rem + 2.86vw, 1.625rem);
}

.work__container {
    margin-bottom: 70px;
}

.work {
    margin-bottom: 80px;
}

/* about */
.about {
    padding-top: 80px;
    padding-bottom: 55px;
    margin-bottom: 120px;
}

.about {
    background-image: url(../image/profile_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.about__title {
    margin-bottom: 80px;
}

.about__group {
    display: flex;
    align-items: center;
    margin-bottom: 125px;
}

.about__left,
.about__right {
    width: 50%;
}

.about__left {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 60px;
}

.about__left-photo {
    width: 62.5%;
    width: 400px;
}

.about__dash {
    position: relative;
    width: 62.5%;
    width: 400px;
}

.about__dash::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../image/dashed.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    top: -32px;
    left: -32px;
}

.about__dash::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../image/dashed02.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    top: 362px;
    left: 362px;
}

.about__right-title {
    font-size: 24px;
}

.about__title-sub {
    font-size: 15px;
    font-weight: 500;
    margin-left: 25px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    color: #7A6F66;
}

.about__text {
    margin-top: 30px;
}

.about__button {
    justify-content: normal;
    margin-top: 30px;
}

.handwrite01 {
    width: 24.3%;
    margin-left: 13.8%;
    margin-bottom: 35px;
    min-width: 300px;
}

.handwrite02 {
    width: 16.5%;
    margin-right: 13.8%;
    text-align: end;
    margin-left: auto;
    display: block;
    margin-top: 42px;
    min-width: 210px;
}

.slide__item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-slide {
    aspect-ratio: 1 / 1;
}

.flow-swiper {
    width: 100%;
    overflow: hidden;
}

.flow-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.flow-swiper .swiper-slide {
    width: 240px;
    height: 240px;
    flex-shrink: 0;
}

/* タブレット */
@media (max-width: 1020px) {
    .mv__title {
        font-size: 27px;
        padding-top: 15px;
    }

    .mv__sub-title {
        font-size: 22px;
    }

    .mv__text {
        font-size: 18px;
    }

    .mv__text-box {
        height: 80%;
        padding-right: 51px;
    }

    .mv__line {
        white-space: nowrap;
    }

    .mv__sub-title,
    .mv__text {
        padding-top: 60px;
    }

    .mv__box {
        height: 535px;
        max-width: 832px;
        margin: 0 auto;
        min-width: 700px;
    }

    .img__box {
        width: 34.2%;
        margin-right: 10px;
    }

    .name__box {
        width: 4.3%;
        margin-right: 15px;
        margin-bottom: 78px;
    }

    .mv__font {
        font-size: 40px;
        left: -27px;
    }

    .mv__box::after {
        width: 61px;
        height: 123px;
        right: -10px;
    }

    .mv {
        margin-bottom: 97px;
    }

    .work__title {
        margin-bottom: 56px;
    }

    .work__box {
        padding-bottom: 7.6%;
        width: 49%;
    }

    .work__text-sub span {
        font-size: clamp(0.75rem, 0.56rem + 0.4vw, 0.813rem);
    }

    .stamp__text {
        width: 73.7%;
        margin-left: 13%;
    }

    .work__text-title {
        font-size: clamp(0.813rem, -0.14rem + 1.98vw, 1.125rem);
    }

    .work__text-sub span,
    .work__text-title span {
        margin-left: 5px;
    }

    .stamp__title {
        font-size: 14px;
        width: 83px;
    }

    .stamp__title::before {
        aspect-ratio: 88 / 28;
        width: 126%;
    }

    .stamp__span {
        top: 4px;
        left: 8px;
    }

    .stamp__sub {
        font-size: 13px;
    }

    .stamp__group {
        column-gap: 10px;
        padding-bottom: 4%;
    }

    .work {
        margin-bottom: 50px;
    }

    .work__text-box {
        row-gap: 5px;
    }

    .work__group {
        row-gap: 20px;
    }

    .work__container {
        margin-bottom: 40px;
    }

    .flow-swiper .swiper-slide {
        width: 150px;
        height: 150px;
    }

    .about__title {
        margin-bottom: 74px;
    }

    .about__left-photo {
        width: 75%;
    }

    .about__right {
        width: 55.6%;
    }

    .about__left {
        width: 45.4%;
        padding-right: 0;
    }

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

    .about__dash::before {
        width: 40px;
        height: 40px;
        top: -18px;
        left: 25px;
    }

    .about__dash::after {
        width: 40px;
        height: 40px;
        top: auto;
        left: auto;
        bottom: -18px;
        right: 25px;
    }

    .about__right-title {
        font-size: 20px;
    }

    .about__title-sub {
        font-size: 13px;
    }

    .about__text {
        font-size: 16px;
        margin-top: 15px;
    }

    .tb__btn {
        display: flex;
        justify-content: center;
    }

    .about__group {
        margin-bottom: 60px;
    }

    .about__container {
        margin-bottom: 60px;
    }

    .handwrite01 {
        margin-bottom: 30px;
    }

    .handwrite02 {
        margin-top: 30px;
    }

    .about {
        margin-bottom: 80px;
    }
}

/* スマホ */
@media (max-width: 768px) {
    .mv__box::before {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        aspect-ratio: 1040 / 770;
        box-shadow: -4px 4px 30px 0 rgb(82, 82, 81, 0.20);
    }

    .mv__box {
        max-width: 470px;
        height: 100%;
        margin: 0 auto;
        min-width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mv__container {
        flex-direction: column;
        width: 89%;
    }

    .mv__text-box {
        writing-mode: unset;
        text-orientation: unset;
        width: 100%;
        height: 100%;
        padding-right: 0;
        margin-top: 45px;
        margin-bottom: 15px;
    }

    .mv__line {
        font-size: 22px;
        font-weight: 500;
        width: 100%;
        padding-top: 0;
        padding-left: 4%;
        height: 35px;

        border-right: 0;
        border-bottom: 0.6px solid #C5C5C5;
    }

    .mv__title span {
        margin: 0;
    }

    .mv__sub-title,
    .mv__text {
        padding-top: 0;
    }

    .img__box {
        width: 69%;
        margin: 0 auto 5px;
    }

    .name__box {
        width: 30%;
        margin-left: auto;
        margin-bottom: 35px;
    }

    .mv__font {
        font-size: 20px;
        left: -14px;
    }

    .mv__text:last-of-type {
        border-left: 0;
    }

    .mv__box::after {
        width: 30px;
        height: 68px;
        right: -10px;
    }

    .mv__sub-title {
        font-size: 18px;
    }

    .mv__text {
        font-size: 17px;
    }

    .mv__sub-title,
    .mv__text {
        letter-spacing: 0;
    }

    .mv__title span::before {
        content: "「";
        display: block;
        position: absolute;
        top: -3px;
        left: -22px;
    }

    .mv__title span::after {
        content: "」";
        display: block;
        position: absolute;
        bottom: -3px;
        right: -22px;
    }

    .work__box {
        width: 100%;
    }

    .stamp__title {
        font-size: 13px;
        width: 80px;
        height: 28px;
    }

    .work__text-sub span {
        font-size: 15px;
    }

    .work__text-title {
        font-size: 18px;
    }

    .stamp__text {
        width: 75.7%;
        margin-left: 12.7%;
    }

    .work__text-sub span,
    .work__text-title span {
        margin-left: 2%;
    }

    .about__group {
        flex-direction: column;
        row-gap: 56px;
    }

    .about__left-photo {
        width: 100%;
    }

    .about__left {
        width: 100%;
        justify-content: center;
    }

    .about__dash {
        width: 57.4%;
    }

    .about__dash::before {
        top: -36px;
        left: -42px;
    }

    .about__dash::after {
        bottom: -36px;
        right: -42px;
    }

    .about__right {
        width: 81.3%;
    }

    .about__right-title {
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: end;
    }

    .about__text {
        text-align: center;
        font-size: 15px;
    }

    .about__title-sub {
        font-size: 12px;
    }

    .handwrite01 {
        margin-left: 5.8%;
    }

    .handwrite02 {
        margin-right: 5.8%;
    }

    .flow-swiper .swiper-slide {
        width: 100px;
        height: 100px;
    }






}