@charset "UTF-8";
/* 下層ページ共通 */
h2 {
    font-size: 2.5em;
}

.logoImg {
    width: 62px;
    height: 62px;
    margin-left: 10px;
}

.logoText {
    margin-left: 28px;
}

/* 下層ページ共通　PC */
@media screen and (min-width: 1025px) {
    /* --px以上に適用されるCSS（PC用） */
    .logoG {
        margin-top: 15px;
        align-items: flex-start;
        padding-top: 0;
    }

    .logoImg {
        width: 75px;
        height: 75px;
        margin-left: 45px;
        margin-top: 7.5px;
    }

    .logoText {
        margin-left: 30px;
        margin-top: 7.5px;
        font-size: 1.25em;
        line-height: 150%;
        font-weight: 300;
    }

    .brSP {
        display: none;
    }

    .nav__item {
        font-size: 1.25em;
        line-height: 150%;
    }
}

/*  メインビジュアル */
.container {
    position: relative;
}

header.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

h2 {
    font-size: 3em;
}

.parallax_box {
    position: relative;
}

.parallax_box h3 {
    text-align: center;
    font-feature-settings: 'halt' on;
    font-size: 1.25em;
    line-height: 180%;
    margin-top: 45px;
}

.parallax_box p {
    text-align: center;
    font-feature-settings: 'halt' on;
    line-height: 180%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mainVisual::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* 初期状態は透明 */
    animation: fadeIn 4s ease-out forwards;
    /* アニメーションを適用 */
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        /* 透明 */
    }

    100% {
        opacity: 1;
        /* 不透明 */
    }
}

/* パララックス */
.mainVisual {
    clip-path: inset(0);
    width: 100%;
    height: 139vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.mainVisual::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 77vh;
    z-index: -1;
    background-size: cover;
    /* background-color: #EBDDD5; */
    background-image: url("../images/aboutmainSPmin.webp");
    background-repeat: no-repeat;
    background-position: center;
}

.front_content {
    background: linear-gradient(rgba(254, 252, 250, 0.7), rgba(254, 252, 250, 1));
    width: 100%;
    transform: translateY(1px);
}

/* パララックスPC */
@media screen and (min-width: 440px) {

    /* --px以上に適用されるCSS（PC用） */
    .mainVisual {
        height: 139vh;
    }

    .mainVisual::after {
        background-image: url("../images/aboutmainPCmin.webp");
        height: 100vh;
    }
}
.pageTitlePC {
        display: block;
        position: absolute;
        left: 50%;
        translate: -50% 0;
        top: 82px;
    }

/*  メインビジュアルPC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .pageTitlePC {
        font-size: 4em;
        top: 70px;
        
    }

    .parallax_box h3 {
        font-size: 2em;
        padding-top: 45px;
        margin-top: 0;
    }

    .parallax_box p {
        font-size: 1.125em;
        margin-top: 25px;
    }
}


/* POINT */
.points {
    width: 80%;
    margin: 0 auto;
}

.pointBox {
    padding-top: 45px;
    padding-bottom: 30px;
    background-image: url(../images/pointBackSP.jpg);
    background-size: cover;

}

.pointImg {
    flex-basis: 60%;
    margin: 0;
}

.point {
    margin-top: 75px;
}

.point1 {
    margin-top: 0;
}

.pointTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 16.7%;

}

.pointTitle p {
    text-align: justify;
    font-family: Lato;
    font-size: clamp(0.625em, 1.5vh, 1em);
    /* font-size: 0.625em; */
    letter-spacing: 0.5em;
    display: inline-block;
}

.pointTitle img {
    display: block;
    height: 30px;
    width: fit-content;
    margin: 5px auto 0;
}

.pointTop {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pointTxt {
    width: 100%;
}

.pointTxt h4 {
    font-size: 1.5em;
    padding: 7px 0 5px;
    line-height: 180%;
    font-feature-settings: 'halt' on;
}

.pointTxt p {
    font-feature-settings: 'halt' on;
    line-height: 140%;
    margin-top: 10px;
}

.BtnG {
    width: 80%;
    margin-top: 75px;
    margin-bottom: 30px;
    margin: 75px auto 30px;
}

.btnGallery {
    margin-top: 30px;
}

/* about main全体PC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .points {
        width: 72.2%;
        margin: 0 auto;
    }

    .point {
        width: 46%;
    }

    .pointTitle p {
        letter-spacing: 8px;

    }

    .pointBox {
        padding: 60px 0px 45px 0px;
        background-image: url(../images/pointBackImgPC.jpg);
    }

    .pointImg {
        flex-basis: 52%;
        margin: 0;
    }

    .pointTitle img {
        height: 48px;
        margin: 24px auto 13px;
    }

    .pointTxt h4 {
        font-size: 2em;
        padding: 10px 0;
    }

    .point1-2,
    .point3-4 {
        display: flex;
        justify-content: space-between;
    }

    .point1 {
        margin-bottom: 85px;
        margin-top: 0;
    }

    .point2 {
        margin-top: 189px;
    }

    .point3 {
        margin-top: 30px;
    }

    .point4 {
        margin-top: 173px;
    }

    .BtnG {
        display: flex;
        width: 48.6%;
        justify-content: space-between;

    }

    .btn__flameLine {
        flex-basis: 42.9%;
    }

    .btnGallery {
        margin-top: 0;
    }
}
/* Photographer */
.photographer h3 {
    text-align: center;
    margin-top: 20px;
}

.photographerBox {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 20px 7.3%;
    border-radius: 7px;
    border: 1px solid #7C6B59;
    align-items: center;
    margin-bottom: 20px;
}

.photographerBox picture {
    display: inline-block;
    width: 204px;
    height: 204px;
}

.photographer h4 {
    font-size: 1.25em;
    font-weight: 400;
    padding-top: 15px;
    text-align: center;
}

.photographerText p {
    line-height: 180%;
    font-weight: 400;
    margin-top: 15px;
}

@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .photographerBox {
        flex-direction: row;
        width: 72.2%;
        margin: 0 auto;
        padding: 30px 4.8%;
        justify-content: center;
        gap: 9.6%;
    }

    .photographer h4 {
        font-size: 1.25em;
        font-weight: 400;
        text-align: left;
    }

    .footerContactBtn {
        margin-top: 105px;

    }
}
   