@charset "utf-8";

/* * {
    outline: 1px solid magenta;
} */

/* ---header--- */
header {
    height: 90vh;
    background: url(../images/header/the_Psychedelic_\ Comedian.jpg) no-repeat center center/cover;
}

header h2 {
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 40vh;
}

/* ---header--- */


/* ---main--- */
section {
    padding: 100px 0px 200px;
}

.innerWrap {
    max-width: 1420px;
    width: 90%;
    margin: 0 auto;
}

.eventSec .innerWrap,
.aboutSec .innerWrap {
    max-width: 1320px;
    width: 70%;
    margin: 0 auto;
}

.eventSec,
.contactSec {
    background: var(--maincolor);
}



.artistSec {
    text-align: center;
}

.artistSec h4 {
    font-size: 65px;
    color: #A5A5A5;
    margin: 200px 0 100px;
}



.eventSec .flex_event {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.eventSec .flex_event img {
    width: 375px;
    height: auto;
    align-self: center;
}

.eventSec .flex_event_r {
    align-self: center;
    flex-basis: 500px;
}

.eventSec h4 {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.1;
}

.eventSec h4 span {
    font-size: 16px;
}

.eventSec p {
    margin-bottom: 150px;
}

.eventSec .eventBtn {
    text-align: right;
    transition: all 0.3s;
}

.eventSec .eventBtn button {
    position: relative;
    margin-right: 60px;
}

.eventSec .eventBtn:hover {
    color: #8e8e8e;
}

.eventSec .eventBtn button::after {
    content: url(../images/arrow.svg);
    position: absolute;
    right: -70px;
    width: 100%;
    top: -3px;
}



.aboutSec .flex_about {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.aboutSec .flex_about_l {
    align-self: center;
    flex-basis: 40%;
}

.aboutSec h4 {
    font-size: 24px;
    margin-bottom: 40px;
}

.aboutSec p {
    margin-bottom: 150px;
}

.aboutSec .aboutBtn {
    text-align: right;
    transition: all 0.3s;
}

.aboutSec .aboutBtn button {
    position: relative;
    margin-right: 60px;
}

.aboutSec .aboutBtn:hover {
    color: #8e8e8e;
}

.aboutSec .aboutBtn button::after {
    content: url(../images/arrow.svg);
    position: absolute;
    right: -70px;
    width: 100%;
    top: -3px;
}

.aboutSec .flex_about img {
    flex-basis: 50%;
    width: 300px;
    height: auto;
    /* object-fit: cover; */
    /* object-position: 30%; */
    align-self: center;
}



.contactSec {
    text-align: center;
}

.contactSec button {
    background: white;
    font-size: 16px;
    width: 300px;
    height: 70px;
    /* font-size: 24px;
    padding: 1em 4em; */
    transition: all 0.3s;
}

.contactSec button:hover {
    background-color: var(--accentcolor);
    color: white;
}




/* ---------------------------ここからアーティスト画像切り替え ----------------------------*/
.change {
    display: flex;
    justify-content: space-between;
    gap: 15px;

}

.bnr_01 {

    max-width: 100%;

    background: url(../images/top/top_photo/top_artist02.jpg) center / cover no-repeat;
}

.bnr_01 {
    display: inline-block;
    cursor: pointer;
    margin-top: 1em;
    border-radius: 8px;
    background: url(../images/top/top_photo/top_art02.jpg) center / cover no-repeat;
}


.bnr_02 {
    max-width: 100%;
    background: url(../images/top/top_photo/top_artist01.jpg) center / cover no-repeat;
}

.bnr_02 {
    display: inline-block;
    cursor: pointer;
    margin-top: 1em;
    border-radius: 8px;
    background: url(../images/top/top_photo/top_art01.jpg) center / cover no-repeat;
}

.bnr_03 {
    max-width: 100%;
    background: url(../images/top/top_photo/top_artist03.jpg) center / cover no-repeat;
}

.bnr_03 {
    display: inline-block;
    cursor: pointer;
    margin-top: 1em;
    border-radius: 8px;
    background: url(../images/top/top_photo/top_art03.jpg) center / cover no-repeat;
}

.bnr_04 {
    max-width: 100%;
    background: url(../images/top/top_photo/top_artist04.jpg) center / cover no-repeat;
}

.bnr_04 {
    display: inline-block;
    cursor: pointer;
    margin-top: 1em;
    border-radius: 8px;
    background: url(../images/top/top_photo/top_art04.jpg) center / cover no-repeat;
}

.bnr_01 img,
.bnr_02 img,
.bnr_03 img,
.bnr_04 img {

    transition: opacity .3s;

}

.bnr_01:hover img,
.bnr_02:hover img,
.bnr_03:hover img,
.bnr_04:hover img {
    opacity: 0;
}

.bnr_01 img,
.bnr_02 img,
.bnr_03 img,
.bnr_04 img {
    border-radius: inherit;
    vertical-align: middle;

}

.bnr_01 :hover img,
.bnr_02 :hover img,
.bnr_03 :hover img,
.bnr_04 :hover img {
    opacity: 0;
}

/* -------------------ここまでアーティストの画像切り替え----------------------------- */

/* -------------------ここからアーティスト高さ上下---------------------------------- */
.change p {
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
    padding-left: 12px;
    color: #8e8e8e;
}


.change {
    margin-bottom: 200px;
}

.child:nth-child(2),
.child:nth-child(4) {
    transform: translateY(50px);
}


/* ------------------------ここまでアーティストの高さ上下------------------- */


/* ここからJS スライダー */

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;

}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
    /*スライド左右の余白調整*/
}



.slider {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 3s ease-in, transform 2s ease;
}

.slider.show {
    opacity: 1;
    transform: translateY(0);
}

/* ------------------------------ここからJS 文字ふわっと---------------------------------- */


.blur {
    animation-name: blurAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

.blurTrigger {
    opacity: 0;
}

/* -------------ここまでJS 文字ふわっと------------ */




/* CSS */
.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.fade-in.visible {
    opacity: 1;
}


/* ---responsible design for iPad pro--- */
@media screen and (max-width: 1024px) {

    .change {
        justify-content: center;
        gap: 2%;
    }

    .change p {
        font-size: 12px;
    }

    .artistSec h4 {
        font-size: 42px;
    }



    .eventSec .innerWrap,
    .aboutSec .innerWrap {
        max-width: 870px;
        width: 85%;
    }

    .eventSec .flex_event img {
        width: 300px;
    }


    .aboutSec p {
        margin-bottom: 70px;
    }

    /* .aboutSec .flex_about img {
        width: 300px;
    } */
}

/* ---responsible design for iPad pro--- */



/* ---responsible design for iPhone SE--- */
@media screen and (max-width: 375px) {
    header {
        position: relative;
    }

    header h2 {
        padding-top: 0;
        writing-mode: vertical-rl;
        white-space: nowrap;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }



    .change p {
        font-size: 9px;
        margin-top: 5px;
        padding-left: 5px;
    }

    .artistSec h4 {
        font-size: 24px;
        /* margin: 200px 0 100px; */
    }



    .eventSec .innerWrap,
    .aboutSec .innerWrap {
        max-width: 330px;
        width: 88%;
    }

    .eventSec .flex_event {
        display: block;
        text-align: center;
    }

    .eventSec .flex_event img {
        width: 250px;
        margin-bottom: 30px;
    }

    .eventSec .flex_event_r {
        text-align: left;
        flex-basis: 330px;
    }

    .eventSec h4 {
        font-size: 20px;
    }

    .eventSec h4 span {
        font-size: 14 px;
    }

    .eventSec p {
        margin-bottom: 50px;
    }



    .aboutSec .flex_about {
        flex-direction: column-reverse;
        text-align: center;
    }

    .aboutSec .flex_about img {
        margin-bottom: 30px;
    }

    .aboutSec .flex_about_l {
        text-align: left;
        width: 330px;
    }

    .aboutSec h4 {
        font-size: 20px;
    }

    .aboutSec p {
        margin-bottom: 50px;
    }



    .contactSec button {
        font-size: 14px;
        width: 200px;
        height: 50px;
    }

}

/* ---responsible design for iPhone SE--- */