/* プロフィール、コンセプトのレスポンシブ対応用 */
.pc{
    display: block;
}

.sp{
    display: none;
}

@media screen and (max-width:768px){
.pc{
    display: none;
    }

.sp{
    display: block;
    }
}


/* メインビジュアル */

.mv {
    width: 100%;
    height: auto;
    position: relative;
}

.mv-container{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.mv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mv-title {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 40%;
    left: 0;
    margin: auto;
    color: #70AF3D;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    opacity: 0.7;
}

.mv-title h1 {
    font-size: 14rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5rem;
}

.mv-title p {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.7rem;
}

@media screen and (max-width:768px){
    .mv-title h1 {
        font-size: clamp(8.5rem, 3.34rem + 11.27vw, 14.5rem);
        letter-spacing: 1.5vw;
    }

    .mv-title p {
    font-size: clamp(1.2rem, 0.463rem + 1.64vw, 2rem);
    }
}

/* .profile~projectのコンテナ */
.top-container{
    width: 95%;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .top-container {
        width: 100%;
        }
}

/* PROFILEページ */

.profile-fv{
    display: flex;
    justify-content: center;
    gap: clamp(3.125rem, -1.798rem + 10.26vw, 5.125rem);
}

.profile-fv img{
    width: 100%;
    max-width: 350px;
    max-height: 470px;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}

.profile-copy img{
    width: 100%;
    max-width: 210px;
    border-radius: 0;
}

.profile-copy{
    position: relative;
    width: 58%;
    max-width: 210px;
    display: flex;
    align-items: center;
    gap: clamp(1.75rem, -2.404rem + 8.65vw, 3.438rem);
} 


.profile-copy p{
    font-size: 3.5rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1.6rem;
    text-align: center;
    font-weight: 700;
    writing-mode: vertical-rl;
    min-width: 50px;
}

.profile-flex {
    margin-top: 6.25rem;
    display: flex;
    gap: 10%;
}

.profile-title{
    width: 100%;
    max-width :330px;
    height: auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 18.75px;
    align-items: center;
}

.profile-text{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    width: 100%;
    max-width: 700px;
    height: auto;
    line-height: 1.8;
}

@media screen and (max-width:768px){
    .profile-fv{
        flex-direction: column;
        gap: clamp(1.875rem, -0.446rem + 11.61vw, 5.125rem);

    }

    .profile-fv img{
        max-width: 768px;
        height: 43vh;
        max-height: 470px;
        object-fit: cover;
        object-position: top;
    }

    .profile-copy {
        width: 33%;
        min-width: 151px;
        justify-content: center;
        margin: 0 auto;
        border-radius: 0;
    }

    .profile-copy img{
        width: 100%;
        min-width: 124px;
        max-width: 237px;
        height: auto;
        min-height: 230px;
    }

    .profile-flex{
        margin: auto;
        flex-direction: column;
        gap: 30px;
    }

    .profile-title{
        margin: 30px auto 0; 
        }

    .profile-text {
        display: flex;
        flex-direction: column;
    }
    .profile-text a{
        margin: 25px auto 0;
    }
}

@media screen and (max-width:470px){
    .profile-fv img{
        max-width: 768px;
        height: 27vh;
        max-height: 217px;
        object-fit: cover;
        object-position: top;
    }

    .profile-copy img{
        min-width: 144px;
        min-height: 280px;
    }
}


/* コンセプト */
.concept {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

.concept-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.concept-content{
    width: 100%;
    max-width: 446px;
    height: auto;
    display: inline-block;
}

.concept-copy{
    margin: 0 2% 0 17%;
}

.concept-copy img{
    width: 100%;
    max-width: 160px;
}

.concept-spin span {
    display: block;
    width: 115px;
    aspect-ratio: 1;
    position: absolute;
    content: "";
    background: url(/image/spin_yellowgreen.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(-25deg);
    top: -11%;
    left: 33%;
}

.concept-content a {
    margin: 0 auto;
}

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

.concept-text {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.concept-slide{
    display: flex;
    gap: 19px;
    overflow: hidden;
    width: 100%;
    padding: 1rem 0;
}

.concept-slide img{
    width: 300px;
    height: 200px;
    flex-shrink: 0;
    margin-right: 1rem;
    border-radius: 30px;
}

/* 写真スライド */

.infinite-scroll {
    margin-top: 150px;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.infinite-scroll__container {
    display: flex;
    gap: 20px; 
    padding-right: 20px; /* container要素感の隙間 */
    flex-shrink: 0;
}

.infinite-scroll__img-wrap {
    flex-shrink: 0;
    width: 300px; 
    height: auto;
    overflow: hidden;
    border-radius: 30px;
}

.infinite-scroll__img-wrap img{
    border-radius: 30px;
    transition: transform .6s ease;
}

.infinite-scroll__img-wrap img:hover {
    transform: scale(1.1);
}

.slide-paused:hover .infinite-scroll__container {
    animation-play-state: paused;
}

.slide-paused:not(:hover) .infinite-scroll__container {
    animation-play-state: running;
        /* ホバー解除時にアニメーションを再開 */
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}


.infinite-scroll__container:first-child {
    animation: loop 160s -80s linear infinite;
}

.infinite-scroll__container:last-child {
    animation: loop2 160s linear infinite;
}


@media screen and (max-width:768px){
    .concept {
        margin: 0 auto;
        padding: 0 0;
    }

    .concept-copy  {
        margin: 30px auto 0;
    }
    
    .concept-copy  img{
        display: flex;
        align-items: center;
        margin: 0 auto;
        min-width: 120px;
        width: 34%;
    }

    .concept-spin span{
        display: none;
    }

    .concept-content {
        max-width: 100%;
        margin: 0 auto;
    }

    .concept-btn{
        gap: 25px;
    }

    .concept-text{
        font-size: 1.6rem;
    }

    .infinite-scroll {
        margin-top: 100px;
    }


    .infinite-scroll__container {
            gap: 8px;
            padding-right: 0.8rem;
        }


    .infinite-scroll__img-wrap {
            width: 300px;

        }
}


    /* 活動内容 */
    .activity {
        width: 90%;
        max-width: 1440px;
        margin: 0 auto;
    }

    .activity-list{
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .activity-item{
        display: flex;
        gap: 50px;
        align-items: center;
        margin: 0 auto;
    }

    .activity-image{
        width: 56%;
        max-width: 589px;
    }

    .activity-image img{
        width: 100%;
        max-width: 589px;
        object-fit: cover;
        height: auto;
        max-height: 686px;
        border-radius: 30px;
    }

    .activity-image p{
        color: #666;
        text-align: end;
    }

    .activity-text{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% - 56% - 50px);
    }

    /* ボタンのマージントップ */
    .activity-text a{
        margin-top: 4.37317%;
    }


    .activity-title h3{
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: clamp(2.5rem, 0.75rem + 3.92vw, 4.7rem);
        font-weight: 700;
        text-align: center;
        color: #70AF3D;
    }

    .activity-about{
        width: 100%;
        max-width: 540px;
        display: flex;
        flex-direction: column;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 7.2886%;
    }
    
    .activity-ex h4{
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 2rem;
        font-weight: 700;
        margin-top: 7.2886%;
    }

    .activity-ex ul {
        margin-top: 1.457772595%;
        font-size: 1.6rem;
        margin-left: 20px;
        list-style-type: disc;
        list-style-position: outside;
    }

@media screen and (max-width:1024px) {
    .activity {
        max-width: 1024px;
        margin: 0 auto;
    }

    .activity-list {
        gap: 70px;
    }

    .activity-item {
        width: 100%;
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .activity-image{
        width: 100%;
        max-width: 1100px;
    }

    .activity-image img {
        width: 100%;
        max-width: 1024px;
        min-width: 290px;
        height: auto;
        max-height: 380px;
        min-height: 325px;
        object-fit: cover;
    }

    .activity-btn{
        margin-top: 4.37317%;
        width: 100%;
        max-width: 1100px;
    }

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

    .activity-text a{
        width: 100%;
        max-width: 570px;
    }
                

    .activity-title h3 {
        margin-top: 30px;
        font-size: clamp(2.7rem, 1.5rem + 6.6vw, 5.3rem);
    }

    .activity-about {
        margin-top: 30px;
        max-width: 580px;
    }

    .activity-ex  h4{
        font-size: clamp(1.6rem, 0.4rem + 3.6vw, 3rem);
        margin-top: 10px;
    }

    .activity-ex ul {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:768px){
    .activity-ex ul {
        line-height: 1.7;
    }
}

/* instagram */

.instagram{
    max-width: 863px;
    margin: 0 auto;
}

.instagram-container{
    display: flex;
    gap: 66px;
}

.instagram-text{
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }


.instagram-title{
    font-size: 6rem;
    text-transform: capitalize;
    font-weight: 700;
    color: #70AF3D;
    text-align: center;
    letter-spacing: 0.5rem;
}

.instagram-text p{
    width: 250px;
    margin-top: 30px;
    line-height: 1.8;
}

.instagram-text img{
    margin-top: 30px;
    border-radius: 100px;
}

.instagram-margin{
    width: 100%;
}

@media screen and (max-width:768px){
    .instagram {
        width: 90%;
        padding: 0;
    }

    .instagram-container {
        flex-direction: column;
        gap: 30px;
    }

    .instagram-title {
        font-size: clamp(2rem, 2.6rem + 6.46vw, 9.7rem);
    }

    .instagram-text p {
        line-height: 1.7;
        }

    .instagram-margin{
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

}