@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');

.contents{
    max-width: 100%;
    width: 1200px;
    margin: 90px auto 80px;
    padding: 10px;
    box-sizing: border-box;
}
.contents-row{
    margin-top: 0 !important;
}
#main_visual{
    text-align: center;
    background-color: #000;
    padding-top: 100px;
}
h2.pagetitle{
    text-align: center;
    font-size: 2.6em;
    line-height: 1.2em;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 40px auto 60px;
}
h3.subtitle{
    font-size: 2em;
    line-height: 1.2em;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-break: break-all;
    padding-top: 30px;
    margin: auto auto 30px;
}
h3.subtitle::after {
    display: block;
    content: url(../../img/ttl-line.png);
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 
    transform: scale(0.5);
}
.catch{
    font-size: 1.6em;
    line-height: 1.7em;
    padding: 60px 0 80px;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-break: break-all;
}
.moviebox{
    cursor: pointer;
    width: 100%;
    transition: 0.4s;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    position: relative;
}
.moviebox img{
    width: 100%;
    height: auto;
}
.moviebox .play{
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.moviebox:hover{
    opacity:0.8;
}
.livedata{
    border: 4px solid #e8474d;
    background-color: #e8474d;
    display: inline-block;
    text-align: left;
    padding-bottom: 5px;
}
.livedata p{
    padding: 3px 20px;
}
.livedata .c-live-date{
    padding-top: 10px;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: bold;
}
.livedata .c-live-ttl{
    font-size: 1.1em;
    font-weight: bold;
}
.livedata .c-live-place{
    position: relative;
    padding-left: 45px;
}
.livedata .c-live-place::before {
    background: url(../../img/icon-pin.png) no-repeat center center / cover;
    content: '';
    display: block;
    height: 22px;
    left: 20px;
    position: absolute;
    top: 4px;
    width: 18px;
}
.inline_area{
    font-size: 0;
}
#member_area{
    margin-bottom: 100px;
}
.member_box,
.show_box{
    display: inline-block;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
    vertical-align: top;
}
.member_box h4{
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em 1.3em;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: 2;
    min-width: 230px;
}
.member_box h4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ed1c24;
    transform: skew(-20deg);
    z-index: -1;
}
.member_box h4:after {
    content: '';
    position: absolute;
    border-left: 20px double #fff;
    height: 100%;
    top: 0;
    right: 8px;
    transform: skew(-20deg);
}
.releases_box{
    display: inline-block;
    width: 33.3%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}
.releases_box h4{
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
}
.release_item{
    border: 4px solid #e8474d;
    border-radius: 10px;
    padding: 30px 30px 0;
    box-sizing: border-box;
}
.release_item .category{
    border: 1px solid #ed1c24;
    color: #ed1c24;
    padding: 0px 10px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 15px;
    font-size: 0.9em;
}
.release_item p.date,
.release_item p.price{
    font-weight: bold;
    font-size: 1.1em;
}
.release_item h3{
    font-size: 2em;
    line-height: 1.2em;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
    word-break: break-all;
    padding: 20px 0;
}
.release_item .release_detail{
    letter-spacing: 1.2px;
    font-weight: 500;
    margin-top: 30px;
}
.release_item .release_detail a{
    color: #ed1c24;
    text-decoration: underline;
}
table.history{
    border-collapse: collapse;
    border-top: 1px solid #000;
    width: 100%;
}
table.history tr{
    border-bottom: 1px solid #000;
}
table.history th,
table.history td{
    padding: 30px 20px;
    box-sizing: border-box;
}
table.history th.com_year {
    text-align: left;
    font-size: 26px;
    width: 15%;
    padding-left: 30px;
    font-weight: 300;
    font-style: italic;
    vertical-align: middle;
}
.show_box{
    font-size: 16px;
    color: #fff;
}
.show_box .livedata{
    display: block;
}
.show_box .thumb{
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    height: 400px;
    width: 100%;
}
.march_box{
    border: 1px solid #000;
    padding: 20px 30px;
    margin-top: 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
}

@media only screen and (max-width: 750px) {
    .contents{
        margin: 105px auto auto;
    }
    .catch{
        font-size: 1.3em;
        line-height: 1.5em;
        padding: 80px 0 100px;
    }
    h2.pagetitle{
        margin: 50px auto 70px;
    }
    #member_area{
        margin-bottom: 150px;
    }
    .member_box,
    .show_box,
    .releases_box{
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
    .member_box h4{
        font-size: 30px;
        min-width: 300px;
        padding: 0.6em 1.3em;
    }
    .march_box{
        margin-top: 20px;
        font-size: 28px;
        line-height: 50px;
    }
    .inline_area .livedata .c-live-date{
        font-size: 1.8em;
        line-height: 2em;
    }
    .inline_area .livedata .c-live-ttl,
    .inline_area .livedata .c-live-place{
        font-size: 1.5em;
    }
    .inline_area .livedata .c-live-place{
        margin: 3px 0 5px;
    }
    .inline_area .livedata .c-live-place::before{
        top: 12px;
    }
    .btn{
        width: 160px;
    }
    .releases_box h4{
        font-size: 28px;
    }
}