@charset "UTF-8";
#sut,#sut_contents {
}

/*ただいまテーマソング*/
#themesong .container {
    padding: 0 0 80px;
}
#themesong .inner {
    background-color: #fff;
    padding-top: 0;
    margin-top: 80px;
}

#themesong .mainImage {
    width: 100%;
}

#themesong .movie_wrap {
    width: 60%;
    margin: 0 auto;
    padding-top: 4rem;
}
#themesong .movie {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom: 10px;
}

#themesong .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#themesong .movie_wrap .copyright {
    text-align: right;
}

#themesong .themesong_about_wrap {
    padding: 8rem 4rem 10rem;
}

#themesong .themesong_about_text {
    color: var(--sub_orange);
    font-size: 2.2rem;
    line-height: 2.1;
    font-weight: bold;
    margin-bottom: 8rem;
    max-width: 960px;
    margin: 0 auto 80px;
    text-align: center;
}

#themesong .themesong_about_imagesWrap {
    display: flex;
    justify-content: space-between;
}

#themesong .themesong_about_imagesWrap p {
    width: 31%;
}

#themesong .lyrics_wrap .lyrics_title {
    background-color: var(--sub_orange);
    color: #fff;
    padding: 1%;
    text-align: center;
    font-size: var(--font_l);
    font-weight: bold;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

#themesong .lyrics_wrap .lyrics_title::after {
    content: '';
    background: url(../images/cha01.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 100px;
    height: 97px;
    background-size: contain;
}

#themesong .lyrics_text {
    padding: 8rem 2rem 2rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}
/*
#themesong .lyrics_text::before {
    content: '';
    background: url(../images/cha02.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 81px;
    background-size: contain;
}
*/

#themesong .lyrics_text_inner {
    width: 48%;
    line-height: 2.1;
}