@charset "utf-8";

/* ==========================
main
============================ */
/* -----メインビジュアル -----------------------------*/

.works__sp { display: block; }
.works__pc { display: none; }


/* SP用メイン写真 */
.works__sp {
    position: relative;
}

.works-photo {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

/* SP用メイン写真を中央寄せ */
.works-photo img {
  display: block;
  margin: 0 auto;   
}

/* PC用メイン写真 */
.works__pc {
    position: relative;
}
.hero-pc-photo {
    position: relative; /* レイアウトに合わせて調整 */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

/* タイトル（SP/PC共通） */
.hero-title,
.hero-pc-title {
    position: absolute;
    left: 0;
    bottom: -60px;
    margin-left: 60px;
    margin-right: 5px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

/* is-show が付いたらふわっと表示 */
    .works-photo.is-show,
    .hero-pc-photo.is-show,
    .hero-title.is-show,
    .hero-pc-title.is-show {
    opacity: 1;
    transform: translateY(0);
}


/* -----プロデューサーの仕事って何 ------------------------*/
.pw-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pw-hero__inner {
    margin-top: 170px;
    position: relative;
}

/* 小さい吹き出し（画像） */
.pw-hero__label {
    padding-bottom: 13px;
}

/* 見出し　プロデューサーってどんな仕事 */
.pw-hero__head {
    font-size: 2.2rem;
    line-height: 1.6;
    position: relative;
    margin-bottom: 33px;
}

/* 黄色ライン */
.pw-hero__head::after {
    position: absolute;
    content: "";
    width: 284px;
    height: 86px;
    background-image: url(../img/YellowLine_SP.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 2%;
    transform: translateX(-1%);
    bottom: -23px;
    z-index: -1; 
}

/* 大きい吹き出し（テキストで作成） */
.pw-bubble {
    position: relative;
    max-width: 230px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 25px 22px;
    border-radius: 48px;
    text-align: center;
    line-height: 1.8;
}

/* 吹き出しの三角形 */
.pw-bubble::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 55px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid rgba(255, 255, 255, 1);
    transform: rotate(-15deg);
}

.pw-bubble__text {
    font-size: 1.8rem;
}

.em ,.em2 {
    color: #FF6E00;
    font-size: 1.8rem;
}


/* 図_上段*/
.pw-node__txt,
.pw-node--tasks{
    line-height: 1.7;
    font-size: 1.3rem;
}

.pw-diagram__row--top {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
    gap: 3%;
    margin-top: 80px;
}

.pw-node--a,
.pw-node--b,
.pw-node--c {
    border-radius: 101px;
    border: 1px solid #B78C53;
    background: #F3E2CA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* margin: 0 auto; */
    width: 106px;
    height: 100px;
    gap: 6px;
}

/* 図_中段 */
.pw-diagram__row--mid {
    margin-top: 15px;
}

.pw-arrows {
    display: flex;
    align-items: center;
    width: min(175px,100%);
    margin: auto;
    justify-content: space-between;
    gap: 0;
}

.pw-arrow {
    position: relative;
    width: 26px;
    height: 34px;
}

.pw-arrow::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    width: 1px;
    height: 20px;
    background-color: #121212;
    transform: translateX(-50%);
}

.pw-arrow::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-left: 1px solid #121212;
    border-bottom: 1px solid #121212;
    transform: translateX(-50%) rotate(-45deg);
}

/* 中段_テキスト「調整」 */
.pw-diagram__label {
    display: flex;
    white-space: nowrap;
    align-items: center;
    width: 60px;
    font-size: 1.7rem;
    height: 34px;
}

/* 図_下段 */
.pw-diagram__row--bottom {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 3%;
}

.pw-node-producer,
.pw-node--tasks {
    border-radius: 101px;
    border: 1px solid #B78C53;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 106px;
    height: 100px;
    gap: 6px;
}


/*  説明文 */
.about {
    margin-top: 60px;
}

.aboutPw {
    max-width: 860px;
    margin: auto;
    padding: 0 9%;
    color: #121212;
    font-size: 1.3rem;
    line-height: 22px; /* 192.308% */
    letter-spacing: 0.52px;
}

.leadershipImg {
    display: block;
    margin: auto;
    margin-top: 20px;
}


/* ------What’sproducer 矢島の場合------------- */
/* タイトル */
.pw-case__title {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "Rampart One";
    font-size: 2.7rem;
    font-weight: 400;
    margin-top: 115px;
    }

/* タイトル背景　黄色ライン */
.pw-case__title::after {
    position: absolute;
    content: "";
    width: 284px;
    height: 86px;
    background-image: url(../img/YellowLine_SP.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 40%;
    transform: translateX(-1%);
    bottom: -23px;
    z-index: -1; 
}

/* 矢島の場合_テキスト */
.pw-case__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    font-size: 1.4rem;
    margin-top: 5px;
}

.pw-case__lead:first-of-type {
    margin-top: 20px;
}

/* 矢島の場合_図 */
.pw-flow {
    margin-top: 50px;
    position: relative;
}

/* 何かをやりたい誰か */
.pw-flow__node--top {
    margin: auto;
    display: flex;
    width: 212px;
    height: 68px;
    padding: 37px 38px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 57px;
    border: 1px solid #B78C53;
    background: rgba(255, 255, 255, 0.75);
    font-size: 1.3rem;
}

.pw-flow__em {
    font-size: 1.6rem;
}

/* 矢島の場合　矢印 */
.pw-arrow-wrap {
    position: relative;
    width: 155px;
    margin: 25px auto;
}

.pw-arrow {
    display: block;
    width: 100%;
    height: auto;
}

/* 矢島の場合　矢印の中の仕事 */
.pw-flow__node--mid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    pointer-events: none;

    font-size: 1.7rem;
    line-height: 34px; /* 200% */
    letter-spacing: 0.85px;
}

/* 矢島の場合_図　矢島 */
.pw-flow__node--me {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Rampart One";
    font-size: 2.2rem;
    font-weight: 400;

    width: 130px;
    height: 60px;
    border-radius: 57px;
    border: 1px solid #B78C53;
    background: rgba(255, 255, 255, 0.75);
    margin: auto;
}

/* 矢島の場合_図　プロデューサーと制作で分担 */
.pw-flow__row {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* 矢島の場合_図　プロデューサーと制作で分担 */
.pw-flow__rowTxt {
    position: relative;
}

.pw-flow__node--tag1 {
    position: absolute;
    top: 30px;
    left: 30px;

    text-align: center;
    font-size: 1.3rem;
    line-height: 15px; /* 125% */
    letter-spacing: 0.24px;
    }

/* 矢島の場合_図　 矢島は予算が決まった段階から発注を受ける*/
    .pw-flow__rowTxt2 {
        position: relative;
        margin-left: 30%;
        margin-top: -15px;
    }

    .pw-flow__node--tag2 {
        position: absolute;
        top: 48px;
        left: 21px;
        text-align: center;
        font-size: 1.3rem;
        line-height: 15px; /* 125% */
        letter-spacing: 0.24px;
        width: 195px;
    }

    .flow_pcbr {
        display: none;
    }



/* ------矢島の場合　アコーディオン------------- */
/* 全体 */
.acc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
}

/* アコーディオン広がるはやさ */
.acc__body{
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .9s cubic-bezier(.16,.1,.3,1),
    padding .6s ease;

    /* width: 300px; */
}

.acc__body > *{
    min-height: 0;
    overflow: hidden;
}

.acc__item[open] .acc__body{
  grid-template-rows: 1fr;
  padding: 16px 0;
}



/* アイコン */ 
.acc__mark {
    font-size: 2rem; /* ← 好きなサイズに */
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    text-align: center;
}  

.acc__mark{
  font-size: 2rem;
  transition: transform .4s ease, opacity .3s ease;
}


.acc__item[open] .acc__mark{
  transform: rotate(180deg);
  opacity: .7;
} 


/* もともとの文字（＋）は隠す */
.acc__mark {
  font-size: 0;          /* ← 中身の「＋」を見せない */
  width: 1.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* 表示する記号（閉じてる時） */
.acc__mark::before{
  content: "＋";
  font-size: 2.5rem;     /* ← ここで大きくできる */
  line-height: 1;
}

/* 開いてる時は「−」に */
.acc__item[open] .acc__mark::before{
  content: "－";
  font-size: 2.5rem;     /* ← ここも同じく大きくできる */
}
/* アイコン */

.acc__item:first-of-type {
    margin-top: 40px;
}


/* 各タイトル */
.acc__head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc__title {
    padding: 0 20px;
    text-align: center;
    font-family: "Rampart One";
    font-size: 2.3rem;
    font-weight: 400;
    line-height: normal;
}

.lastTitle {
    padding: 0 12px;
}

.acc__body {
    margin-top: 20px;
}

.acc__list {
    font-size: 1.5rem;
    letter-spacing: 0.32px;
    line-height: 1.7;
    width: 278px;
}

/* コンテンツ３つ */
.acc__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 35px 14px;
    width: 300px;
    height: fit-content;
}

/* 準備 */
.acc__item--first {
    border-radius: 40px;
    background-color: #8BF8C5;
}

/* 本番 */
.acc__item--second {
    border-radius: 40px;
    background: #CEEEF5;
}

/* 仕上げ */
.acc__item--tird {
    border-radius: 40px;
    background: rgba(251, 232, 123, 0.86);
}


/* 遷移　Worksへ移動 */
.Title {
    font-size: 2.5rem;
    position: relative;
    opacity: 0;  /* 最初は非表示 */
}


/* スクロールして表示  */
.Title.is-show {
    animation: fadeInWorks 1s ease-out 1s forwards;
}
.Title.is-show::before {
    animation: lineGrow 2s ease-out forwards;
}

/* 横棒アニメ：左端固定で右に伸びる */
@keyframes lineGrow {
    0%   { width: 0; }
    100% { width: 120px; }  /* ★ 横棒の長さ */
}

/* Works のフェードイン */
@keyframes fadeInWorks {
    0% {
        opacity: 0;
        transform: translateX(5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* プロフィールへ遷移 */
.profilelink__wrapper {
    display: block;
    text-align: center;
    margin-top: 105px;
}

.profile__link {
    display: inline-block;
    font-size: 2.1rem;
    position: relative;
}

.profile__line {
    display: block;
    width: 160px;           
    height: 1px;  
    background-color: #121212;          
    margin: 10px auto 0;    
}

/* フェードインアニメーション */ 

@keyframes fadeInAnime {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================
レスポンシブ
============================ */
/* @media screen and (min-width:000px) */

/* -----メインビジュアル -------------------------- */
@media screen and (min-width:427px) {
    
    .hero-title,
    .hero-pc-title {
        margin-left: 95px;
}
}

@media screen and (min-width:460px) {
    .hero-title,
    .hero-pc-title {
        margin-left: 125px;
}
}

@media screen and (min-width:527px) {
    .hero-title,
    .hero-pc-title {
        margin-left: 170px;
}
}

@media screen and (min-width:612px) {
    .hero-title,
    .hero-pc-title {
        margin-left: 230px;
    }
    }


@media screen and (min-width:720px) {
    /* .works__sp { 
    display: none;
    }

    .works__pc { 
        display: block;
        margin: auto;
        max-width: 1210px; 
    }  */

    .hero-title,
    .hero-pc-title {
        margin-left: 280px;
}
    .hero-pc-title {
        display: block;
    }

}

/* ------横棒アニメ　650px ----------------------------*/
@media screen and (min-width:650px) {
/* 横棒アニメ：左端固定で右に伸びる */
@keyframes lineGrow {
    0%   { width: 0; }
    100% { width: 180px; }  /* ★ 横棒の長さ */
}
}


/* -------769px --------------------------------------*/
@media screen and (min-width:769px) {
/* ナビゲーション */
    .nav {
    position: fixed;
    right: 0px; 
    z-index: 2000;
    left: auto;
    width: auto;
  }


/* メインビジュアル、黄色いタイトル 769px */
    .spBr {
        display: none;
    }

    .works__sp { 
        display: none;
    }

    .works__pc { 
        display: block;
        margin: auto;
        max-width: 1210px; 
    } 

    .hero-pc-title {
        bottom: -85px;
        left: -360px;
    }

    .pw-hero__label img {
        width: 130px;
        height: auto;
    }

    .pw-hero__label {
        font-size: 3.5rem;
        font-weight: 300;
    }

    .pw-hero__head {
        margin-bottom: 15px;
    }

/* ---- プロデューサーの仕事って何 -----*/
.pw-hero__inner {
    margin-top: 235px;
    position: relative;
}

/* 小さい吹き出し（画像） */
.pw-hero__label {
    padding-bottom: 20px;
}

/* 見出し　プロデューサーってどんな仕事 */
.pw-hero__head {
    line-height: 1.6;
    margin-bottom: 65px;
    font-size: 3.5rem;
}

/* 黄色ライン */
.pw-hero__head::after {
    width: 450px;
    /* height: 86px; */
    background-image: url(../img/YellowLine_PC.svg);
    left: 10%;
    transform: translateX(-1%);
    bottom: -40px;
    z-index: -1; 
}


/* 大きい吹き出し（テキストで作成） */
.pw-bubble {
    max-width: 700px;
    padding: 25px 35px;
}

.pw-bubble-br_sp {
    display: none;
}

.pw-bubble__text {
    /* font-size: 1.8rem; */
    font-size: 3rem;
}

.em ,.em2 {
    color: #FF6E00;
    font-size: 1.8rem;
    font-size: 3rem;
} 



/* 図_上段*/
.pw-node__txt,
.pw-node--tasks{
    line-height: 1.7;
    font-size: 2rem;
}

.pw-diagram__row--top {
    font-size: 2rem;
    gap: 3%;
    margin-top: 120px;
}

.pw-node--a,
.pw-node--b,
.pw-node--c {
    width: 150px;
    height: 140px;
    gap: 6px;
}


/* 図_中段 */
.pw-diagram__row--mid {
    margin-top: 40px;
}

.pw-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: min(245px,100%);
    margin: auto;
    justify-content: space-between;
    gap: 0;
}

.pw-arrow {
    position: relative;
    width: 26px;
    height: 34px;
}

.pw-arrow::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 1px;
    height: 45px;
    background-color: #121212;
    transform: translateX(-50%);
}

.pw-arrow::after {
    content: "";
    position: absolute;
    /* bottom: -3px; */
    bottom: -21px;
    left: 50%;
    width: 25px;
    height: 25px;
    border-left: 1px solid #121212;
    border-bottom: 1px solid #121212;
    transform: translateX(-50%) rotate(-45deg);
}

/* 中段_テキスト「調整」 */
.pw-diagram__label {
    /* display: flex; */
    /* white-space: nowrap; */
    /* align-items: center; */
    width: 60px;
    font-size: 2.5rem;
    height: 34px;
    padding: 0 11px;
}

/* 図_下段 */
.pw-diagram__row--bottom {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 3%;
}

.pw-node-producer,
.pw-node--tasks {
    width: 150px;
    height: 140px;
    gap: 6px;
}

/*  説明文 */
.about {
    margin-top: 60px;
}

.aboutPw {
    font-size: 1.6rem;
    line-height: 32px; /* 192.308% */
}

.leadershipImg {
    width: 280px;
}


/* --------What’sproducer 矢島の場合---------- */
.pw-case {
    max-width: 960px;
    margin: auto;
}


.pw-case__title {
    flex-direction: row;
    justify-content: center;
    text-align: center;
    font-size: 4.8rem;
    margin-top: 170px;
    }

/* タイトル背景　黄色ライン */
.pw-case__title::after {
    width: 710px;
    background-image: url(../img/YellowLine_PC.svg);
}

/* 矢島の場合_テキスト */
.pw-case__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    font-size: 1.7rem;
    margin-top: 0;
}

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

.pw-case__leads {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}



/* 矢島の場合_図 */
.pw-flow {
    margin-top: 50px;
    position: relative;
}

/*--- 何かをやりたい誰か ----*/
.pw-flow__node--top {
    margin: auto;
    display: flex;
    /* width: 212px; */
    width: 270px;
    height: 68px;
    padding: 37px 38px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 57px;
    border: 1px solid #B78C53;
    background: rgba(255, 255, 255, 0.75);
    /* font-size: 1.3rem; */
    font-size: 1.6rem;
}

.pw-flow__em {
    font-size: 2.5rem;
}

/* 矢島の場合　矢印 */
.pw-arrow-wrap {
    position: relative;
    width: 155px;
    margin: 25px auto;
}

.pw-arrow {
    display: block;
    width: 100%;
    height: auto;
    /* width: 290px; */
}

/* 矢島の場合　矢印の中の仕事 */
.pw-flow__node--mid {
    font-size: 2rem;
}

/* 矢島の場合_図　矢島 */
.pw-flow__node--me {
    font-size: 2.5rem;
    width: 170px;
    height: 65px;
}

/* 矢島の場合_図　プロデューサーと制作で分担 */
.pw-flow__row {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1440px;

    position: absolute;
    top: 270px;
    left: 53%;

}

.pw-flow__illust img {
    position: absolute;
    top: -205px;
    left: 63%;
    width: 200px;
    transform: rotate(9.413deg);
    aspect-ratio: 1/1;
}

/* 矢島の場合_図　プロデューサーと制作で分担 */
.pw-flow__rowTxt {
    position: relative;
}

.pw-flow__rowTxt img {
    width: 230px;
}

.pw-flow__node--tag1 {
    position: absolute;
    top: 30px;
    left: 30px;

    text-align: center;
    font-size: 1.7rem;
    line-height: 15px; /* 125% */
    letter-spacing: 0.24px;
    margin-top: 8px;
    }

/* 矢島の場合_図　 矢島は予算が決まった段階から発注を受ける*/
    .pw-flow__rowTxt2 img {
        width: 250px;
    } 

    .pw-flow__rowTxt2 {
        position: relative;
        margin-left: 21%;
        margin-top: 25px;
    }

    .pw-flow__node--tag2 {
        position: absolute;
        top: 51px;
        left: 29px;
        text-align: center;
        font-size: 1.7rem;
        line-height: 17px; /* 125% */
        letter-spacing: 0.24px;
        width: 186px;
    }

    .flow_pcbr {
        display: none;
    }

/* アコーディオン全体　７６９px */
.acc {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 1px;
    margin: auto;
    margin-top: 75px;
    align-items: flex-start;
    max-width: 900px;

}

/* アコーディオン　７６９px */
.acc__item--first,
.acc__item--second,
.acc__item--tird {
    width: 235px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

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

.acc__list {
    font-size: 1.5rem;
    letter-spacing: 0.2px;
    line-height: 1.7;
    width: 205px;
}
/* さらに、もしアニメーション中にガタつきが出る場合は以下も有効です */
.acc__item[open] {
    display: block; /* 開いた時はflexを解除するか、上固定を維持する */
    min-height: 400px;
}









/* -----メインビジュアル pc ---------------------------- */
@media screen and (min-width: 900px) {
    .hero-pc-title {
        bottom: -85px;
        left: -250px;
    }
} 


/* -----メインビジュアル pc ---------------------------- */
@media screen and (min-width: 1000px) {
/* 横棒アニメ：左端固定で右に伸びる */
@keyframes lineGrow {
    0%   { width: 0; }
    100% { width: 310px; }  /* ★ 横棒の長さ */
}

   .hero-pc-title {
        bottom: -85px;
        left: -260px;
    }
}


/* メインビジュアル　pc ----------------------------------*/
@media screen and (min-width: 1000px) {
   .hero-pc-title {
        bottom: -85px;
        left: -180px;
    }

    .hero-pc-title img {
        width: 1000px;
    }
}


/* -----メインビジュアル pc ---------------------------- */
@media screen and (min-width: 1200px) {
   .hero-pc-title {
        bottom: -85px;
        left: -260px;
    }

    .hero-pc-photo {
        width: 900px;
    }

}








/* プロフィール遷移 */
    .profilelink__wrapper {
    margin-top: 160px;
    }

    .profile__link {
    font-size: 3.5rem;
    }

}