*{
    padding:0px;
    margin:0px;
}
body{
    font-family: "Noto Serif JP";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size:15px;
    letter-spacing:0;
    color:#181818;
    background: #FEF4E8;
}
a{
    text-emphasis:none;
    color:#181818;
}
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: #E16F03;}
h1{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding:10px 0px;
    letter-spacing:1.8px;
}
.main img{
    width:100%;
    max-width: 800px;
    margin:auto;
    display: block;
}
.contents{
    display: flex;
    padding: 40px 50px 80px 50px;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    max-width: 800px;
    margin:auto;
}
.cast{
    width:90%;
    max-width:740px;
    margin:auto;
}
h2{
    color:#E16F03;
    text-align: center;
    font-size:27px;
    font-weight:700;
    line-height:46px;
    letter-spacing:1.08px;
}
p{
    font-size: 16px;
    font-weight:500;
    line-height: 32px;
    letter-spacing: 0.64px;
}
.cast{
    width:100%;
    max-width:800px;
    margin:auto;
}
.youtube{
    width:100%;
    max-width:640px;
}
.credit{
    width:100%;
    max-width: 700px;
}
@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;
        letter-spacing: 1.4px;
        padding:0;
    }
    .contents{
        padding:20px 20px 40px 20px;
        gap:20px;
    }
    h2{
        font-size:14px;
        font-weight: 700;
        line-height:24px;
        letter-spacing:0;
    }
    p{
        font-size:14px;
        font-weight: 500;
        line-height:24px;
        letter-spacing:0.56px;
    }
    footer{
        padding:20px;
    }
    footer h2{
        font-size:13px;
        font-weight:500;
        line-height:normal;
        letter-spacing:1.3px;
    }
    footer a{
        max-width:260px;
        margin:15px auto;
    }
    footer p{
        font-size:10px;
        font-weight:500;
        line-height: normal;
        letter-spacing:1px;
    }
}