
/*
-------------------------------- */
.content-section {
    padding: 50px 100px 50px 100px;
    position: relative;
    z-index: 100000;
}

.section-content {
    padding: 50px;
}

@media screen and (max-width:1080px) {
    .content-section {
        padding: 20px;
    }

    .section-content {
        padding: 5%;
    }
} 

/*
-------------------------------- */
#top {
    /* background-color: black; */
    background-color: #B90000;
    background-image: url(../img/top_pc.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
}

@media screen and (max-width:768px) {
    #top {
        background-image: url(../img/top_mobile.png);
    }
} 

/*
-------------------------------- */
#about {
    background-color: black;
    color: white;
    position: relative;
}

#vesuvius-image {
    position: absolute;
    top: 0;
    right:30%;
    bottom:0;
    left: 0;
    background-image: url(../img/about-vesuvius.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

#vesuvius-explain {
    display: inline-block;
    text-align: left;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 50px;
    margin: 20px;max-width: 30%;min-width: 500px;
}

.app-store-icon {
    width: 200px;
}
.internet-radio-icon {
    width: 300px;
}

@media screen and (max-width:768px) {
    #vesuvius-image {
        position: relative;
        background-image: url(../img/about-vesuvius.jpg);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
    }
    
    #vesuvius-explain {
        display: block;
        padding: 5%;
        background-color: rgba(0, 0, 0, 0.5);
        max-width: none;
        min-width: auto;
        margin: 0;
    }
    .app-store-icon {
        width: 35vw;
        max-width: 200px;
    }
    .internet-radio-icon {
        width: 50vw;
        max-width: 300px;
    }
} 

/*
-------------------------------- */
#program {
    background-color: rgb(35,24,21);
    color: white;
}
@media screen and (max-width:768px) {
    #program {
    }
} 

/*
-------------------------------- */
#collecting {
    background-color: black;
    color: white;
}

.theme-section {
    text-align: center;
}

.theme-section h2 {
    width: 80%;
    text-align: left;
    display: inline-block;
}
.theme-table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.send-message-section {
    margin-top: 50px;
    text-align: center;
}
.send-message-section h2 {
    width: 80%;
    text-align: left;
    display: inline-block;
}
.send-message-table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .theme-section h2 {
        width: 100%;
    }
    .theme-table {
        width: 100%;
    }
    .send-message-section h2 {
        width: 100%;
    }
    .send-message-table {
        width: 100%;
    }
} 


/* キャスト
-------------------------------- */
#cast {
    background-color: rgb(35,24,21);
    color: white;
}

.cast {
    position: relative;text-align: center;margin-top:100px;white-space: nowrap;
}
.cast-left {
    position: relative;display: inline-block;width: 200px;height: 200px;background-size: cover;border-radius: 50%;border: 10px solid black;z-index: 10;
    text-align: center;line-height: 200px;font-size: 100px;background-color: white;color: black;
}
.cast-name {
    position: relative;display: inline-block;width: 600px;height: 200px;vertical-align: top;line-height: 200px; border: 10px black solid;margin: 0 -100px 0 -100px;background-color: white;color: black;
}
.cast-name > p {
    font-size: 6.0rem;text-align: center;margin: 0;
}
.cast-right {
    position: relative;display: inline-block;width: 200px;height: 200px;background-size: cover;border-radius: 50%;border: 10px solid black;z-index: 10;
    text-align: center;line-height: 200px;font-size: 100px;background-color: white;color: black;
}
.cast-movie-wrapper {
    display: inline-block;
    width: 700px;
    border-radius: 20px;
    overflow: hidden;
    border: 10px solid black;
}
.cast-movie {
    position:relative;
    padding-top: 56%;
}
.cast-movie > iframe {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width: 100%;
}
@media screen and (max-width:1080px) {
    .cast {
        margin-top:10vw;
    }
    .cast-left {
        width: 20vw;height: 20vw;line-height: 20vw;font-size: 10vw;
        border: 1vw solid black;
    }
    .cast-name {
        width: 60vw;height: 20vw;vertical-align: top;line-height: 20vw;
        margin: 0 -10vw 0 -10vw;
        border: 1vw solid black;
    }
    .cast-name > p {
        font-size: 5vw;text-align: center;
    }
    .cast-right {
        width: 20vw;height: 20vw;line-height: 20vw;font-size: 10vw;
        border: 1vw solid black;
    }
    
    .cast-movie-wrapper {
        display: inline-block;
        width: 80vw;
        border-radius: 2vw;
        overflow: hidden;
        border: 1vw solid black;
    }
    .cast-movie {
        padding-top: 56vw;
    }
} 
/*
-------------------------------- */
#app {
    background-color: black;
    color: white;
}
@media screen and (max-width:768px) {
    #app {
    }
} 

/*
-------------------------------- */
#sns {
    background-color: rgb(35,24,21);
    color: white;
}
@media screen and (max-width:768px) {
    #sns {
    }
} 

/*
-------------------------------- */
#powerd-by {
    background-color: black;
    color: white;
}
.banner {
    height: 100px;
}
@media screen and (max-width:768px) {
    .banner {
        height: 20vw;
        max-height: 100px;
    }
} 
