/* pc版とsp版に共通するcss */


/*スライドショー*/
.top-slideshow-wrapper {
    height: calc(100vh - 250px);
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
}

.top-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    margin: auto;
    max-width: 430px;
    right: 0;
    top: 65px;
    width: 83%;
}

#slideshow {
    margin: 0;
}

.slideshow-li {
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0px;
    transition: opacity 2s linear, transform 7.5s linear;
    width: 100%;
    will-change: opacity, transform;
}

.show {
    opacity: 0.25;
}

.zoom {
    transform: scale(1.1);
}



/* リンク項目の全体的なレイアウト */
main {
    width: 100%;
}

.flex-wrap {
    width: 80%;
    margin: 30px auto;
    padding: 0px;
    display: flex;
    align-items: center;
}

.top-list-wrap {
    margin: 15px;
    padding: 30px 0px;
}

.list-title {
    background-color: green;
    color: white;
    margin: 0px;
    padding: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
}

.list-title:hover+.color {
    color: white;
    background-color: rgb(50, 50, 50);
    cursor: pointer;
    transition: 500ms;
}

.list-content {
    margin: 0px;
    padding: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: solid green 5px;
    border-top: 0px;
    font-weight: bold;
}


/* リンク項目の色 */
.color {
    background-color: white;
    color: rgb(50, 50, 50);
    transition: background-color 500ms, color 500ms;
    cursor: pointer;
}

.color:hover {
    background-color: rgb(50, 50, 50);
    color: white;
    transition: background-color 500ms, color 500ms;
}

/* 個々の項目 */
#news-list {
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

#news-list::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

#tech {
    text-decoration: none;
    display: flex;
    padding: 30px 0px;
    text-decoration: none;
    justify-content: center;
}

#tech-link {
    transition: 300ms;
}

#tech-link:hover {
    text-shadow: 0 0 1em rgb(90, 90, 90);
    transition: 300ms;
}

#tech-link-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#SNS {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* padding: 30px 0px; */
    text-decoration: none;
}

#instagram-img {
    height: 100%;
    width: auto;
    text-align: center;
    margin: auto;
}

#mini-list {
    border: solid 5px green;
    border-radius: 20px;
}

#voiceactor:hover {
    filter: opacity(70%);
}

#youtube-img {
    height: 100%;
    width: auto;
    margin: 0px 30px;
}

#facebook-img {
    height: 100%;
    width: auto;
}

.side-by-voiceactor {
    position: relative;
    top: 50px;
}

.mini-list-sideletter {
    font-size: 20px;
}

/* 企画一覧 */
.top-scroll {
    height: 250px;
    padding: 20px;
    background-color: rgb(240, 240, 240);
    margin: 30px auto;
    overflow-x: auto;
    white-space: nowrap;
    width: 74%;
}

.item {
    display: inline-block;
    height: 220px;
    width: 220px;
    margin: auto 1vw;
    list-style: none;
    position: relative;
}

.item-img {
    width: 100%;
    height: 100%;
}

.plan-name-1 {
    width: 100%;
    height: 60px;
    color: black;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 24px;
    font-size: 12px;
}

.plan-name-2 {
    width: 100%;
    height: 60px;
    color: black;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding-top: 24px;
    font-weight: bold;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 18px;
    font-size: 12px;
}

.plan-name-3 {
    width: 100%;
    height: 45px;
    color: black;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 24px;
    font-size: 12px;
}

.plan-name-4 {
    width: 100%;
    height: 20px;
    color: black;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding-top: 1px;
    font-weight: bold;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 24px;
    font-size: 12px;
}
