@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700;800&display=swap');

.l-inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}


/*======================================

concert 共通

======================================*/
.concert {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    padding: 80px 0 0;
}

.concert * {
    box-sizing: border-box;
}

.concert img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .concert {
        padding: 52px 0 0;
    }
}

.sp { display: none; }

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

.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bg_base {
    background-color: #fff;
}

#concert_inner {
    padding-bottom: clamp(0px, 23.3vw, 280px);
}


/*======================================

mv

======================================*/
#mv {
    width: 100%;
    height: clamp(0px, 79.1vw, 1080px);
    position: relative;
    overflow: hidden;
    background-image: url("../img/concert/mv.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #mv {
        height: clamp(0px, 260.3vw, 976px);
        background-image: url("../img/concert/mv_sp.png");
        background-size: contain;
        padding-bottom: 0;
    }
}


/*======================================

message

======================================*/
#message {
    width: 100%;
    height: clamp(0px, 90vw, 1080px);
    padding-top: 100px;
}

#message .content {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message_logo {
    width: clamp(0px, 23.3vw, 280px);
    margin-bottom: clamp(0px, 4.2vw, 50px);
}

#message p {
    color: #fff;
    font-size: clamp(0px, 1.7vw, 20px);
    line-height: 3em;
    letter-spacing: 0.05em;
    font-weight: 700;
}

#message .text_2 {
    text-align: right;
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
    #message {
        height: auto;
        padding-top: 0;
        padding-bottom: clamp(0px, 21.3vw, 80px);
    }

    .message_logo {
        width: clamp(0px, 100%, 270px);
        margin-bottom: 0;
    }

    #message p {
        font-size: clamp(0px, 4.2vw, 17px);
        letter-spacing: 0;
        line-height: 2.2em;
        white-space: nowrap;
        text-align: center;
    }

    #message .text_2 {
        text-align: center;
        margin-top: 3em;
    }
}


/*======================================

パララックス背景

======================================*/
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/concert/mv_bg.jpg");
    background-size: cover;
    background-position: center;
    z-index: -2;
    transition: background-color 0.1s linear;
}

.bg_black {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
    pointer-events: none;
    transition: background-color 0.1s linear;
}

@media screen and (max-width: 767px) {
    .bg {
        background-image: url("../img/concert/mv_bg_sp.jpg");
    }
}


/*======================================

event

======================================*/
#event {
    width: 100%;
    padding: clamp(0px, 12.5vw, 150px) 0 clamp(0px, 25vw, 300px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#event .img_area {
    width: clamp(0px, 65vw, 780px);
    aspect-ratio: 780 / 500;
    overflow: hidden;
    border-radius: clamp(0px, 4.2vw, 50px);
    margin-bottom: clamp(0px, 3.3vw, 40px);
}

#event .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    #event {
        padding: clamp(0px, 19vw, 80px) 0 clamp(0px, 38vw, 150px);
    }

    #event .img_area {
        width: 90vw;
        aspect-ratio: 700 / 450;
        border-radius: 5.1vw;
        margin-bottom: 4vw;
    }
}


/*======================================

info

======================================*/
.info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info .text_1 {
    font-size: clamp(0px, 2.6vw, 31px);
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #c5a44b;
    padding: 0 0.2em 0.4em;
    margin-bottom: 0.9em;
}

.info .text_2 {
    font-size: clamp(0px, 4.2vw, 50px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    display: flex;
    align-items: end;
    margin-bottom: 0.6em;
}

.info .text_2 span {
    width: clamp(0px, 3.8vw, 45px);
    aspect-ratio: 1 / 1;
    font-size: 0.6em;
    color: #fff;
    line-height: 0;
    display: flex;
    padding: 0 0 0.2em 0.1em;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.info .text_2 span::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #003c83;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.info .text_3 {
    font-size: clamp(0px, 3.1vw, 37px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 0.5em;
}

.info .text_4 {
    font-size: clamp(0px, 1.5vw, 18px);
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1em;
}

.info .text_5 {
    font-size: clamp(0px, 2.1vw, 25px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: clamp(0px, 5vw, 60px);
}

.info .map_link {
    width: clamp(0px, 7.5vw, 90px);
    display: block;
    line-height: 1;
    opacity: 1;
    transition: opacity 0.4s;
    margin-bottom: clamp(0px, 2.5vw, 30px);
}

.info .map_link:hover {
    opacity: 0.6;
}

.info .reception {
    width: clamp(0px, 55vw, 660px);
    aspect-ratio: 660 / 100;
    background-color: #c5a44b;
    border-radius: clamp(0px, 1.1vw, 13px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: clamp(0px, 3.3vw, 40px);
}

.info .reception p {
    font-size: clamp(0px, 1.7vw, 20px);
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.info .free {
    width: clamp(0px, 17.5vw, 210px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #c5a44b;
    padding: clamp(0px, 0.4vw, 5px);
    position: absolute;
    bottom: 0;
    right: clamp(-105px, -8.8vw, 0px);
}

.info .free_inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d0121b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: clamp(0px, 3.3vw, 40px);
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 0.2em;
}

@media screen and (max-width: 767px) {
    .info .text_1 {
        width: 90vw;
        font-size: clamp(0px, 9.1vw, 34px);
        line-height: 1.4em;
        border-bottom: 1px solid #c5a44b;
        padding: 0 0 0.7em;
        text-align: center;
    }

    .info .text_2 {
        font-size: clamp(0px, 9.6vw, 36px);
        margin-bottom: 0.5em;
    }

    .info .text_2 span {
        width: clamp(0px, 8.4vw, 32px);
    }

    .info .text_3 {
        font-size: clamp(0px, 6.9vw, 26px);
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 0.8em;
    }

    .info .text_4 {
        font-size: clamp(0px, 4.5vw, 17px);
        letter-spacing: 0;
        white-space: nowrap;
    }

    .info .text_5 {
        font-size: clamp(0px, 5vw, 19px);
        letter-spacing: 0;
        white-space: nowrap;
        margin-bottom: clamp(0px, 21.3vw, 80px);
    }

    .info .map_link {
        width: clamp(0px, 23.6vw, 90px);
        margin-bottom: clamp(0px, 9.5vw, 35px);
    }

    .info .reception {
        width: clamp(0px, 75vw, 280px);
        aspect-ratio: 750 / 135;
        border-radius: clamp(0px, 1.5vw, 6px);
        margin-left: 0;
        justify-content: flex-start;
        padding-left: clamp(0px, 5vw, 18px);
        margin-right: clamp(0px, 15vw, 50px);
    }

    .info .reception p {
        font-size: clamp(0px, 4.8vw, 18px);
    }

    .info .free {
        width: clamp(0px, 30vw, 100px);
        padding: clamp(0px, 0.7vw, 3px);
        right: clamp(-50px, -15vw, 0px);
    }

    .info .free_inner {
        font-size: clamp(0px, 5.5vw, 20px);
    }
}


/*======================================

program

======================================*/
#program {
    width: clamp(0px, 45.8vw, 550px);
    margin: 0 auto clamp(0px, 16.7vw, 200px);
}

#program .sec_title {
    font-size: clamp(0px, 4.2vw, 50px);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: clamp(0px, 9.2vw, 110px);
}

.program_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 5vw, 60px) 0;
}

.program_list li {
    width: 100%;
}

.program_list li .song {
    width: 100%;
    padding: clamp(0px, 2.1vw, 25px) clamp(0px, 2.9vw, 35px);
    position: relative;
    display: inline-block;
}

.program_list li .song::before,
.program_list li .song::after {
    content: "";
    width: clamp(0px, 4.3vw, 52px);
    height: clamp(0px, 4.3vw, 52px);
    background: url("../img/concert/program_marks.svg") no-repeat center center / contain;
    position: absolute;
}

.program_list li .song::before {
    top: 0;
    left: 0;
}

.program_list li .song::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.program_list li .song .text_1 {
    font-size: clamp(0px, 2.5vw, 30px);
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.7em;
    white-space: nowrap;
    margin-top: -0.3em;
}

.program_list li .song .text_2 {
    font-size: clamp(0px, 1.5vw, 18px);
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    #program {
        width: clamp(0px, 90vw, 370px);
        margin: 0 auto clamp(0px, 39vw, 150px);
    }

    #program .sec_title {
        font-size: clamp(0px, 10.6vw, 40px);
        margin-bottom: clamp(0px, 10.6vw, 40px);
    }

    .program_list {
        gap: clamp(0px, 10.7vw, 40px) 0;
    }

    .program_list li .song {
        width: 100%;
        height: clamp(0px, 21.3vw, 80px);
        padding: 0 clamp(0px, 7vw, 25px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: clamp(0px, 0.15vw, 5px);
    }

    .program_list li .song::before,
    .program_list li .song::after {
        width: clamp(0px, 11vw, 44px);
        height: clamp(0px, 11vw, 44px);
    }

    .program_list li .song .text_1 {
        font-size: clamp(0px, 5vw, 20px);
        margin-top: 0;
    }
    
    .program_list li .song .text_2 {
        font-size: clamp(0px, 3.5vw, 14px);
    }

    .program_list li .song .text_3 {
        font-size: clamp(0px, 6.4vw, 24px);
        margin-top: -0.3em;
    }
}


/*======================================

profile

======================================*/
#profile {
    width: clamp(0px, 91.7vw, 1100px);
    margin: 0 auto clamp(0px, 12.5vw, 150px);
}

#profile .sec_title {
    font-size: clamp(0px, 4.2vw, 50px);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: clamp(0px, 9.2vw, 110px);
}

.profile_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 12.5vw, 150px) 0;
}

.profile_list li {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 clamp(0px, 4.6vw, 55px);
}

.profile_list li .img_area {
    width: clamp(0px, 32.5vw, 390px);
    aspect-ratio: 390 / 480;
    border-radius: clamp(0px, 2.1vw, 25px);
    overflow: hidden;
}

.profile_list li .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_list li .text_area {
    width: clamp(0px, 47.1vw, 565px);
}

.profile_list li .text_area .name {
    display: flex;
    align-items: center;
    padding-bottom: clamp(0px, 2.5vw, 30px);
    margin-bottom: clamp(0px, 2.5vw, 30px);
    border-bottom: 1px solid #c5a44b;
}

.profile_list li .text_area .text_1 {
    font-size: clamp(0px, 1.5vw, 18px);
    font-weight: 700;
    line-height: 1;
}

.profile_list li .text_area .text_2 {
    font-size: clamp(0px, 2.5vw, 30px);
    font-weight: 700;
    line-height: 1;
}

.profile_list li .text_area .text_3 {
    font-size: clamp(0px, 2.5vw, 30px);
    font-weight: 700;
    line-height: 1.7em;
    margin-top: -0.3em;
}

.profile_list li .text_area .text_4 {
    font-size: clamp(0px, 1.4vw, 17px);
    font-weight: 600;
    line-height: 2em;
}

.profile_list li .text_area .name  .text_2 {
    margin-left: 0.6em;
}

.profile_list li .text_area .text_3 + .text_1 {
    margin-top: 0.2em;
}

@media screen and (max-width: 767px) {
    #profile {
        width: 90vw;
        margin: 0 auto clamp(0px, 39vw, 150px);
    }

    #profile .sec_title {
        font-size: clamp(0px, 10.6vw, 40px);
        margin-bottom: clamp(0px, 20vw, 80px);
    }

    .profile_list {
        gap: clamp(0px, 30vw, 100px) 0;
    }

    .profile_list li {
        flex-direction: column;
        align-items: center;
        gap: 0;
        position: relative;
    }

    .profile_list li .img_area {
        width: clamp(0px, 67vw, 250px);
        aspect-ratio: 250 / 310;
        border-radius: clamp(0px, 4.3vw, 15px);
        position: absolute;
        top: clamp(0px, 26.7vw, 100px);
        left: 0;
        right: 0;
        margin: auto;
    }
    .profile_list li .text_area {
        width: 100%;
    }

    .profile_list li .text_area .name {
        flex-wrap: wrap;
        justify-content: center;
        gap: clamp(0px, 3vw, 10px) 0;
        padding-bottom: 0;
        margin-bottom: clamp(0px, 100vw, 375px);
        border: 0;
    }

    .profile_list li .text_area .text_1 {
        font-size: clamp(0px, 4.8vw, 18px);
    }

    .profile_list li .text_area .text_2 {
        font-size: clamp(0px, 8vw, 30px);
    }

    .profile_list li .text_area .text_3 {
        font-size: clamp(0px, 5vw, 20px);
        letter-spacing: 0;
        white-space: nowrap;
    }

    .profile_list li .text_area .text_4 {
        font-size: clamp(0px, 4.8vw, 18px);
    }
    
    .profile_list li .text_area .text_3 + .text_1 {
        font-size: clamp(0px, 3.5vw, 14px);
        letter-spacing: 0;
        white-space: nowrap;
    }
    
    .profile_list li .text_area .name .text_1:first-of-type {
        width: 100%;
        text-align: center;
    }
}


/*======================================

about

======================================*/
#about {
    width: clamp(0px, 60vw, 720px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto clamp(0px, 13.3vw, 160px);
}

#about .img_area {
    width: clamp(0px, 54.2vw, 650px);
    aspect-ratio: 650 / 350;
    border-radius: clamp(0px, 2.1vw, 25px);
    overflow: hidden;
}

#about .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about .about_logo {
    width: clamp(0px, 30.8vw, 370px);
}

#about .title_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: clamp(0px, 4.2vw, 50px);
}

#about .text_1 {
    font-size: clamp(0px, 1.5vw, 18px);
    font-weight: 700;
    line-height: 1;
    margin-right: 1em;
}

#about .text_2 {
    font-size: clamp(0px, 2.5vw, 30px);
    font-weight: 700;
    line-height: 1;
    margin-right: 1em;
}

#about .text_3 {
    font-size: clamp(0px, 1.5vw, 18px);
    font-weight: 600;
    line-height: 2em;
}

@media screen and (max-width: 767px) {
    #about {
        width: 90vw;
        margin: 0 auto clamp(0px, 39vw, 150px);
    }

    #about .img_area {
        width: 100%;
        aspect-ratio: 335 / 180;
        border-radius: clamp(0px, 3vw, 13px);
    }

    #about .about_logo {
        width: clamp(0px, 100%, 370px);
        margin-bottom: clamp(0px, 3vw, 13px);
    }

    #about .title_area {
        flex-direction: column;
        align-items: center;
        margin-bottom: clamp(0px, 10vw, 45px);
    }

    #about .text_1 {
        font-size: clamp(0px, 4.8vw, 18px);
        text-align: center;
        margin-bottom: 0.5em;
    }

    #about .text_2 {
        font-size: clamp(0px, 6vw, 26px);
        text-align: center;
        margin-right: 0;
    }

    #about .text_3 {
        font-size: clamp(0px, 4.8vw, 18px);
    }
}


/*======================================

contact

======================================*/
#contact {
    width: 100%;
    padding-top: clamp(0px, 17.9vw, 215px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contact .text_1 {
    font-size: clamp(0px, 2.1vw, 25px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 1.2em;
    text-align: center;
}

#contact .text_2 {
    margin-bottom: clamp(0px, 5vw, 60px);
}

#contact .text_3 {
    font-size: clamp(0px, 1.7vw, 20px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
}

#contact .text_4 {
    margin-bottom: clamp(0px, 1.1vw, 13px);
}

#contact .note {
    font-size: clamp(0px, 1.33vw, 16px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
}

#contact .icon_link {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.4s;
}

#contact .icon_link:hover {
    opacity: 0.6;
}

#contact .icon_link img {
    width: clamp(0px, 2.9vw, 35px);
}

#contact .icon_link p {
    font-size: clamp(0px, 2.5vw, 30px);
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
    padding: 0.2em;
    border-bottom: 2px solid #231815;
    transition: border 0.4s;
}

#contact .icon_link:hover p {
    border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    #contact {
        padding-top: clamp(0px, 37.3vw, 140px);
    }

    #contact .text_1 {
        font-size: clamp(0px, 5.3vw, 20px);
        line-height: 1.4em;
    }

    #contact .text_2 {
        margin-bottom: clamp(0px, 13.3vw, 50px);
    }

    #contact .text_3 {
        font-size: clamp(0px, 4.3vw, 16px);
    }

    #contact .text_4 {
        margin-bottom: clamp(0px, 2.7vw, 10px);
    }

    #contact .note {
        font-size: clamp(0px, 3.7vw, 14px);
    }

    #contact .icon_link img {
        width: clamp(0px, 7.5vw, 28px);
    }

    #contact .icon_link p {
        font-size: clamp(0px, 6.4vw, 24px);
        border-bottom: 1px solid #231815;
    }

    #contact .icon_link:hover p {
        border-bottom: 1px solid #fff;
    }
}

