@charset "utf-8";

/*====================
Article header
=====================*/
.container--about {
    background: url(../images/about_background.jpg) no-repeat;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    background-size: cover;
    background-position-y: 0%;
    background-position-x: 20%;
}

.page-mv__container {
    min-height: 500px;
    position: relative;
    z-index: 0;
}

.title__wrap--about {
    width: 360px;
    position: absolute;
    top: 60px;
    left: 13.8%;
}

.section--title--about {
    color: var(--primary-blue);
    text-align: center;
    font-family: "Bonheur Royale";
    font-size: 20rem;
    font-weight: 400;

    /* title_shadow */
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.section--title--about::after {
    content: '';
    position: absolute;
    background: var(--primary-blue);
    width: 360px;
    height: 2px;
    rotate: -45deg;
    display: inline-block;
    bottom: 200px;
    right: -16%;
}

.page-mv__img {
    width: 80%;
    max-width: 1000px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.page-mv__img--sp {
    display: none;
}

.breadcrumbs__top {
    color: var(--primary-blue);
    font-family: "Cormorant Garamond";
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    position: relative;
    z-index: 200;
}

.breadcrumbs__pege {
    color: var(--primary-black);
    font-family: "Cormorant Garamond";
    font-size: 2rem;
    font-weight: 400;
}

/* common sp(599px以下） */
@media screen and (max-width: 599px) {
    .container--about {
        background: url(../images/about_background_sp.jpg) no-repeat;
        background-size: cover;
        background-position-x: 20%;
    }

    .title__wrap--about {
        width: 174px;
        top: 100px;
        left: 4%;
    }

    .section--title--about {
        font-size: 10rem;
        color: var(--primary-white);
    }

    .section--title--about::after {
        content: '';
        position: absolute;
        background: var(--primary-white);
        width: 150px;
        height: 1px;
        rotate: -45deg;
        display: inline-block;
        top: 94px;
        right: 0%;
    }


    .page-mv__img {
        display: none;
    }

    .page-mv__img--sp {
        display: unset;
        width: 328px;
        position: absolute;
        top: 70px;
        right: 0;
        z-index: -1;
    }

    .breadcrumbs {
        margin-top: 135px;
    }

    .breadcrumbs__top {
        font-size: 1.6rem;
    }

    .breadcrumbs__pege {
        font-size: 1.6rem;
    }
}

/* sp 599px */

/*====================
about
=====================*/
.section--about {
    display: flex;
    padding: 150px 10.4% 200px;
    flex-direction: column;
    align-items: center;
    gap: 150px;
}

/* セクションタイトル */
.title__wrap-a {
    width: 640px;
}

.section--title-a {
    color: var(--primary-black);
    text-align: center;
    font-family: "Bonheur Royale";
    font-size: 15rem;
    font-weight: 400;
}

.section--title-a::after {
    content: '';
    position: absolute;
    background: var(--primary-black);
    width: 300px;
    height: 1px;
    rotate: -45deg;
    display: inline-block;
    bottom: 130px;
    right: 15%;
}

/* サブタイトル */
.section--title-a {
    position: relative;

    &::before {
        position: absolute;
        content: attr(data-sub);
        bottom: 12%;
        right: 0%;
        font-family: "Zen Old Mincho";
        font-size: 2.4rem;
    }
}

.about__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 250px;
    width: 100%;
}

.profile-warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 120px;
}

.profile-item {
    display: flex;
    max-width: 790px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.name {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.name_en {
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 3.2rem;
    font-weight: 700;
    margin-left: 40px;
}

.profile-txt {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    line-height: 1.8;
}

.photoBox--profile {
    display: flex;
    position: relative;
}

.about__profile-img {
    width: 260px;
    border-radius: 160px 160px 0px 0px;
}

.about__tit-en__profile {
    color: rgba(140, 207, 223, 0.60);
    font-family: "Cormorant Garamond";
    font-size: 9.6rem;
    line-height: 1;
    width: 100%;
    height: auto;
    transform: rotate(90deg);

    position: absolute;
    top: 0;
    right: 65%;
}

.about__tit-en__right {
    color: rgba(140, 207, 223, 0.60);
    font-family: "Cormorant Garamond";
    font-size: 9.6rem;
    line-height: 1;
    width: 100%;
    height: auto;
    transform: rotate(90deg);

    position: absolute;
    top: -40%;
    left: 70%;
}


.about__tit-en__left {
    color: rgba(140, 207, 223, 0.60);
    font-family: "Cormorant Garamond";
    font-size: 9.6rem;
    line-height: 0.7;
    width: 100%;
    height: auto;
    transform: rotate(90deg);

    position: absolute;
    top: -20%;
    right: 60%;
}

.about__tit-en__left2 {
    color: rgba(140, 207, 223, 0.60);
    font-family: "Cormorant Garamond";
    font-size: 9.6rem;
    line-height: 0.7;
    width: 100%;
    height: auto;
    transform: rotate(90deg);

    position: absolute;
    top: 20%;
    right: 90%;
}

.about__list-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 250px;
}

.about__list {
    display: flex;
    width: 100%;
    padding: 20px 0px;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
}

.about__item {
    display: flex;
    max-width: 790px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;

}

.about__item-img {
    width: 230px;
    height: auto;
    border-radius: 45px 0px;
}

.about__item-img__left {
    width: 230px;
    height: auto;
    border-radius: 45px 0px;
}

.list--item--box--about {
    display: flex;
    padding: 0px 10px 20px 10px;
    align-self: stretch;
    border-bottom: 1px solid var(--primary-blue);
}

.list--itemTitle--about {
    font-size: 2.4rem;
}

.about__item-txt {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
}

.s {
    font-size: 1.2rem;
}

.footnote {
    font-size: 1.2rem;
    margin-left: 20px;
}

.follow--item{
    text-align: center;
}

/* about tb (768px～1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* セクションタイトル */
    .title__wrap-a {
        width: 400px;
    }

    .section--title-a {
        font-size: 12rem;
    }

    .section--title-a::after {
        content: '';
        position: absolute;
        width: 220px;
        bottom: 100px;
        right: 12%;
    }

    /* サブタイトル */
    .section--title-a {
        position: relative;

        &::before {
            position: absolute;
            content: attr(data-sub);
            bottom: 12%;
            right: 0%;
            font-size: 1.8rem;
        }
    }

    .name {
        font-size: 3rem;
    }

    .name_en {
        font-size: 2.8rem;
        margin-left: 0;
    }

    .about__tit-en__profile {
        font-size: 7rem;

        top: 0;
        right: 65%;
    }

    .about__tit-en__right {
        font-size: 7rem;

        top: -40%;
        left: 70%;
    }


    .about__tit-en__left {
        font-size: 7rem;

        top: -20%;
        right: 60%;
    }

    .about__tit-en__left2 {
        font-size: 7rem;

        top: 20%;
        right: 100%;
    }

    .list--itemTitle--about {
        font-size: 2rem;
    }
}

/* tb */

/* about sp(767px以下） */
@media screen and (max-width: 767px) {
    .section--about {
        display: flex;
        padding: 0px 4.2% 120px;
        flex-direction: column;
        align-items: center;
        gap: 150px;
        align-self: stretch;
    }

    /* セクションタイトル */
    .title__wrap-a {
        width: 316px;
    }

    .section--title-a {
        font-size: 10rem;
    }

    .section--title-a::after {
        content: '';
        position: absolute;
        width: 190px;
        height: 1px;
        rotate: -45deg;
        display: inline-block;
        bottom: 80px;
        right: 8%;
    }

    /* サブタイトル */
    .section--title-a {
        position: relative;

        &::before {
            position: absolute;
            content: attr(data-sub);
            bottom: 12%;
            right: 0%;
            font-size: 1.6rem;
        }
    }

    .about__container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 250px;
        width: 100%;
    }

    .profile-warp {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 80px;
    }

    .profile-item {
        order: 1;
    }

    .photoBox--profile {
        width: max-content;

    }

    .about__profile-img {
        width: 203px;
    }

    .about__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 100px;
        align-self: stretch;
        width: 100%;
    }

    .name {
        text-align: left;
        font-size: 2.4rem;
    }

    .name_en {
        text-align: left;
        font-size: 2rem;
        margin-left: 0px;
    }

    .about__item {
        order: 1;
    }

    .about__tit-en__profile {
        font-size: 6.4rem;
        width: 187px;
        height: auto;
        transform: rotate(90deg);

        position: absolute;
        top: 35px;
        right: 160px;
    }

    .about__tit-en__right {
        font-size: 6.4rem;
        width: 187px;
        height: auto;
        transform: rotate(90deg);

        position: absolute;
        top: -10px;
        left: 175px;
    }

    .about__tit-en__left {
        font-size: 6.4rem;
        width: 187px;
        height: auto;
        transform: rotate(90deg);

        position: absolute;
        top: 35px;
        right: 160px;
    }

    .about__tit-en__left2 {
        font-size: 6.4rem;
        width: 187px;
        height: auto;
        transform: rotate(90deg);

        position: absolute;
        top: 150px;
        right: 204px;
    }

    .about__item-img {
        margin-right: 60px;
    }

    .about__item-img__left {
        margin-left: 90px;

    }

    .list--itemTitle--about {
        font-size: 2rem;
    }

    .follow {
        text-align: center;
    }
}

/* sp 767px */