*{
    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:#000;
    background: #FFEF01;
}
a{
    text-emphasis:none;
    color:#000;
}
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: #000;}
h1{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-align: center;
    padding:10px 0px;
    color: #FFF;
}
.contents{
    display: flex;
    padding: 40px 50px 0px 50px;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    max-width: 800px;
    margin:auto;
}
.main img{
    width:100%;
    max-width: 800px;
    margin:auto;
    display: block;
}
h2{
    text-align: center;
    font-size:26px;
    font-weight:700;
    line-height:normal;
}
p{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing:0.64px;
}
.cast{
    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:20px;
        gap:20px;
    }
    h2{
        font-size:20px;
        font-weight: 700;
        line-height:32px;
        letter-spacing:0px;
    }
    p{
        font-size:14px;
        font-weight: 500;
        line-height:26px;
        letter-spacing:0.56px;
    }
}