.music_show h1{
    text-align: center;
    padding-top: 10px;
}
.music_show h1 img{
    width: 300px;
    margin-top: 20px;
}

.music_show{
    background-color: rgba(183, 158, 173, 0.2);
}

.music_show .container .area-archive-live{
    background: rgba(255, 255, 255, 0.75);
}

.music_show .block-show a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    width: 100px;
}

.music_show .container .area-archive-live{
    background: rgba(248, 208, 232, 0.7);
    width: 100%;
    padding-bottom: 80px;
    padding: 0px 70px 70px;
}

.music_show .block-show{
    width: auto;
    padding: 0 50px;
}
.music_show .block-show article{
    width: 100%;
}

.music_show h1{
    text-align: center;
    padding-top: 10px;
}
.music_show h1 img{
    width: 300px;
    margin-top: 20px;
}

.music_show .area-artisttitle{
    text-align: center;
    color: rgba(62, 79, 117, 0.5);
    font-family: 'Libre Baskerville', serif;
    padding-top: 30px;
    font-size: 2rem;
}

.music_show main .area-archive-live .show_flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.music_show main .area-archive-live .block-show .show_flex:first-child {
    margin-top: 0;
}

.block-show .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.music_show main .area-archive-live .block-show .live-meta {
    position: relative;
    flex-basis: 290px;
    align-self: stretch;
}



.hidden-sp {
    display: block;
}

.music_show main .area-archive-live .block-show .live-meta .inr {
    position: relative;
    top: calc(50% - 10px);
    transform: translateY(-50%);
}
 
.music_show main .area-archive-live .block-show .meta {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.music_show main .area-archive-live .block-show .live-meta .live-date {
    color: #222;
    font-size: 3.0rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
}

.music_show main .area-archive-live .block-show .live-meta .live-place {
    margin-top: 10px;
    color: #333334;
    font-size: 1.6rem;
    font-weight: 700;
}

.music_show main .area-archive-live .block-show .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-basis: 710px;
    background: #fff;
    padding-top: 0;
}

.music_show main .area-archive-live .block-show .eyecat {
    display: block;
    flex-basis: 310px;
    position: relative;
}

.music_show main figure {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

.music_show main .area-archive-live .block-show .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.music_show main .area-archive-live .block-show .eyecat::after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.0;
    background: linear-gradient(135deg, rgba(200, 240, 250, 0.8), rgba(225, 255, 255, 0.8), rgba(51, 119, 238, 0.8));
    background-size: 200% 200%;
    background-position: 0% 50%;
    animation: Gradient 4s linear infinite;
    transition: 0.6s opacity;
}

.music_show main .area-archive-live .block-show .post-body {
    flex-basis: 400px;
    align-self: stretch;
    padding: 30px 25px;
    box-sizing: border-box;
    transition: background 0.4s;
}

.music_show main .area-archive-live .block-show .post-title {
    margin-top: 10px;
    color: #333334;
    font-size: 1.6rem;
    line-height: 1.35;
}

.music_show main .area-archive-live .block-show .read {
    margin-top: 5px;
    color: #222;
    font-size: 1.3rem;
    line-height: 1.53;
}
.container .container-inr{
    max-width: 1100px;
    border-top: 0px solid #333334;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:768px){
    article {
        width: 100%;
    }
    .music_show main .area-archive-live .block-show .post{
        display: flex;
        flex-direction: column;
    }
    .music_show main .area-archive-live{
        margin-left: auto;
        margin-right: auto;
    }
    .music_show main .area-archive-live .inr{
        display: none;
    }
.music_show main .area-archive-live .block-show .live-meta {
    display: none;
}
.music_show .block-show{
    width: auto;
    padding: 0;
}
.music_show .container .area-archive-live {
    padding: 0px 20px 20px;
}

    
}/*===============max-width:768px================*/