/* ------------------------------
            TOP-BG
--------------------------------- */
.single-body-bg {
    background-image: url("../images/singlepage-bg-allpattern.png");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat;
}

body {
    counter-reset: artside 0;
}
.btn-ticket {
    margin-top: 10px;
    border-radius: 20px;
    background-color: #0082BD;
    width: 178px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.section-title-name {
    font-size: 40px;
}
.date-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: white;
    position: relative;
}
.date-circle::before {
    content: "";
    display: block;
    position: absolute;
    width: 137px;
    height: 137px;
    background: linear-gradient(to right, #B80917 20%, #4055B5 40%, #4055B5 60%, #639F39 80%);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.date-circle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 114px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 40px;
    line-height: 1em;
    font-weight: bold;
    color: #002063;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}
.date-circle span .text-middle {
    font-size: 36px;
    font-style: normal;
}
.date-circle span .text-small {
    margin-top: 10px;
    font-size: 20px;
    font-style: normal;
}
.section-title-name .-sp {
    display: none;
}
.section-title-name span {
    display: inline-block;
}

.page-header {
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}
.kv {
    width: 100%;
    position: relative;
}
.kv img {
    width: 100%;
}
.kv-copywrite {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 16px;
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: auto;
}
.kv-copywrite small {
    font-size: 15px;
    color: white;
}

.page-meta {
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding: 50px 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}
.page-meta-content {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.page-meta-title {
    font-size: 65px;
    line-height: 80px;
    color: white;
}
.page-meta-title .-sp {
    display: none;
}
.page-meta-date {
    margin-right: 30px;
}
.page-catch {
    margin-bottom: 100px;
}
.page-catch-title {
    font-size: 35px;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
}
.event-close {
    text-align: left;
    color: #fa0009;
    margin-bottom: 2px;
}
.page-catch-lead {
    font-size: 25px;
    line-height: 2em;
    text-align: center;
    margin-top: 10px;
}
.page-catch-lead br.-sp {
    display: none;
}

@media screen and (max-width: 1560px) {
    .page-meta-title .-sp {
        display: inline-block;
    }
    .btn-ticket {
        font-size: 11px;
    }
    .btn-ticket span {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .section-title-name {
        font-size: 30px;
    }
    .date-circle {
        width: 100px;
        height: 100px;
    }
    .date-circle::before {
        width: 91px;
        height: 91px;
    }
    .date-circle span {
        width: 76px;
        height: 76px;
        font-size: 29px;
    }
    .date-circle span .text-middle {
        font-size: 24px;
        font-style: normal;
    }
    .date-circle span .text-small {
        margin-top: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
    }
    .page-header {
        margin-bottom: 70px;
    }
    .page-meta {
        padding: 70px 0 20px;
    }
    .page-meta-title {
        font-size: 25px;
        line-height: 30px
    }
    .page-meta-date {
        margin: 0;
        position: absolute;
        top: 0;
        transform: translate(0, -50%);
    }
    .page-catch {
        margin-bottom: 70px;
    }
    .page-catch-title {
        font-size: 25px;
        line-height: 35px;
    }
    .page-catch-title br {
        display: inline;
    }
    .page-catch-lead {
        margin-top: 50px;
        font-size: 20px;
        line-height: 2em;
        letter-spacing: -.01em;
    }
    .page-catch-lead br.-sp {
        display: inline;
    }

}

.touchside {
    padding: 0 0 150px;
}
.touchside-title {
    margin-bottom: 100px;
}
.touchside-content {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.touchside-inner-wrap {
    display: flex;
    max-width: 1240px;
    flex-direction: row-reverse;
    margin: auto;
    position: relative;
}
.touchside-content-img,
.touchside-content-txt {
    flex: 1;
}
.touchside-content-img .appendix {
    font-size: 13px;
}
.touchside-content-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 40px;
}
.touchside-content-body-text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.666;
}
.touchside-content-body-detail {
    position: relative;
}
.touchside-content-body-info-list{
    font-size: 18px;
    line-height: 1;
}
.touchside-content-body-info-item{
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-top: 10px;
}
.touchside-content-body-info-item-category {
    text-align: center;
    width: 100px;
    height: 30px;
    padding: 4px 0;
    background-color: #333333;
    color: #fff;
    border-radius: 100px;
    margin-right: 12px;
}
.touchside-event-table-content {
    max-width: 1200px;
    margin: 50px auto 0;
    overflow: scroll;
}
.touchside-event-table-content table {
    width: 1200px;
    font-size: 18px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
.touchside-event-table-content table tbody:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, .04);
}
.touchside-event-table-content table thead th:nth-child(1) {
    width: 250px;
    background: #B80917;
    color: #fff;
    border-right: 1px solid #fff;
}
.touchside-event-table-content table thead th:nth-child(2) {
    width: 475px;
    background: linear-gradient(to right, #B80917 5%, #4055B5 40%);
    color: #fff;
    border-right: 1px solid #fff;
}
.touchside-event-table-content table thead th:nth-child(3) {
    width: 475px;
    background: linear-gradient(to right, #4055B5 5%, #639F39 40%);
    color: #fff;
}
.touchside-event-table-content th,
.touchside-event-table-content td {
    padding: 16px 0;
    border: 1px solid #333;
    line-height: 1;
}

.touchside-event-table-content td h6 {
    margin-top: 10px;
}

.artside {
    padding: 0 0 170px;
}
.artside-title {
    margin-bottom: 100px;
}
.artside-content {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

@media  screen and (max-width:949px) {
    .touchside,
    .artside {
        padding: 0 0 70px;
    }
    .touchside-title,
    .artside-title {
        margin-bottom: 50px;
    }
    .touchside-content,
    .artside-content {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
    .section-title-name .-sp {
        display: inline-block;
    }
    .section-title-name span {
        display: none;
    }
    .touchside-inner-wrap {
        display: block;
        max-width: none;
        width: 100%;
        flex-direction: row;
        margin: 0;
    }
    .touchside-content-img {
        width: 100%;
    }
    .touchside-content-txt {
        width: calc(100% - 40px);
        margin: auto;
    }
    .touchside-event-table-content {
        width: calc(100% - 40px);
        margin: 30px auto 0;
    }
    .touchside-content-img .img {
        width: 100%;
    }
    .touchside-content-body{
        margin: 30px 0 0;
    }
    .touchside-content-body-text {
        font-size: 18px;
        text-align: justify;
        font-feature-settings: "palt";
    }
    .touchside-content-body-info-list{
        margin: 30px 0 0;
    }
}


.attention {
    padding: 140px 0;
    margin-bottom: 140px;
    background-color: rgba(0, 0, 0, .04);
}
.attention-title {
    margin-bottom: 100px;
}
.attention-title .section-title-inner {
    background-color: #F7F7F7;
}
.attention-content {
    max-width: 960px;
    width: calc(100% - 40px);
    margin: auto;
}

.attention-item {
    display: flex;
    margin-bottom: 30px;
}
.attention-item:last-child {
    margin: 0;
}
.attention-item-text {
    font-size: 15px;
    line-height: 1.666;
    letter-spacing: 0.06em;
}
.attention .intro-list {
    text-align: left;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0 0;
}

.attention .intro-item .btn ,
.ticket-application .intro-item .btn {
    display: block;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 21px 30px;
    cursor: pointer;
    background-color: #0082bd;
    border-radius: 15px 15px 0 0;
    position: relative;
    transition: .2s all;
    text-align: left;
    border: solid 1px #0082bd;
}

.attention .intro-item .btn .icon-arrow,
.ticket-application .intro-item .btn .icon-arrow {  
    width: 20px;
    position: absolute;
    top: 53%;
    right: 50px;
    transform: translateY(-60%);
    fill: #fff;
    transition: .2s ease;
}

.attention .intro-item.active .btn .icon-arrow,
.ticket-application .intro-item.active .btn .icon-arrow {
    fill: #fff;
    transform: translateY(-60%) rotate(180deg);
}

.attention .intro-item .text-content,
.ticket-application .intro-item .text-content {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    border: solid 1px #0082bd;
    padding: 0 0;
    transition: border .3s ease,
                padding .3s ease;
}

.attention .intro-item .text-content .detail,
.ticket-application .intro-item .text-content .detail {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 0;
    margin: 0 50px;
    opacity: 0;
    visibility: hidden;
    transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}

.attention .intro-item.active .text-content,
.ticket-application .intro-item.active .text-content {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    padding: 44px 0;
    border: solid 1px #0082bd;
    transition: border .3s ease,
                padding .3s ease;
}

.attention .intro-item.active .text-content .detail,
.ticket-application .intro-item.active .text-content .detail {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.666;
    margin: 0 50px;
    opacity: 1;
    visibility: visible;
    transition:
    line-height .3s ease-out,
    opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}

@media screen and (max-width: 767px) {
    .attention {
        padding: 70px 0;
        margin-bottom: 70px;
    }
    .attention-title {
        margin-bottom: 50px;
    }
    .attention-item {
        flex-direction: column;
    }
    .attention-item-text {
        text-align: justify;
        font-feature-settings: "palt";
    }
    .attention-item-name {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
    }
    .attention-item-description {
        font-size: 15px;
    }
    .attention .intro-item .btn,
    .ticket-application .intro-item .btn {
        font-size: 17px;
    }
    .attention .intro-item.active .text-content,
    .ticket-application .intro-item.active .text-content {
        padding: 20px 0;
    }
    .attention .intro-item .text-content .detail,
    .ticket-application .intro-item .text-content .detail {
        font-size: 15px;
        margin: 0 20px;
    }
    .attention .intro-item.active .text-content .detail,
    .ticket-application .intro-item.active .text-content .detail {
        font-size: 15px;
        margin: 0 20px;
    }
}
