*{
    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:#0E0E0E;
}
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: #EA5514;}
h1{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding:10px 0px;
    color: #FFF;
}
.main{background: #1E223B;}
.main img{
    width:100%;
    max-width: 800px;
    margin:auto;
    display: block;
}
.main-text{background: #1E223B;}
.contents{
    display: flex;
    padding: 60px 50px;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    max-width: 800px;
    margin:auto;
}
.contents h2{
    color:#FFF;
    text-align: center;
    font-size:27px;
    font-weight:700;
    line-height:normal;
    letter-spacing:2.16px;
}
.contents p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.28px;
}
.story{
    display: flex;
    padding: 60px 50px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: #FEF4E8;
}
.story h2{
    color: #EA5514;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2.08px;
    line-height: 26px;
}
.story-box{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    flex-wrap: wrap;
    width:100%;
    max-width:800px;
    margin:auto;
}
.story-box .img{width:330px;}
.story-box .text{width:430px;} 
.story-box h3{
    color: #EA5514;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.68px;
    padding-bottom:10px
}
.story-box p{
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.6px;
}
.pic1{order:1}
.txt1{order:2}
.pic2{order:4}
.txt2{order:3}
.pic3{order:5}
.txt3{order:6}
.pic4{order:8}
.txt4{order:7}
.pic5{order:9}
.txt5{order:10}
.team{
    display: flex;
    padding: 60px 50px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: #F5F5F5;
}
.team h2{
    color: #EA5514;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2.08px;
    line-height: 26px;
}
.team img{
    width:100%;
    max-width: 800px;
    margin:auto;
    display:block;
}
.trailer{
    display: flex;
    padding: 60px 50px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: #FEF4E8;
}
.trailer h2{
    color: #EA5514;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 2.08px;
}
.youtube{
    width:90%;
    max-width: 720px;
    display: block;
    margin:auto;
}
.trailer p{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.56px;
    width:95%;
    max-width: 720px;
    margin:auto;
}
.cast{
    display: flex;
    padding: 60px 50px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: #F1F6FC;
}
.cast .scene{max-width: 720px;}
.credit{
    width:95%;
    max-width: 600px;
}
.sponsor{
    width:100%;
    max-width: 800px;
}

footer{
    background-image: url(./images/footer.jpg);
    background-position: bottom center;
    background-size: cover;
    height:500px;
    text-align:center;
}
footer a{
    max-width:390px;
    width:50%;
    display:inline-block;
    margin:0px 10px;
}
.sp-footer{display:none;}
@media screen and (max-width: 768px){
    .pc-br{display:none;}
    .sp-br{display:block;}
    header{padding:10px;}
    h1{
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        padding:0;
    }
    .contents{
        padding: 30px 20px;
        gap: 20px;
    }
    .contents h2{
        font-size: 17px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 1.7px;
    }
    .contents p{
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 1.12px;
        text-align:left;
    }
    .story{
        padding: 30px 20px;
        gap: 30px;
    }
    .story h2{
        font-size: 21px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 1.68px;
    }
    .story-box{
        gap:0;
    }
    .story-box h3{
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0.64px;
        padding:10px 0px 0px 0px;
    }
    .story-box p{
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.56px;
        padding:10px 0px 30px 0px;
    }
    .story-box .txt5 p{padding:10px 0px 0px 0px;}
    .pic1{order:1}
    .txt1{order:2}
    .pic2{order:3}
    .txt2{order:4}
    .pic3{order:5}
    .txt3{order:6}
    .pic4{order:7}
    .txt4{order:8}
    .pic5{order:9}
    .txt5{order:10}
    .team{
        padding:30px 20px;
        gap:30px;
    }
    .team h2{
        font-size: 21px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 1.68px;
    }
    .trailer{
        padding: 30px 20px;
        gap: 30px;
    }
    .youtube{
        width:100%;
        max-width:none;
    }
    .trailer p{
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.56px;
    }
    .cast{
        padding:30px 20px 0px 20px;
        gap: 20px;
    }
    footer{
        display:flex;
        padding:20px 20px 0px 20px;
        gap:20px;
        flex-direction:column;
        align-items:center;
        align-self:stretch;
        height:auto;
        background-image:none;
        background: #F1F6FC;
    }
    footer a{
        width:100%;
        margin:0px 0px 20px 0px;
    }
    .sp-footer{
        display: block;
        padding:30px 0px 40px 0px;
        background: #F1F6FC;
    }
}