/* ------------------------------
            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: program 0;
}
.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: 43.75px;
    line-height: 1em;
    font-weight: bold;
    color: #002063;
    font-family: 'Roboto', sans-serif;
}

.btn {
    background: #0082BD;
    color: white;
    display: inline-block;
    border-radius: 30px;
    line-height: 1em;
    padding: 18px 90px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.btn.-disabld {
    background-color: #999999;
}
.btn .-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .btn {
        font-size: 24px;
        line-height: 34px;
        padding: 18px 0;
        width: 100%;
        border-radius: 60px;
    }
    .btn .-sp {
        display: inline;
    }
}

.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: 70px;
    line-height: 80px;
    color: white;
}
.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;
}
.page-catch-title br {
    /* display: none; */
}
.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: 767px) {
    .page-catch {
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-bottom: 100px;
    }
    .page-catch-title {
        text-align: left;
    }
    .page-catch-lead {
        text-align: left;
    }
    .date-circle {
        width: 100px;
        height: 100px;
    }
    .date-circle::before {
        width: 91px;
        height: 91px;
    }
    .date-circle span {
        width: 76px;
        height: 76px;
        font-size: 30px;
    }

    .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;
    }
}

.outline {
    padding: 0 0 150px;
}
.outline-title {
    margin-bottom: 20px;
}
.outline-event-close {
    text-align: center;
    color: #fa0009;
}
.outline-content {
    max-width: 954px;
    width: calc(100% - 40px);
    margin: 100px auto 0;
}
.outline-item {
    display: flex;
    margin-bottom: 15px;
}
.outline-item:last-child {
    margin-bottom: 0;
}
.outline-item-title {
    width: 100px;
    margin-right: 10px;
    background: #333333;
    border-radius: 15px;
    height: 30px;
    padding: 0 27px;
    text-align: center;
    color: white;
    font-size: 18px;
    text-align-last: justify;
}
.outline-item-title.-long {
    padding: 0 5px;
    letter-spacing: -.1em;
}
.outline-item-description {
    flex: 1;
}
.outline-item-description .-sp {
    display: none;
}
.outline-item-description .-pc {
    display: inline;
}
.outline-item-description.-sp-left {
    text-align: justify;
}

.outline-footer {
    margin-top: 50px;
    text-align: center;
}
.outline-footer .btn {
    max-width: 323px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.live-item.-pdf-event {
    padding-top: 100px;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .-pdf-event {
        padding-top: 50px;
    }
    .outline {
        padding: 0 0 70px;
    }
    .outline-item {
        flex-direction: column;
        align-items: left;
    }
    .outline-item-description {
        text-align: left;
    }
    .outline-item-description .-sp {
        display: inline;
    }
    .outline-item-description .-pc {
        display: none;
    }
    .outline-item-title {
        margin-right: 0;
    }
}

.program {
    padding: 0 0 170px;
}
.program-title {
    margin-bottom: 100px;
}
.program-tabs {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
.program-tab {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0;
    background-color: rgba(21, 92, 165, .35);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
}
.program-tab.-active {
    background-color: rgba(21, 92, 165, .2);
}
.program-content {
    background-color: rgba(21, 92, 165, .2);
    padding: 80px 0;
}
.program-content-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding: 50px;
    border-radius: 15px;
}
.program-item-txt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}
.program-item-txt span {
    font-size: 21px;
    font-weight: normal;
}
.program-item {
    display: none;
}
.program-item.-view {
    display: block;
}
.program-item-cont {
    margin-top: 30px;
}
.program-item-data {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 0;
    position: relative;
}
.program-item-data::before {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #00a20a 20%, #0e53be 40%, #0e53be 60%, #fa0009 80%);
    position: absolute;
    top: 0;
    left: 0;
}
.program-item-data::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #00a20a 20%, #0e53be 40%, #0e53be 60%, #fa0009 80%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.program-item-data:nth-child(odd) {
    background-color: rgba(21, 92, 165, .05);
}
.program-item-data p {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}
.program-item-data p:first-child {
    width: 150px;
}
.program-item-data p:nth-child(2) {
    width: 400px;
    border-left: 1px solid #333333;
}
.program-item-data p span {
    font-size: 21px;
}
.program-item-data .-txt {
    font-size: 18px;
    flex: 1;
    text-align: left;
    font-weight: normal;
    padding: 0 35px;
    border-left: 1px solid #333333;
}

@media screen and (max-width: 767px) {
    .program-item-txt {
        font-size: 18px;
        line-height: 1.4em;
    }
    .program-item-txt span {
        font-size: 16px;
        font-weight: normal;
    }
    .program-tabs {
        padding: 0 25px;
    }
    .program-tab {
        font-size: 18px;
    }
    .program-content {
        padding: 30px;
    }
    .program-content-inner {
        padding: 20px;
    }
    .program-item-data {
        flex-direction: column;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .program-item-data p {
        text-align: left;
        width: 100% !important;
        padding: 10px 0;
        font-size: 25px;
    }
    .program-item-data p:nth-child(2) {
        border: 0;
        border-top: 1px #333333 solid;
    }
    .program-item-data p {
        font-size: 22px;
    }
    .program-item-data p span {
        font-size: 16px;
    }
    .program-item-data .-txt {
        border: 0;
        border-top: 1px #333333 solid;
        padding: 20px 0;
    }
    .program-item-data .-time br {
        display: none;
    }
}


.program-paraplayer {
    margin: 100px 0;
}

.program-player-tabs {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
.program-player-tab {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    background-color: rgba(175, 255, 150, .3);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    white-space: nowrap;
}
.program-player-tab .sp-br {
    display: none;
}

.program-player-tab span {
    font-size: 18px;
}
.program-player-tab:first-child {
    background-color: rgba(225, 120, 90, .2);
}
.program-player-tab:nth-child(2) {
    background-color: rgba(150, 210, 255, .3);
}
.program-player-tab:nth-child(3) {
    background-color: rgba(255, 190, 0, .2);
}
.program-player-content-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding: 50px;
    border-radius: 15px;
}
.program-player-item-txt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.program-player-item {
    display: none;
    padding: 80px 0 150px;
}
.program-player-item:first-child.-view{
    display: block;
    background-color: rgba(225, 120, 90, .2);
}
.program-player-item:nth-child(2).-view{
    display: block;
    background-color: rgba(150, 210, 255, .3);
}
.program-player-item:nth-child(3).-view{
    display: block;
    background-color: rgba(255, 190, 0, .2);
}
.program-player-item:last-child.-view {
    display: block;
    background-color: rgba(175, 255, 150, .3);
}
.program-player-item-cont {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.program-player-item-data {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    width: 22%;
    margin: 0 4% 4% 0;
    cursor: pointer;
}
.program-player-item-data:nth-child(4n) {
    margin: 0 0 4% 0;
}
.program-player-item-data:last-child {
    margin-right: 0;
}
.program-player-item-commingsoon {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.japan-man-item-2 {
    padding: 80px;
}
@media screen and (max-width: 1239px) {
    .program-player-item-data {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin: 0 5% 5% 0;
        width: 30%;
    }
    .program-player-item-data:nth-child(4n) {
        margin: 0 5% 5% 0;
    }
    .program-player-item-data:nth-child(3n) {
        margin: 0 0 5% 0;
    }
}

@media screen and (max-width: 929px) {
    .program-player-item-data {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin: 0 4% 4% 0;
        width: 48%;
    }
    .program-player-item-data:nth-child(4n) {
        margin: 0 4% 4% 0;
    }
    .program-player-item-data:nth-child(3n) {
        margin: 0 4% 4% 0;
    }
    .program-player-item-data:nth-child(2n) {
        margin: 0 0 4% 0;
    }
}

@media screen and (max-width: 767px) {
    .program-player-item-txt {
        font-size: 18px;
    }
    .program-player-tabs {
        padding: 0 25px;
    }
    .program-player-tab {
        font-size: 14px;
    }
    .program-player-tab span {
        font-size: 14px;
    }
    .program-player-tab .sp-br {
        display: inline;
    }
    .program-player-content {
        padding: 30px;
    }
    .program-player-content-inner {
        padding: 20px;
    }
    .program-player-item-data {
        width: 48%;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        width: 48%;
    }
    .program-player-item-data:nth-child(4n) {
        margin: 0 4% 4% 0;
    }
    .program-player-item-data:nth-child(3n) {
        margin: 0 4% 4% 0;
    }
    .program-player-item-data:nth-child(2n) {
        margin: 0 0 4% 0;
    }
    .program-player-item-data p {
        text-align: left;
        width: 100% !important;
        padding: 10px 0;
        font-size: 25px;
    }
    .program-player-item-data p:nth-child(2) {
        border: 0;
        border-top: 1px #333333 solid;
    }
    .program-player-item-data .-txt {
        border: 0;
        border-top: 1px #333333 solid;
        padding: 20px 0;
    }
}


.guest {
    padding: 0 0 100px;
}
.guest-title {
    margin-bottom: 100px;
}
.guest-list {
    max-width: 960px;
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.guest-ambassador {
    background-color: rgba(69, 131, 186, .2);
    padding: 100px 0;
    margin: 0 0 50px;
}
.guest-ambassador-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.guest-item {
    width: 460px;
    margin: 0 0 50px;
}
.guest-ambassador .guest-item {
    width: 100%;
}
.guest-ambassador .guest-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.guest-ambassador .guest-img-cont {
    margin-right: 35px;
}
.guest-ambassador .guest-img-cont:last-child {
    margin-right: 0;
}
.guest-ambassador .guest-img .ambassador-img-cont {
    margin-bottom: 15px;
    display: block;
}
.guest-item:last-child {
    margin: 0;
}
.guest-img {
    margin-bottom: 15px;
    position: relative;
}
.guest-name {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.guest-post {
    font-size: 20px;
    text-align: center;
}

.guest-profile {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
.guest-profile em {
    font-style: normal;
    font-weight: normal;
    margin-bottom: 5px;
    display: inline-block;
}
.guest-appendix {
    text-align: center;
}
.guest-item .date-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: white;
    position: relative;
}
.guest-item .date-circle::before {
    content: "";
    display: block;
    position: absolute;
    width: 108px;
    height: 108px;
    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;
}
.guest-item .date-circle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 19px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.15;
    text-align: center;
    color: #002063;
    font-family: 'Roboto', sans-serif;
}
.circle-tag {
    position: absolute;
    top: -20px;
    left: -20px;
    border-radius: 100px;
}
  
/* boxの影 (filterプロパティ未対応のブラウザ) */
.circle-tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: 1px 1px 1px 1px #333333;
}
  
/* boxの影 (filterプロパティ対応済のブラウザ) */
@supports (-webkit-filter: blur(1px)) {
    .circle-tag::before {
        background-image: linear-gradient(to right, #B80917 20%, #4055B5 40%, #4055B5 60%, #639F39 80%);
        -webkit-filter: blur(1px);
        filter: blur(1px);
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    .guest {
        padding: 0 0 70px;
    }
    .guest-list {
        flex-direction: column;
    }
    .guest-item {
        width: 100%;
        margin-bottom: 50px;
    }
    .guest-item:nth-child(2),
    .guest-item:nth-child(3) {
        margin-bottom: 90px;
    }
    .guest-item:nth-child(4) {
        width: 100%;
        margin-bottom: 50px;
    }
    .guest-item:nth-child(5) {
        width: 100%;
        margin-bottom: 50px;
    }
    .guest-item:last-child {
        margin: 0;
    }
    .guest-ambassador {
        padding-top: 40px;
    }
    .guest-ambassador-title {
        font-size: 25px;
    }
    .guest-ambassador .guest-img {
        display: block;
        height: 100%;
    }
    .guest-ambassador .guest-img .ambassador-img-cont {
        width: 100%;
    }
    .guest-ambassador .guest-img .ambassador-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .guest-img {
        margin-bottom: 15px;
        text-align: center;
    }

    .guest-ambassador .guest-img-cont {
        margin: 0 0 15px;
    }
    .guest-ambassador .guest-img .ambassador-img-cont {
        margin: 0;
    }
    .guest-ambassador .guest-img .ambassador-img {
        margin: 0;
    }
    .guest-item .date-circle {
        width: 96px;
        height: 96px;
    }
    .guest-item .date-circle::before {
        width: 88px;
        height: 88px;
    }
    .guest-item .date-circle span {
        font-size: 15px;
        width: 73.6px;
        height: 73.6px;
    }
    .circle-tag {
        position: absolute;
        top: -48px;
        left: 0;
        border-radius: 100px;
    }
}


.ticket {
    padding: 0 0 150px;
}
.ticket-title {
    margin-bottom: 100px;
}
.ticket-content {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: auto;
}
.ticket-legend {
    font-size: 18px;
    font-weight: bold;
    max-width: 954px;
    width: calc(100% - 40px);
    margin: auto;
    margin-bottom: 30px;
}
.ticket-list {
    max-width: 954px;
    width: calc(100% - 40px);
    margin: auto;
    margin-bottom: 50px;
}
.ticket-item {
    display: flex;
    margin-bottom: 30px;
}
.ticket-item-name {
    width: 135px;
    margin-right: 30px;
    text-align-last: justify;
    font-size: 18px;
    line-height: 25px;
}
.ticket-item-name::before {
    content: "■";
    display: inline;
    color: #0082BD;
}
.ticket-item-description {
    display: inline-block;
    flex: 1;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}
.ticket-item.-recipt {
    max-width: 800px;
    display: flex;
    justify-content: center;
    margin: 20px auto 20px;
}
.ticket-item.-recipt .ticket-item-name::before {
    display: none;
}
.ticket-item.-recipt .ticket-item-name {
    text-align-last: center;
    font-weight: bold;
}

.ticket-application {
    border-top: 1px solid #999999;
}
.ticket-application::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #333333 transparent transparent transparent;
    margin: 0 auto 10px;
}
.ticket-application-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.ticket-application-btns {
    width: 100%;
    margin: 45px auto 0;
    text-align: center;
}
.ticket-application-btns .intro-list {
    max-width: 600px;
    margin: 60px auto 0;
    text-align: left;
}
.ticket-application-btn-item {
    display: inline-block;
}
.btn-eplus {
    border: 1px solid #999999;
    border-radius: 65px;
    width: 500px;
    height: 130px;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 22px 0;
    background-color: #fff;
}
.btn-eplus img {
    display: block;
    width: 275px;
    height: 50px;
    margin: auto;
}
.btn-eplus-text {
    font-size: 18px;
    text-align: center;
    margin-top: 6px;
}
.btn-tel {
    border: 1px solid #999999;
    border-radius: 65px;
    width: 500px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-tel-name {
    font-size: 30px;
    font-weight: bold;
    color: #0082BD;
    line-height: 1em;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.btn-tel-name img {
    margin-right: 20px;
}
.btn-tel-name em {
    font-style: normal;
    font-size: 16px;
    margin-top: 14px;
    margin-left: 6px;
}
.btn-tel-text {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.btn-tel-appendix {
    font-size: 14px;
    padding: 10px 30px;
}
.ticket-item-description .-sp {
    display: none;
}
.btn-tel .-sp {
    display: none;
}
.ticket-item.-recipt .ticket-item-description span {
    display: inline-block;
    margin-bottom: 8px;
}
.ticket-item.-recipt .ticket-item-description span:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:1039px) {
    .ticket-application-btns {
        max-width: 1040px;
        width: 100%;
        margin: 45px auto 0;
        display: inline-block;
        text-align: center;
    }
    .btn-eplus {
        margin-bottom: 30px;
        display: block;
    }
    .btn-eplus-text {
        font-size: 18px;
        text-align: center;
        margin-top: 6px;
    }
}


@media screen and (max-width: 767px) {
    .ticket {
        padding: 0 0 70px;
    }
    .ticket-legend {
        text-align: center;
    }
    .ticket-item {
        flex-direction: column;
        align-items: center;
    }
    .ticket-item-name {
        margin: 0;
        text-align: center;
    }
    .ticket-item-description {
        text-align: center;
    }
    .ticket-item-description .-sp {
        display: inline;
    }
    .ticket-item.-recipt .ticket-item-name {
        margin-bottom: 1.5em;
    }
    .ticket-item.-recipt .ticket-item-description span {
        display: inline-block;
        margin-bottom: 1.5em;
    }
    .ticket-application-btn-item {
        display: block;
    }
    .ticket-application-btns {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .btn-eplus {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .btn-eplus img {
        width: 184px;
        height: 33.5px;
    }
    .btn-eplus-text {
        font-size: 18px;
        text-align: center;
        margin-top: 6px;
    }
    .btn-tel {
        width: 100%;
        height: 160px;
        border-radius: 20px;
    }
    .btn-tel .-sp {
        display: inline;
    }
    .btn-tel-name {
        font-size: 30px;
        font-weight: bold;
        color: #0082BD;
        line-height: 1em;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 7px;
    }
    .btn-tel-name em {
        display: block;
        font-style: normal;
        font-size: 16px;
        margin-top: 0;
        margin-left: 0;
    }

}

.live {
    padding: 0 0 150px
}
.live-title {
    margin-bottom: 100px;
}
.live-content {
    max-width: 1030px;
    width: calc(100% - 40px);
    margin: auto;
}
.live-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
}
.live-item:first-child {
    margin-bottom: 80px;
}
.live-item:nth-child(3) {
    display: block;
    text-align: center;
}
.live-item:last-child {
    margin: 0;
}
.live-item-img {
    width: 130px;
    height: 130px;
    margin-right: 30px;
    background-color: #113364;
    border-radius: 9.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-item-content {
    flex: 1;
}
.live-item-name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.live-item-description {

}
.live-item-text {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.live-item-outline-btn {
    margin-top: 30px;
}

.live-item-outline-btn .btn {
    background-color: #0082BD;
}

.live-item-outline-btn.-live-viewing {
    text-align: center;
    margin: 30px 0 30px;
}

.live-item-outline-btn .btn.-first-movie {
    margin-right: 20px;
}

.live-item-outline-btn.-live-viewing .btn {
    margin: 0 0 10px;
}

.live-item-archive-txt {
    margin-top: 30px;
}


@media screen and (max-width: 767px) {
    .live {
        padding: 0 0 70px;
    }
    .live-item {
        flex-direction: column;
        align-items: center;
    }
    .live-item-img {
        width: 100px;
        height: 100px;
        margin: 0 0 30px;
    }
    .live-item-name {
        text-align: center;
        margin-bottom: 27px;
    }
    .live-item-name br {
        display: inline;
    }
    .live-item-text {
        letter-spacing: -.04em;
    }
    .live-item-outline-btn .btn.-first-movie {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* 健康管理チェックシート */
.healthcare-item {
    padding: 100px 0 0;
}

.healthcare-item-name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.healthcare-item-text {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.healthcare-item-outline {
    margin-top: 50px;
}

.healthcare-item-outline-item {
    display: flex;
    margin-bottom: 30px;
}

.healthcare-item-outline-item:last-child {
    margin-bottom: 0;
}

.healthcare-item-outline-item.-pdf-download {
    justify-content: center;
}

.healthcare-item-outline-item.-pdf-download .healthcare-item-pdf-download {
    margin: 0;
}

.healthcare-item-outline-name {
    width: 93px;
    text-align: center;
    margin-right: 30px;
}

.healthcare-item-outline-btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.healthcare-item-name br {
    display: none;
}

.healthcare-item-outline-btn span {
    font-size: 14px;
    margin-top: 20px;
}

.healthcare-item-wrap {
    max-width: 600px;
    margin: auto;
}

.healthcare-item-poster {
    width: 100%;
    margin-bottom: 30px;
    border: solid 1px #333333;
}

.healthcare-item-pdf-name {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.healthcare-item-poster:last-child {
    margin-bottom: 0;
}

.healthcare-item-pdf-download {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    margin-top: 40px;
}


@media screen and (max-width: 767px) {

    
    
}


.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-name {
    width: 130px;
    margin-right: 23px;
    font-size: 15px;
}
.attention-item-description {
    flex: 1;
    font-size: 15px;
    text-align: justify;
}

.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-item {
        flex-direction: column;
    }
    .attention-item-name {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
    }
    .attention-item-description {
        font-size: 12px;
    }
    .attention .intro-item .btn,
    .ticket-application .intro-item .btn {
        font-size: 12px;
    }
    .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: 12px;
        margin: 0 20px;
    }
    .attention .intro-item.active .text-content .detail,
    .ticket-application .intro-item.active .text-content .detail {
        font-size: 12px;
        margin: 0 20px;
    }

    .ticket-application .intro-list {
        text-align: left;
        max-width: 954px;
        width: 100%;
        margin: auto;
        padding: 0 0;
    }
}


.access {
    margin-bottom: 150px;
}
.access-title {
    margin-bottom: 100px;
}
.access-content {

}
.access-map iframe {
    width: 100%;
    height: 400px;
    vertical-align: top;
}
.access-info {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.access-info-item {
    width: 370px;
}
.access-info-item em {
    font-style: normal;
    font-weight: bold;
}
.access-info-item .-headdown {
    margin-top: 1.7em;
}

@media screen and (max-width: 767px) {
    .access {
        margin-bottom: 70px;
    }
    .access-map iframe {
        height: auto;
        aspect-ratio: 1/1;
    }
    .access-info {
        margin-top: 30px;
    }
    .access-info {
        flex-direction: column;
    }
    .access-info-item {
        width: 100%;
    }
    .access-info-item:first-child {
        margin-bottom: 30px;
    }
    .access-info-item p {
        text-align: justify;
        width: 100%;
        letter-spacing: -.02em;
    }
    .access-info-item .-headdown {
        margin-top: 0;
    }
    .section-title {
        margin-bottom: 50px;
    }
}

.program-table-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.program-table-content {
    max-width: 960px;
    margin: 20px auto 0;
    overflow: scroll;
    position: relative;
}
.program-table-content table {
    width: 100%;
    font-size: 18px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
}
.program-table-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53px;
    background: linear-gradient(15deg, #639F39 0, #4055B5 50%,#B80917 80%, #B80917 100%);
}
.program-table-content table tbody:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, .04);
}
.program-table-content table thead th:nth-child(1) {
    width: 100px;
    color: #fff;
    border-right: 1px solid #fff;
}
.program-table-content table thead th:nth-child(2) {
    width: 430px;
    color: #fff;
    border-right: 1px solid #fff;
}
.program-table-content table thead th:nth-child(3) {
    width: 430px;
    color: #fff;
}
.program-table-content th {
    padding: 16px 0;
    border: 1px solid #333;
    line-height: 1;
}
.program-table-content td {
    padding: 16px 0;
    border: 1px solid #333;
    line-height: 1;
    background: white;
}
@media screen and (max-width: 767px) {
    .program-table-title {
        margin-top: 40px;
        font-size: 22px;
    }
    .program-table-content {
        padding: 0 20px;
    }
    .program-table-content::before {
        width: calc(100% - 40px);
        left: 20px;
    }
    .program-table-content td {
        font-size: 16px;
    }
    .program-table-content th {
        font-size: 16px;
    }
}

.exhibition-table-content {
    max-width: 960px;
    margin: 60px auto 0;
    overflow: scroll;
    position: relative;
}
.exhibition-table-content table {
    width: 100%;
    font-size: 18px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
}
.exhibition-table-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53px;
    background: linear-gradient(15deg, #639F39 0, #4055B5 50%,#B80917 80%, #B80917 100%);
}
.exhibition-table-content table tbody:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, .04);
}
.exhibition-table-content table thead th {
    color: #fff;
}
.exhibition-table-content th {
    padding: 16px;
    border: 1px solid #333;
    line-height: 1;
}
.exhibition-table-content td {
    padding: 16px;
    border: 1px solid #333;
    line-height: 1;
    background: white;
}
.exhibition-table-content .sp-br {
    display: none;
}
@media screen and (max-width: 767px) {
    .exhibition-table-content {
        display: inline;
    }
    .exhibition-table-title {
        margin-top: 40px;
        font-size: 22px;
    }
    .exhibition-table-content {
        padding: 0 20px;
    }
    .exhibition-table-content::before {
        width: calc(100% - 40px);
        left: 20px;
    }
    .exhibition-table-content td {
        font-size: 16px;
    }
    .exhibition-table-content th {
        font-size: 16px;
    }
}


.pmodal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: .25s opacity;
}
.pmodal.-open {
    opacity: 1;
    pointer-events: all;
}
.pmodal-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(21, 92, 165, 0.5);
    cursor: pointer;
}
.pmodal-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50px;
    right: 50px;
    fill: #fff;
    cursor: pointer;
    transition: .2s all;
    z-index: 11;
}
.pmodal-close svg {
    width: 100%;
    height: 100%;
}
.pmodal-cont {
    max-width: 860px;
    width: calc(100% - 40px);
    height: 480px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 45px;
}
.pmodal-inner {
    display: flex;
}
.pmodal-head {
    width: 270px;
    margin-right: 30px;
}
.pmodal-head img {
    width: 100%;
}
.pmodal-body {
    position: inherit;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-bottom: 25px;
}
.pmodal-body::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #B80917 20%, #4055B5 40%, #639F39 60%);
    position: absolute;
    bottom: 0;
}

.pmodal-category {
    padding: 25px 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 1em;
    position: relative;
    margin-bottom: 25px;
}
.pmodal-category::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #B80917 20%, #4055B5 40%, #639F39 60%);
    position: absolute;
    top: 0;
}
.pmodal-category::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #B80917 20%, #4055B5 40%, #639F39 60%);
}
.pmodal-number {
    font-size: 25px;
    line-height: 1em;
    margin-bottom: 5px;
}
.pmodal-name {
    font-size: 25px;
    line-height: 1em;
}
.pmodal-table {
    margin-top: 25px;
}
.pmodal-table-item {
    display: flex;
}
.pmodal-table-head {
    font-size: 16px;
    border: 1px solid black;
    border-top: 0;
    border-right: 0;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    width: 120px;
    line-height: 1em;
}
.pmodal-table-body {
    font-size: 16px;
    border: 1px solid black;
    border-top: 0;
    flex: 1;
    padding: 10px;
    line-height: 1em;
}
.pmodal-table-item:first-child .pmodal-table-head {
    border-top: 1px solid black;
}
.pmodal-table-item:first-child .pmodal-table-body {
    border-top: 1px solid black;
}
@media screen and (max-width: 767px) {
    .pmodal-cont {
        overflow: scroll;
        top: 140px;
        height: auto;
        margin-bottom: 25px;
    }
    .pmodal-close {
        top: 30px;
        right: 20px;
    }
    .pmodal-inner {
        display: block;
    }
    .pmodal-head {
        width: 100%;
        margin-bottom: 25px;
    }
}

