*{
    padding:0px;
    margin:0px;
}
body{
    font-family: "Noto Sans JP";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size:15px;
    letter-spacing:0;
    color:#0E0E0E;
    background: linear-gradient(180deg, #F3FDFF 0%, #FFFFFF 100%);
}
a{
    text-emphasis:none;
    color:#0E0E0E;
}
a:hover{opacity:0.6;transition: .4s;}
img{
    display:inline-block;
    vertical-align:bottom;
    width:100%;
}
.pc-br{display:block;}
.sp-br{display:none;}

header{background: #308FB4;}
h1{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-align: center;
    padding:10px 0px;
    color: #FFF;
}
.main{
    background: #0DB7D6;
}
.main img{
    width:100%;
    max-width: 800px;
    margin:auto;
    display: block;
}
.contents-back{background: #FFF000;}
.contents{
    background: #FFF000;
    display: flex;
    padding: 60px 50px;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    max-width: 800px;
    margin:auto;
}
.cast, .staff{
    width:90%;
    max-width:600px;
    margin:auto;
}
h2{
    color:#E30073;
    text-align: center;
    font-size:25px;
    font-weight:700;
    line-height:46px;
    letter-spacing:0;
}
p{
    color:#0DB7D6;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing:0.68px;
}
footer{
    background:#0DB7D6;
    display:flex;
    padding:40px 40px 50px 40px;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    align-self:stretch;
}
footer img{
    width:100%;
    max-width:800px;
    margin:auto;
}
@media screen and (max-width: 768px){
    .pc-br{display:none;}
    .sp-br{display:block;}

    header{padding:10px;}
    h1{
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        padding:0;
    }
    .contents{
        padding:30px 20px;
        gap:20px;
    }
    h2{
        font-size:16px;
        font-weight: 700;
        line-height:24px;
        letter-spacing:0.64px;
    }
    p{
        font-size:14px;
        font-weight: 400;
        line-height:26px;
        letter-spacing:0.56px;
    }
    footer{
        padding:30px 20px 40px 20px;
    }
    footer img{
        max-width:280px;
    }
}