#main {
    background: url(../img/bg-top-right.png) top right no-repeat, url(../img/bg-bottom-left.png) bottom left no-repeat, url(../img/bg-bottom-right.png) bottom right no-repeat, url(../img/background.jpg) center top repeat; 
    padding: 2rem 0 10rem;
    color: #000;
}
#main h3.event-title{
    width: 800px;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.mainLead{
    /* width: 700px; */
    margin-bottom: 4rem;
}
.lead {
    color: #000;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 2rem;
}
.event-details{
    margin: 4rem 0;

    background: rgb(224,183,136,0.24);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.event-details .inner{
    padding: 4rem;
}
.event-detail-table th,
.event-detail-table td{
    padding: 0.4rem 1rem 2rem;
}
.event-detail-table td.date{
    font-size: 2.3rem;
}
.event-detail-table td.date span{
    font-size: 1.6rem;
}
.event-detail-table th span{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(135deg, rgb(111 157 175) 0%, rgba(230, 136, 169, 0.1) 100%), linear-gradient(342deg, rgb(92 122 153) 0%, rgb(114 169 183) 100%);
    border-radius: 5rem;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    white-space: nowrap;
    padding: 0.8rem 1.6rem;
}
.time-table th,
.time-table td{
    padding: 0;
    text-align: left;
}
.time-table th span{
    justify-content: flex-start;
    background: transparent;
    height: inherit;
    width: inherit;
    text-align: left;
    color: #000;
}
.event-detail-table .notice{
    font-size: 90%;
}
.performer-profiles{
    background: rgb(157, 214, 237, 0.24);
    /* background: rgb(179 179 179 / 30%); */
    padding: 2rem 2rem 4rem;
    border-radius: 0.8rem;
    margin-bottom: 4rem;
}
#main .speaker-profile{
    margin-bottom: 5rem;
}
#main .speaker-profile.attend{
    margin-left: 26%;
    font-size: 90%;
    margin-bottom: 2rem;
}
#main .speaker-profile h3{
    border-bottom: 2px solid #7989a0;
    color: #000;
    font-size: 2.3rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#main .speaker-profile h3 span{
    font-size: 80%;
}
#main .speaker-profile .profile-body{
    display: flex;
    padding: 0 2.8rem;
}
#main .speaker-profile:nth-child(3n) .profile-body{
    display: flex;
    flex-flow: row-reverse;
}
.profile-body .portrait{
    width: 240px;
    margin-right: 2rem;
}
#main .speaker-profile.attend .portrait{
    width: 200px;
    margin-right: 0rem;
}
#main .speaker-profile:nth-child(3n) .profile-body .portrait{
    margin-left: 2rem;
}
.profile-body .introduction{
    flex: 1;
}
/* .movie-thumbnail {
    width: 720px;
    margin: 0 auto;
    margin-bottom: 5rem;
    background: rgb(197,184,94);
    background: linear-gradient(
297deg
, rgba(197,184,94,1) 0%, rgba(255,252,233,1) 15%, rgba(197,184,94,1) 34%, rgba(197,184,94,1) 60%, rgba(255,252,233,1) 80%, rgba(197,184,94,1) 100%);
    padding: 0.1rem;
    box-shadow: 0px 0px 0px 0px #fffce8, 0px 0px 3px 1px #dfd48d;
}
.movie-thumbnail > div{
    background: #000;
} */
.entry-button{
    margin: 4rem;
    text-align: center;
}
.entry-button a {
    background: rgb(60 107 127);
    background: linear-gradient(309deg, rgb(60 107 127) 0%, rgb(129 179 200) 100%);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index: 0;
    border-left: solid 5px #1e7c4d;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
}
.entry-button a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #1e7c4d;
    transition: .3s;
    left:0;
}
.entry-button a:hover {
    color: #FFF;
}
.entry-button a:hover:before {
    width: 100%;
    z-index: -1;
}
.entry-button.ended{
    pointer-events: none;
}
.entry-button.ended a {
    background: rgb(151, 151, 151);
    /* background: linear-gradient(309deg, rgba(232,86,138,1) 0%, rgba(160,163,209,1) 100%); */
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index:0;
    border-left: solid 5px #656565;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
}
#main .attention{
    border: 2px solid #e8568a;
    border-radius: 0.2rem;
    padding: 1rem;
    background: rgb(255,255,255,0.8);
}
#main .attention h3{
 font-size: 2.0rem;
 text-align: center;
 margin-bottom: 1rem;
 color: #ce346a;
}
#main{
    padding-bottom: 2rem;
}
.event-footer{
    text-align: center;
    padding: 2rem 0;
    font-size: 90%;
}
.event-footer .inner > div{
    margin-bottom: 2rem;
}
.organize{
    display: flex;
    justify-content: center;
}
.organize > p{
    margin: 0 2rem;
}
.supporter-logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.supporter-logos img{
    width: 160px;
}
.map_dl{
    display: inline-block;
    border-radius: 5rem;
    background: #62439f;
    padding: 0.1rem 2rem;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
.map_dl:hover{
    opacity: 0.6;
}
.nihonhaku_logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nihonhaku_logo span{
    font-size: 90%;
    letter-spacing: -0.1rem;
    margin-top: 0.6rem;
}
#main .speaker-profile h3 .role{
    background: #7589a2;
    font-size: 66%;
    color: #FFF;
    border-radius: 5rem;
    padding: 0.1rem 1rem;
    margin-right: 1rem;
}
/* Movie公開 */
.movies ul {
    display: flex;
    margin-bottom: 4rem;
}
.movies li {
    margin: 0 0.6rem;
}
.movie-thumbnail img {
    width: 100%;
}
.movie-thumbnail a{
    position: relative;
}
.movie-thumbnail p{
    font-weight: bold;
    font-size: 90%;
}
.movie-thumbnail a:before {
    content: "\f144";
    font-size: 5rem;
    color: #FFF;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 80%);
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.movie-thumbnail a:hover:before {
    text-shadow: 0px 0px 40px rgb(0 0 0 / 80%);
}
.movie-thumbnail a:hover img{
    opacity: 1;
}