@charset "utf-8";

/* =================
ここからmain
==================== */

.main {
    margin-top: 70px;
}

.btn--pc {
    display: none;
}

.hero {
    position: relative;
    height: 100vh;
    /* 画面いっぱい。任意で 70vh 等に */
    overflow: hidden;
}

.article__header {
    position: relative;
    height: 100vh;
    /* 画面いっぱい。任意で 70vh などに */
    overflow: hidden;
    /* はみ出した動画を隠す */
}

.article__header.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;

    display: flex;
    align-items: center;
    /* 縦中央 */
    justify-content: center;
    /* 横中央 */
}

.hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 余白なくトリミングして全面表示 */
    z-index: 0;
}

.hero__content {
    position: relative;
    z-index: 1;
    padding: 0 24px;
    /* 横だけ余白 */
    max-width: 960px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: "Poiret One";
}

.hero__content__title {
    font-size: 2rem;
}

.hero__content__subtitle {
    font-size: 1.4rem;
}

/* 読みやすくするための暗幕（任意） */
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

/* pc common 769px*/
@media screen and (min-width: 769px) {
    .main {
        margin-top: 100px;
    }

    .btn--pc {
        display: flex;
    }

    .hero__content__title {
        font-size: 4rem;
    }

    .hero__content__subtitle {
        font-size: 3rem;
    }
}


/* =====================
ここからConcept
======================= */
.concept {
    padding: 50px 8.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.concept__group {
    text-align: center;
}

.concept__copy {
    font-weight: 600;
    font-size: 2rem;
}

.concept__txt {
    font-weight: 1.8rem;
    margin-top: 10px;

}

.concept__txt__detail {
    margin-top: 10px;
}

.concept__txt__detail--first {
    margin-top: 30px;
}



/* pc common 769px*/
@media screen and (min-width: 769px) {
    .concept {
        padding: 100px 8.3%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .concept__copy {
        font-size: 3.2rem;
    }

    .concept__txt {
        margin-top: 10px;
        font-size: 2.4rem;
    }

    .concept__txt__detail--first {
        margin-top: 50px;
    }

    .concept__txt__detail {
        margin-top: 10px;
    }

    .concept__txt__detail--last {
        margin-top: 20px;
    }

    .brsp {
        display: none;
    }

}

/* =====================
ここからabout
======================= */
.about {
    padding: 50px 8.3%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.topic__txt {
    color: var(--primary-yellow);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 30px;
}

.topic__detail {
    margin-top: 10px;
    text-align: left;
}

.topic__detail--first {
    margin-top: 30px;
}

.brpc {
    display: none;
}

/* pc topic 769px*/
@media screen and (min-width: 769px) {
    .about {
        padding: 100px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .about__box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex: 1 0 0;
        padding: 0 8.3%;
    }

    .about img {
        width: 34%;
        height: auto;
        flex-shrink: 0;
    }

    .brpc {
        display: block;
    }

    .topic__detail {
        text-align: center;
    }


    .topic__detail {
        margin-top: 0;
    }

    .topic__detail--first {
        margin-top: 0;
    }

    .topic__txt {
        font-size: 2.4rem;
    }

}


/* =====================
ここからTHE PHOTOGRAPHER
======================= */
.photographer {
    padding: 50px 8.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.topic__border {
    border: 1px solid var(--primary-white);
    margin-top: 30px;
    padding: 10px;
    width: 100%;
}

.topic__border__txt {
    font-size: 1.4rem;
}



/* pc common 769px*/
@media screen and (min-width: 769px) {

.photographer {
        padding: 100px 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
}

.photographer img {
        width: 34%;
        height: auto;
        flex-shrink: 0;
    }

.photographer__box {
      display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex: 1 0 0;
        padding: 0 8.3%;
}

.brpc {
    display: block;
}

.topic__border__txt {
    text-align: center;
}


}



/* ================
ここからexperience
=================== */
.experience__detail,
.experience__step {
    padding: 20px;
}

.topic--experience {
    margin-top: 0;
}

.topic__title--experience {
    color: var(--primary-black);

}

.topic__txt--experience {
    color: var(--primary-blown);
    font-size: 1.6rem;
    margin-top: 10px;
}

.experience {
    background-color: var(--primary-gray);
    padding: 50px 8.3%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.topic__detail--black {
    color: var(--primary-black);
}



.experience__detail {
    background-color: var(--primary-white);
}

.experience__step {
    background-color: var(--primary-white);
}

.step__item {
    margin-top: 30px;
}

.step__item:first-of-type {
    margin-top: 0;
}

.step__title {
    color: var(--primary-black);
    font-family: "Poiret One";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.step__detail {
    color: var(--primary-blown);
}

.step__txt {
    color: var(--primary-black);
    margin-top: 20px;
}

.photo {
    display: flex;
    padding: 50px 0 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.photo img {
    width: 30vw;
}


/* pc works 769px*/
@media screen and (min-width: 769px) {

.experience {
    padding: 100px 8.3%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
     align-items: stretch; 
     justify-content: center;
}

.experience__detail {
display: flex;
flex-direction: column;
align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 50px;
}

.brpc {
    display: block;
}

.experience__step {
    padding: 50px;
}

}


/* ===============
important notes ここから
=================== */
.important {
    padding: 50px 8.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;

}

/* pc important 769px*/
@media screen and (min-width: 769px) {

.important {
    padding: 100px 8.3%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
     /* align-items: stretch;  */
     justify-content: center;
}


.important img {
        width: 34%;
        height: auto;
        flex-shrink: 0;
    }

.important__box {
      display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex: 1 0 0;
        padding: 0 8.3%;
}


}

/* =================
contactここから
===================== */
.contact {
    padding: 50px 8.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;

}


/* pc important 769px*/
@media screen and (min-width: 769px) {

.contact {
    padding: 100px 8.3%;
    display: flex;
    gap: 50px;
  
}

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

}