body{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-size: 20px;
}

body.sp{
    font-size: 18px;
}

h1{
    font-weight: 900;
    font-size: 1.8rem;
}

#site-header{
    text-indent:-100%;
}

.headline{
    margin-bottom: 1rem;
}

section{
    padding-bottom: 1rem;
}


#site-header{
    background-image: url(../images/top_header.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 33.3vw;
}

#main{
    padding-bottom: 2rem;
}

#main, #site-footer .container{
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem;
}

.sp #main, .sp #site-footer .container{
    width: 95%;
    margin: 0 auto;
    padding-top: 2rem;
}


#site-footer{
    background-color: #F0F0F0;
    padding-bottom: 3rem;
}

#site-footer h1{
    font-size: 1rem;
}

.aside{
    font-size: 0.9rem;
}

/*===========================================================================*/


#howtoview-link{
    display: block;
    background-color: #263B7F;
    color: #FFF;
    border-radius: 3px;
    padding: 1rem;
    text-decoration: none;
    font-size: 1.2rem;
}

#howtoview-link:hover{
    background-color: #1E43BB;
}

#description-movie-wrapper{
    width: 50%;
    height: 0;
    padding-bottom: 28.13%;
    position: relative;
}

#description-movie-wrapper .yt{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sp #description-movie-wrapper{
    width: 100%;
    padding-bottom: 56.25%;
}

#content-list{
    margin-top: 2rem;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

#content-list li{
    margin-bottom: 2rem;
    list-style: none;

}

#content-list .image-box{
    width: 80%;
    padding-bottom: 45%;
    position: relative;
}

#content-list .image-box > *{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



#content-list .info{
    background-color: #F0F0F0;
    padding: 2rem 1rem;
    border-radius: 0.3rem;
    display: flex;
    line-height: 1;
}

.sp #content-list .info{
    line-height: 1.6;
}
#content-list .info > div{
    margin-right: 3rem;
}

.sp #content-list .info{
    display: block;
}

.sp #content-list .info >div{
    margin-right: 0;
}

.sp #content-list .info a{
    display: block;
}

#content-list .description{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#content-list .period-num,
#content-list .point-num{
    color: #1F8C90;
}
.pay-button{
    text-decoration: none;
    font-size: 21.3px;
    color: #FFFFFF;
    font-family: arial;
    background: linear-gradient(to bottom, #DA2828, #BF2222);
    border: solid #A70000 1px;
    border-radius: 3px;
    padding:13.9px;
    text-shadow: 0px -1px 0px #000000;
    box-shadow: 0px 1px 5px #5C5C5C;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.pay-button:hover{
    opacity: 0.9;
    background: linear-gradient(to bottom, #FF1F00, #D02828);
    border: 1px solid #FF0000;
}


/* howtoview
===============================================================================*/
#idform{

}

#bank{
    padding: 2rem;
    border: 1px solid #AAA;
    width: 15rem;
}

.sp #bank{
    width: 80%;
    background-color: #F0F0F0;
    padding:0;
    margin: 1rem 0;
}

#policy{
    margin-top: 3rem;
    font-size: 0.9rem;
    padding: 1rem;
    border-radius: 3px;
    background-color: #F0F0F0;
}

.back-link{
    margin: 1rem;
}
