@charset "UTF-8";

#main {
    background: url("../img/index/ph_bg.jpg") no-repeat center top;
    /* background-size: 100% auto; */
    background-attachment: scroll;
}
#main.is-fixed-bg {
    background-attachment: fixed;
    background-position: center top;
}

/* ========== SPだけ擬似要素で固定 ========== */
@media (max-width: 767.98px) {
    #main {
        background: none;
        position: relative;
    }

    #main::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(3000/1500 * 100%); 
        background: url("../img/index/ph_bg@sp.jpg") no-repeat center top;
        background-size: 100% auto;
        pointer-events: none;
        z-index: 0;
    }
    #main > * {
        position: relative;
        z-index: 1;
    }
    #main.is-fixed-bg::before {
        position: fixed;
        top: 0;
        left: 0;
    }
}


/*------------------------------------------------------------
	TOPページ(PC)
------------------------------------------------------------*/
.sec01 {
    position: relative;
    margin: 0;
    padding: 0;
}
.sec01 .content {
    position: relative;
    color: #FFF;
    padding: 94px 0;
}
.sec01 .title {
    font-size: 30px;
    line-height: 53px;
    letter-spacing: 7.2px;
    margin: 0 0 30px;
    text-align: center;
}
.sec01 .txt {
    font-size: 18px;
    line-height: 44px;
    letter-spacing: 2.16px;
    margin-bottom: 40px;
    text-align: center;
}
.sec01 .artist {
    margin-bottom: 45px;
}
.sec01 .snsBox .snsList {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.sec01 .snsBox .snsList li {
    width: 27px;
}
.sec01 .snsBox .snsList li a {
    display: inline-block;
    position: relative;
}
.sec01 .snsBox .snsList li a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.sec01 .snsBox .snsList li embed {
    width: 27px;
    height: 27px;
}
.sec01 .snsBox .snsList .twitter {
    width: 27px;
}
.sec01 .snsBox .snsList .twitter embed {
    width: 27px;
    height: 27px;
}
.sec01 .snsBox .snsList .line {
    margin: 0;
    width: 27px;
    height: 27px;
}
.sec01 .snsBox .snsList .line embed {
    width: 27px;
    height: 27px;
}
.sec01 .snsBox p {
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.32px;
}
.sec01 .logoSub {
    display: block; 
    width: 314px;
    margin: 0 auto 30px; 
}
@media all and (min-width: 768px) {
    .sec01 .snsBox .snsList li a:hover {
        opacity: 0.7;
    }
}
.sec02 {
    position: relative;
    color: #FFF;
    z-index: 21;
}
.sec02 .content.gallery {
    padding: 94px 0 0;
}
.sec02 .content.info {
    padding: 94px 0 86px;
}
.sec02 .headLine01 {
    margin-bottom: 50px;
    color: #FFF;
}
.sec02 .btn a {
    padding: 20px 0;
    display: block;
    width: 296px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 3.78px;
    text-align: center;
    border: 2px solid #FFF;
    position: relative;
    color: #FFF;
}
.sec02 .btn .en {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.sec02 .btn .info {
    display: block;
    font-size: 14px;
    letter-spacing: 1.54px;
}
.sec02 .btn a:before {
    margin-top: -8px;
    width: 15px;
    height: 15px;
    background: url(../img/common/icon01.svg) no-repeat left top;
    background-size: 15px 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    filter: brightness(0) invert(1);
}
.sec02 .title {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 7.84px;
    margin: 0 auto 90px;
    text-align: center;
    color: #FFF;
}
.sec02 .boxWrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    margin-bottom: 70px;
}
.sec02 .txtDl dt {
    padding: 0 0 12px;
    width: 65px;
    float: left;
    clear: left;
    font-size: 14px;
    letter-spacing: 1.54px;
    /* font-weight: 600; */
    color: #94c1d2;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}
.sec02 .txtDl dd {
    padding: 0 0 16px 100px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1.54px;
}
.sec02 .txtUl {
    font-size: 14px;
    line-height: 1.5;
    margin-right: 50px;
}
.sec02 .txtUl li {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1.3em;
    text-indent: -1.3em;
}
.sec02 .txtUl li .icon {
    color: #94c1d2;
    width: 10px;
    height: 10px;
}
.sec02 .contactBox {
    position: relative;
}
.sec02 .contactBox a, .sec02 .contactBox div.close {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 325px;
    height: 60px;
    margin: 0 auto;
    background: #777;
    border-radius: 30px;
    cursor: pointer;
}
.sec02 .contactBox a {
    font-weight: 600;
    background: #94c1d2;
}
.sec02 .contactBox a:before {
    position: absolute;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    background: url(../img/common/icon01.svg) no-repeat left top;
    background-size: 15px 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    filter: brightness(0) invert(1);
}
@media all and (min-width: 768px) {
    .sec02 .btn a:hover {
        opacity: 0.7;
    }
}
#gFooter .contactBox div.close {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 325px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    cursor: pointer;
    margin-bottom: 25px;
}
.sec02 .contactBox div.close, #gFooter .contactBox div.close {
    cursor: default;
}
.sec02 .contactBox a:after {
    margin-top: -8px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    filter: brightness(0) invert(1);
}
.sec02 .contactBox a span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #FFFFFF;
}
.sec02 .contactBox div.close span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #FFFFFF;
}
#gFooter .contactBox div.close {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 325px;
    height: 60px;
    margin: 0 auto 20px;
    background: #777;
    border-radius: 30px;
    cursor: pointer;
}
#gFooter .contactBox div.close span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #FFFFFF;
}
.sec02 .contactBox div.close span, #gFooter .contactBox div.close span {
    line-height: 1.3;
    text-align: center;
}
.sec02 .free{
    position: absolute;
    bottom:0;
    right:0;
    @media all and (max-width: 767.98px) {
        bottom: -30px;
        right: -7vw;
    }
}
.sec02 .free embed {
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* right: 120px;
    bottom: 0; */
    width: 106px;
    height: 106px;
    padding: 7px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-top: -30px;
}
.sec02 .comBtn a {
    margin-left: 60px;
    margin-top: -6px;
    color: #FFF;
}
.sec02 .comBtn embed {
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}
.sec03 {
    position: relative;
    color: #FFF;
}
.sec03 .content.program {
    padding: 130px 0 130px;
}

.sec03 .headLine01 {
    margin-bottom: 90px;
    color: #FFF;
}
.sec03 .headLine02{
    font-weight: 500;
    line-height: 1.2;
}
.sec03 .inner {
    display: flex;
    gap: 30px;
    margin-bottom: 120px;
    flex-direction: row-reverse;
}
.sec03 .inner:nth-child(odd) {
    flex-direction: row;
}
.sec03 .inner .photoBox {
    width: 414px;
}
.sec03 .inner .photoBox picture img {
    width: 100%;
}
.sec03 .inner .textBox {
    flex: 1;
    padding-top: 0px;
}
.sec03 .inner .textBox .ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 17px;
}
.sec03 .inner .textBox .txt {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 3px;
    color: #FFF;
    margin-bottom: 20px;
}
.sec03 .inner .textBox .small {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.04px;
}
.sec03 .inner .textBox .small a {
    display: inline-block;
    padding-right: 15px;
    text-decoration: underline;
    color: #FFF;
}
.sec03 .inner .textBox .small a embed {
    filter: brightness(0) invert(1);
    margin-left: 10px;
}
.sec03 .inner .textBox .small embed {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.sec03 .program {
    position: relative;
    padding: 84px;
    z-index: 19;
}
.sec03 .program .timetable {
    display: grid;
    grid-template-columns: 5em 13em;
    margin: 0 auto;
    max-width: 18em;
    gap: 10px;
}
.sec03 .program .timetable.first {
    margin: 0 auto 30px;
}
.sec03 .program .timetable.second {
    margin: 0 auto 15px;
}
.sec03 .program .programTitle {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #FFF;
    font-size: 19px;
    letter-spacing: 2.85px;
    text-align: center;
}
.sec03 .program .time {
    font-size: 16px;
    letter-spacing: 3.36px;
}
.sec03 .program .spot {
    font-size: 14px;
    letter-spacing: 1.8px;
}
.sec03 .program .note {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-align: center;
}
.sec03 .snsList {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.sec03 .snsList li a {
    display: flex;
    align-items: center;
}
.sec03 .snsList li embed {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}
.sec03 .snsList li span {
    display: inline-block;
    line-height: 1;
    color: #FFF;
    font-size: 12px;
}
@media all and (min-width: 768px) {
    .sec03 .inner .textBox .small a:hover {
        text-decoration: none;
    }
}
/*------------------------------------------------------------
	TOPページ(SP)
------------------------------------------------------------*/
@media all and (max-width: 767.98px) {
    .sec01 .content {
        padding: 18vw 6.0vw;
    }
    .sec01 .title {
        margin: 0 0 6vw;
        font-size: 5.0666666667vw;
        line-height: 8.5333333333vw;
        letter-spacing: 0.6666666667vw;
    }
    .sec01 .txt {
        margin: 0 0 6.6666666667vw;
        font-size: 3.2vw;
        line-height: 7.4666666667vw;
        /* letter-spacing: 0.384vw; */
        letter-spacing: 0;
    }
    .sec01 .artist {
        font-size: 2.9333333333vw;
        margin-bottom: 6.6666666667vw;
    }
    .sec01 .snsBox {
        /* margin-bottom: 12.5333333333vw; */
        margin-bottom: 0;
    }
    .sec01 .snsBox .snsList {
        align-items: center;
    }
    .sec01 .snsBox .snsList li embed {
        width: 7.7333333333vw;
        height: 7.7333333333vw;
    }
    .sec01 .snsBox .snsList .twitter {
        width: 7.7333333333vw;
    }
    .sec01 .snsBox .snsList .twitter embed {
        width: 7.7333333333vw;
        height: 7.7333333333vw;
    }
    .sec01 .snsBox .snsList .line {
        margin: 0;
        width: 6.6666666667vw;
        height: 6.4vw;
    }
    .sec01 .snsBox .snsList .line embed {
        width: 100%;
        height: auto;
    }
    .sec01 .snsBox .snsList p {
        font-size: 3.2vw;
        letter-spacing: 0.2186666667vw;
        margin-top: 3.3333333333vw;
    }
    .sec02 .content.gallery {
        padding: 18vw 6.6666666667vw 0;
    }
    .sec02 .content.info {
        padding: 0 6.6666666667vw 18vw;
    }
    .sec02 .headLine01 {
        margin-bottom: 13.3333333333vw;
    }
    .sec02 .btn a {
        padding: 2.6666666667vw 0;
        width: auto;
        margin: 0 auto 9.3333333333vw;
        font-size: 3.7333333333vw;
        letter-spacing: 0.784vw;
    }
    .sec02 .btn .info {
        display: block;
        font-size: 2.9333333333vw;
        letter-spacing: 0.3226666667vw;
    }
    .sec02 .title {
        margin: 0 auto 8vw;
        font-size: 4.1333333333vw;
        letter-spacing: 1.1573333333vw;
    }
    .sec02 .boxWrap {
        grid-template-columns: 1fr;
        gap: 3.3333333333vw;
        margin-bottom: 6vw;
    }
    .sec02 .txtDl dt {
        width: 5em;
        font-size: 3.2vw;
        letter-spacing: 0.352vw;
        padding: 0 0 2.6666666667vw;
        font-weight: 600;
    }
    .sec02 .txtDl dd {
        position: relative;
        padding: 0 0 2.6666666667vw 5.8em;
        font-size: 3.2vw;
        letter-spacing: 0.2vw;
        font-weight: 400;
    }
    .sec02 .comBtn {
        position: absolute;
        top: 0;
        left: 42.6666666667vw;
    }
    .sec02 .comBtn a {
        margin-left: 20vw;
    }
    .sec02 .comBtn embed {
        height: 3.7333333333vw;
    }
    .sec02 .txtUl {
        font-size: 2.9333333333vw;
        letter-spacing: 0.1066666667vw;
        margin-right: 0;
    }
    .sec02 .txtUl li {
        padding-top: 0.6666666667vw;
        padding-bottom: 0.6666666667vw;
    }
    .sec02 .contactBox a {
        width: 86.1333333333vw;
        height: 15.7333333333vw;
        border-radius: 7.8666666667vw;
    }
    .sec02 .contactBox a span {
        font-size: 3.4666666667vw;
        letter-spacing: 0.3466666667vw;
    }
    .sec02 .contactBox .free embed {
        margin-top: 0;
        right: -6.6666666667vw;
        top: 12.6666666667vw;
        width: 25.3333333333vw;
        height: 25.3333333333vw;
    }
    
    .sec03 .headLine01 {
        margin-bottom: 16vw;
    }
    .sec03 .content.program {
        padding: 18vw 6.6666666667vw;
    }
    .sec03 .inner {
        display: block;
        margin-bottom: 13.3333333333vw;
    }
    .sec03 .inner .photoBox {
        width: 100%;
    }
    .sec03 .inner .photoBox img {
        width: 100%;
    }
    .sec03 .inner .textBox {
        float: none;
        width: auto;
        padding-top: 5.3333333333vw;
    }
    .sec03 .inner .textBox .ttl {
        font-size: 4.1333333333vw;
        line-height: 6.6666666667vw;
        letter-spacing: 0.6613333333vw;
        margin-bottom: 6vw;
    }
    .sec03 .inner .textBox .txt {
        font-size: 2.9333333333vw;
        line-height: 5.0666666667vw;
        letter-spacing: 0.8666666667vw;
    }
    .sec03 .inner .textBox .small {
        font-size: 2.9333333333vw;
        line-height: 5.3333333333vw;
        letter-spacing: 0.48vw;
    }
    .sec03 .inner .textBox .small a {
        text-decoration: underline;
        position: relative;
        font-weight: 300;
    }
    .sec03 .inner .textBox .small a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }
    .sec03 .inner .textBox .small embed {
        width: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
    }
    .sec03 .snsList {
        display: flex;
        gap: 10px;
        margin-top: 4vw;
    }
    .sec03 .snsList li a {
        display: flex;
        align-items: center;
    }
    .sec03 .snsList li embed {
        width: 6.5vw;
        height: 6.5vw;
        margin-right: 5px;
    }
    .sec03 .snsList li span {
        display: inline-block;
        line-height: 1;
        letter-spacing: 0.48vw;
        color: #FFF;
        font-size: 2.9333333333vw;
    }
}

/*------------------------------------------------------------
	accessBox (PC/共通)
------------------------------------------------------------*/
.accessBox {
    text-align: center;
    padding-top: 80px; 
}

.accessBox .headLine01 { margin-bottom: 50px; color: #FFF; }
.accessBox .txt01 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.2px;
    color: #FFF;
}
.accessBox .txt02, .accessBox .txt03 { 
    color: #FFF;
    font-weight: 600;
    @media all and (max-width: 767.98px) {
        font-size: 2.9333333333vw
    }
}
.accessBox .txt03 { margin-bottom: 20px; font-size: 21px; letter-spacing: 4.41px; }
.accessBox .txt03 .tel a { color: #FFFFFF !important; }

.accessBox .comBtn { margin-bottom: 25px; }
.accessBox .comBtn a { color: #FFF; }
.accessBox .comBtn embed { filter: brightness(0) invert(1) !important; }

.accessBox .contactBox { position: relative; margin-bottom: 43px; }
.accessBox .contactBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 325px;
    height: 60px;
    margin: 0 auto;
    background: #157959;
    border-radius: 30px;
    color: #FFF;
    font-weight: 600;
    padding-left: 20px;
    box-sizing: border-box;
    @media all and (max-width: 767.98px) {
        font-size: 3.6vw;
    }
}

.accessBox .contactBox a embed {
    width: 15px;
    height: 15px;
    margin-left: 20px;
    vertical-align: middle;
    filter: brightness(0) invert(1) !important;
}


.accessBox .txt04 { 
    margin-bottom: 25px;
    font-size: 14px;
    color: #FFF;
    @media all and (max-width: 767.98px) {
        font-size: 2.9333333333vw;
    }
}
.accessBox .txt05 a {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: 2.94px;
    text-decoration: underline;
    color: #FFF !important;
    margin-bottom: 55px;
}
.accessBox .txt05 embed {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    vertical-align: middle;
    filter: brightness(0) invert(1) !important;
}

/* PC版の画像サイズ */
@media all and (min-width: 768px) {
    .accessBox .btm .place {
        width: 427px;
        margin: 0 auto;
        display: block;
    }
}

/* スマホ版の accessBox 調整 */
@media all and (max-width: 767.98px) {
    .accessBox { padding-top: 15vw; }
    .accessBox .btm .place {
        width: 80%; /* 100%だと大きい場合はここを調整 */
        height: auto;
        margin: 0 auto;
    }
    .accessBox .txt05 a {
        font-size: calc(28 / 750 * 100vw);
        letter-spacing: calc(5.88 / 750 * 100vw);
    }
}

/*------------------------------------------------------------
	artistBox & timeSchedule (共通・スマホ)
------------------------------------------------------------*/
.artistBox { max-width: 800px; margin: 40px auto; color: #fff; }
.profileBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    padding: 15px 0 5px;
    @media all and (max-width: 767.98px) {
        font-size: 3.0vw;
    }
}
.profileBtn .txt_en{
    position: relative;
    padding-right: 24px;
}
.profileBtn .txt_en::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-70%) rotate(135deg);
    transition: 0.3s;
}
.profileBtn.is-open .txt_en { display: none; }
.profileDetail { display: none; overflow: hidden; }
.detailInner { padding: 30px 0; font-size: 14px; line-height: 1.8; text-align: justify; }
.closeBtnWrap {
    margin-top: 20px;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #fff;
    padding-bottom: 2.5px;
}
.closeBtn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 24px;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.closeBtn::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-30%) rotate(-45deg);
    transition: 0.3s;
}

/* timeSchedule */
.timeSchedule {
    max-width: 350px;
    margin: 20px auto 10px;
    padding: 15px 30px;
    background-color: #81b6a5;
    color: #fff;
}
.scheduleTitle { 
    font-family: "Roboto", sans-serif;
    font-size: 22px; color: #157959;
    font-weight: 800;
    text-align: center;
}
.scheduleTitle::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #157959;
    margin: 0 auto 15px;
}
.scheduleLine {
    display: inline-block;
    text-align: left;
}
.scheduleLine dl {
    display: flex;
    font-size: 14px;
    white-space: nowrap;
    /* margin-bottom: 5px; */
}

.sec02 .scheduleLine dt {
    margin-right: 15px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 0.5em;
    color:#FFF;
}
.sec02 .scheduleLine dd {
    padding: 0 0 0.5em 70px;
    font-weight: 600;
}
.scheduleNote{
    margin-bottom: 30px;
    text-align: center;
}
@media all and (max-width: 767.98px) {
    .timeSchedule {
        width: auto;
        padding: 6vw 6vw;
    }
    .sec02 .scheduleLine dl {
        font-size: 3.8vw;
    }
    .sec02 .scheduleLine dd {
        padding: 0 0 0.2em 50px;
    }
    .scheduleNote{
        font-size: 3.0vw;
    }
}


/* 追加調整 20260201 */

@media all and (max-width: 767.98px) {
    #gHeader .free {
        display: block;
        position: absolute;
        width: calc(245 / 750 * 100vw);
        top: calc(920 / 750 * 100vw);
        left: calc(480 / 750 * 100vw);
    }
}

#gHeader .txt02 {
    top: 675px;
    font-weight: 600;
    @media all and (max-width: 767.98px) {
        top: initial;
        bottom: 0;
    }
}
#gFooter .nav {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    bottom: 20px;
    left: 0;
    text-align: center;
}
.pageTop {
    /* display: block; */
    right: calc(50% - 600px);
    bottom: 50px;
    @media all and (max-width: 1280px) {
        right: 20px;
    }
}
.pageTop a{
    display: inline-block;
}
.pageTop a embed{
    filter: none;
    pointer-events: none;
    display: block;
}
.copyright {
    z-index: 1000;
}