body {
    background-color: #080808;

    font-size: 16px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 1020px) and (min-width: 768px) { body {font-size: 16px;} }
@media (max-width: 767px) { body{font-size: 12px;} }

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}


#title-block {
    width: 100%;
    
    color: #FFF;
    font-size: 0.9em;
    letter-spacing: 0.9em;

    text-align: center;
    line-height: 2em;

    margin-bottom: 100px;
}

#title-block .title {
    width: 100%;
    margin: 40px 0px;
}

.video-block {
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

.video-block div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.setlist-block {
    display: flex;

    justify-content: center;
    color: white;

    padding: 0 20px;
    margin: 0 auto;
    padding-top: 100px;

    margin-bottom: 100px;
}

.setlist-content {
    padding: 0;
    margin: 0;
    padding-left: 10px;
    font-size: 0.9em;
    letter-spacing: 0.6em;
}

.setlist-content .title {
    font-size: 0.9em;
    padding-bottom: 1.1em;
    line-height: 1.5em;
}

.setlist-block .song-list {
    margin-left: 10px;
    border-left: solid 1px #aaa;
}

.setlist-block .song-list ol {
    padding-left: 4em;
}

.setlist-block .song-list li{
    font-size: 0.8em;
    padding: 1em 0;
    padding-left: -1em;
    letter-spacing: 0.5em;
    line-height: 1.5em;
}

.setlist-block .img {
    width: 240px;
    max-width: 30%;
    margin-right: 10px;
}

.setlist-block .img img {
    width: auto;
    height: auto;

    max-width:100%;
    max-height:100%;
}

.photo-block {
    color: white;
    font-size: 1em;
    letter-spacing: 0.9em;
    text-align: center;

    margin-bottom: 200px;
}

.photo-block .title  {
    padding-bottom: 2em;
}

.photo-list {
    flex-wrap: wrap;
    display: flex;

    max-width: 960px;
    margin: 0 auto;

    padding: 0 0.7em;
}

.photo-list .img-card {
    min-width: 150px;
    width: 30%;
    flex-grow: 1;
    display: table-cell; /*上下中央*/
    text-align: center; /*左右中央*/
    vertical-align: middle; /*上下中央*/
    padding: 0.7em 0.7em;
}

.photo-list .img-card img {
    width: auto;
    height: auto;

    max-width:100%;
    max-height:100%;
}

.artist-block {
    width: 100vw;
    flex-wrap: wrap;
    display: flex;

    position: relative;

    margin: 400px 0;
}


.artist-block .img-card {
    min-width: 150px;
    width: 30%;
    flex-grow: 1;
    display: table-cell; /*上下中央*/
    text-align: center; /*左右中央*/
    vertical-align: middle; /*上下中央*/
}

.artist-block .img-card img {
    width: auto;
    height: auto;

    max-width:100%;
    max-height:100%;

    transition: 1.2s;
    opacity: 0;
}

.artist-block .img-card .open {
    opacity: 1;
}

.artist-title:hover {
    background-color: rgba(0,0,0,0.5);
}

.artist-title {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: rgba(0,0,0,0.65);
    color: #FFF;
    font-size: 1.1em;
    letter-spacing: 0.8em;

    display: flex;
    align-items: center;
    justify-content: center; 

    transition: 0.5s;
}
}
@media (max-width: 1020px) and (min-width: 768px) { .artist-title {letter-spacing: 0.8em} }
@media (max-width: 767px) { .artist-title{font-size: 1em;letter-spacing: 0.6em} }

.artist-title p{
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
}

.artist-title p.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.kami-block {
    height: 100vh;
    margin: 300px 0;
}

.kami-block .image{
    width: 100%;
    height: 80%;

    -ms-filter: blur(200px);
    filter: blur(200px);

    opacity: 0;

    transition: 1.5s;
}

.kami-block .image.fade-in {
    opacity: 1;

    -ms-filter: blur(0px);
    filter: blur(0px);
}


.kami-block .image img {
    width: 100%;
    height: 100%;
    
    object-fit: contain;

    max-width:100%;
    max-height:100%;
}
