@charset "UTF-8";
/*chrome measures*/

*:focus {
    outline: none;
}

/*fade-in animation*/

.fade-in3 {
    animation-name: fade-in3;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes fade-in3 {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*main*/

.headingFont {
    font-family: 'a-otf-midashi-go-mb31-pr6n', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.txtFont {
    font-family: 'fot-cezanne-pron', sans-serif;
    font-weight: 500;
    font-style: normal;
}

img {
    display: block;
    width: 100%;
}

.heading {
    background-color: #f3ce20;
    padding-bottom: 36px;
}

.mv {
    background-color: #fff;
    background-image: url(../img/mv.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    height: 780px;
    width: 100%;
}

.inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 25px;
}

.intro {
    background-color: #fff;
    border: #f3ce20 solid 5px;
    box-sizing: border-box;
    margin: -75px auto 0;
    max-width: 800px;
    padding: 40px 15px;
    text-align: center;
}

.intro h3 {
    border-bottom: #f3ce20 solid 5px;
    display: inline-block;
    font-size: 1.125rem;
    margin-bottom: 1em;
}

.intro p {
    line-height: 1.125;
}

.movie {
    padding: 40px 0;
}

.yellowFont {
    color: #f3ce20;
    font-size: 2.25rem;
    text-align: center;
}
.grayFont {
    color: #616161;
    font-size: 2.25rem;
    text-align: center;
}

.muchu_sub {
    margin-bottom: 40px;
}

.movie .inner {
    max-width: 800px;
}

.movie .inner h1 {
    margin-bottom: 30px;
    font-size: 3.25rem;
}

.movie .inner h2 {
    margin-bottom: 20px;
}

.movie .inner h2 span {
    font-size: 1.5rem;
}
.movie .inner h2 .new {
    color: #ff001e;
}
.movie .inner h2 .release2020 {
    color: #616161;
    font-size: 1.5rem;
    font-weight: 400;
}

.movie .inner iframe {
    display: block;
    height: 450px;
    margin: 0 auto 120px;
    width: 100%;
}

.movie .inner .verticalTxt {
    display: flex;
    justify-content: center;
}

.movie .inner .verticalTxt p {
    min-height: 350px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

.column {
    background-color: #f3ce20;
    padding: 60px 0;
}

.column .inner .list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column .inner .list li {
    font-size: 0.875rem;
    margin-bottom: 40px;
    max-width: 31%;
    opacity: 1;
    text-align: center;
}

.column .inner .list li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    z-index: -1;
}

.column .inner .list li p.ttl {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.column .inner .list li p.ttl::before {
    background-image: url(../img/ttl_bef.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 19px;
    left: -15px;
    margin-top: -9.5px;
    position: absolute;
    top: 50%;
    width: 12.5px;
}

.column .inner .list li p.ttl::after {
    background-image: url(../img/ttl_aft.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 19px;
    margin-top: -9.5px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 12.5px;
}

.column .inner .list li p.cap {
    background-color: #fff;
    padding: 13px 0;
}

.column .inner .more button {
    display: none;
}

.score{
    list-style: none;
    text-align: center;
    margin: 120px auto;
    background: #ffcd2a;
    padding: 32px 0;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 600;
}
.score br{
    display: none;
}

.banner{
    margin: 80px auto 0 auto;
    max-width: 800px;
    height: auto;
    text-align: center;
}
.music-score-banner{
    padding: 0 25px;
}
.muchudent-banner{
    padding: 0 25px;
    margin-top: 20px;
}
.linkArea {
    padding: 80px 0 60px;
    text-align: center;
}

.linkArea .inner .linkBtn {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 33px;
    max-width: 614px;
}

.linkArea .inner .linkBtn a {
    border: #f3ce20 solid 4px;
    box-sizing: border-box;
    margin-bottom: 26px;
    max-width: 31%;
}

.linkArea .inner p {
    font-size: 1.125rem;
    margin-bottom: 25px;
}

.linkArea .inner .snsBtn {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 130px;
}

.linkArea .inner .snsBtn a img {
    max-width: 48px;
}

@media screen and (max-width: 599px) {
    /*.heading {
        margin-top: -53px;
    }*/
    .mv {
        background-position: center top -53px;
        height: 720px;
    }
    .intro {
        border: none;
        margin: -52px auto 0;
        outline: #f3ce20 solid 5px;
    }
    .intro p {
        font-size: 0.8rem;
    }
    .yellowFont {
        font-size: 1.5rem;
    }
    .movie .inner h1 {
        font-size: 2.25rem;
    }
    .muchu_sub {
        font-size: 1.0rem;
        margin-bottom: 30px;
    }
    .movie .inner h2 span {
        font-size: 1.0rem;
    }
    .movie .inner h2 .release2020 {
        font-size: 1.0rem;
    }
    .movie .inner iframe {
        height: 51.66vw;
        margin-bottom: 60px;
    }
    .movie .inner .verticalTxt p {
        font-size: 0.8125rem;
        line-height: 1.3;
        max-width: 84vw;
        min-height: auto;
        overflow-x: scroll;
    }
    .column .inner .list li {
        max-width: 100%;
    }
    .column .inner .more button {
        background-color: #f3ce20;
        border: #fff solid 3px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 1.25rem;
        margin: 20px auto 0;
        padding: 6px 0;
        text-align: center;
        text-decoration: none;
        width: 250px;
    }
    .score{
        font-size: 1.4rem;
    }
    .score br{
        display: block;
    }
    .linkArea .inner .linkBtn a {
        max-width: 47.5%;
    }
}