@charset "utf-8";

html{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 62.5%;
    font-weight: bold;
    color: #300000;
}

body{
    background-color: #ffdc77;
}

img{
    width: 100%;
}
#acclog{
    width: auto;
    display: none;
}

a{
    text-decoration: none;
}

#wrapper{
    max-width: 192rem;
    margin: auto;
    overflow: hidden;
}

.in-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.brSp{
    display: none;
}


/*******************************************

1920～1350

********************************************/
:root{
    --base-section-width: 1920px;
    --base-content-width: 1350px;
}

section{
    width: 100%;
    max-width: 192rem;
    position: relative;
}
.inner_wrap{
    width: 100%;
    position: relative;
}
.inner_content{
    width: 100%;
    max-width: 135rem;
    margin: auto;
}







/* ************************** */
/* header */
/* ************************** */
header{
    position: relative;
    z-index: 3;
}
header .inner_wrap{
    background-color: #300000;
    height: 6.6rem;
    display: flex;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}
header .logo{
    width: 9.5rem;
}
header .link,
footer .link{
    width: 100%;
}
header .link ul,
footer .link ul{
    display: flex;
    justify-content: right;
}
footer .link ul{
    justify-content: center;
}
header .link ul li,
footer .link ul li{
    width: 16rem;
    background-color: #8c2323;
    margin-left: 1rem;
    border-radius: 0.8rem;
}
header .link ul li a,
footer .link ul li a{
    display: block;
    height: 100%;
    text-decoration: none;
    color: #fff;
    padding: 0.8rem 0;
    text-align: center;
    font-size: 1.8rem;
}
header .link ul li a:hover,
footer .link ul li a:hover{
    opacity: 0.6;
}

#nav-sns {
    max-width: 192rem;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
}
#nav-sns li{
    width: 7rem;
    position: absolute;
    top: 5rem;
    right: 0;
    visibility: visible;
}
#nav-sns li:hover{
    opacity: 0.9;
}


/* ************************** */
/* top */
/* ************************** */
#top .inner_wrap{
    height: 46.2rem;
    background-image: url("../images/bg_dot.jpg");
    background-size: 1.2rem auto;
    background-position: center top;
    overflow: hidden;
    background-color: #ffc725;
}
#top .inner_wrap:after{
    content: "";
    display: block;
    width: 100%;
    height: 39.5rem;
    background-image: url("../images/top/bg.jpg");
    background-size: 1.6rem auto;
    background-position: right top;
    position: absolute;
    top: 6.7rem;
    left: -50%;
    transform: translate(20rem, 0);
}
#top .inner_content{
    position: relative;
    width: 100%;
    max-width: 131rem;
    padding-top: 8.7rem;
    z-index: 2;
}
#top .inner_content:before{
    content: "";
    display: block;
    width: 58.4rem;
    height: 48.9rem;
    background-image: url("../images/top/character.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 3rem;
    right: 3.4rem;
}
#top h1{
    width: 37rem;
    margin: 0 0 0 22.8rem;
}
#top .page_title{
    width: 33.4rem;
    height: 9.3rem;
    background-image: url("../images/top/cap.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5rem 0 0 25.3rem;
}
#top h2{
    font-size: 3.2rem;
}
#top .language{
    width: 9.7rem;
    position: absolute;
    top: -6rem;
    right: 10rem;
	animation: 0.8s 0.5s Ani-Bungee both;
    z-index: 2;
}
#top .language a:hover{
    opacity: 0.9;
}
@keyframes Ani-Bungee{
    0% { top: -20rem }
   70% { top: -4rem }
   85% { top: -6.5rem }
   100% { top: -5rem }
}
.store a:hover{
    opacity: 0.8;
}


/* ************************** */
/* information */
/* ************************** */
#information .inner_wrap{
    background-image: url("../images/bg.jpg");
    background-size: 192rem auto;
    background-position: center top;
}
#information .inner_content{
    padding: 8.5rem 2rem 9.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    place-items: flex-start;
}
#information .press{
    width: 96rem;
    background-color: #fff;
    border: 0.5rem solid #ffe3ae;
    border-radius: 3rem;
    padding: 4.5rem;
}
#information .press dt{
    font-size: 2.4rem;
    border-bottom: dashed 0.2rem #ed744e;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
}
#information .press dt:before{
    content: "";
    display: inline-block;
    width: 4.4rem;
    height: 3.3rem;
    background-image: url("../images/check_b.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-right: 2rem;
}
#information .press dd{
    font-size: 2rem;
    margin: 0.5rem 0 7rem;
    line-height: 1.8;
}
#information .press dd:last-child{
    margin-bottom: 0;
}
#information .press dd li{
    line-height: 1.5;
    text-indent: -2rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
}
#information .press dd li:before{
    content: "・";
}
#information .press dd li a{
    color: #300000;
}
#information .data{
    width: 31.7rem;
    background-color: #38a625;
    border: 0.5rem solid #ffe3ae;
    border-radius: 3rem;
    padding: 4.5rem;
    color: #fff;
    font-size: 2rem;
}
#information .data > div{
    margin-bottom: 5rem;
}
#information .data > div:last-child{
    margin-bottom: 0;
}
#information .data dt{
    display: flex;
    align-items: center;
}
#information .data dt:before{
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 1.9rem;
    background-image: url("../images/check_s.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-right: 0.8rem;
}
#information .data dd{
    font-size: 2rem;
    margin: 1.8rem 0 0;
}
#information .data dd.pf{
    line-height: 1.5;
}
#information .data dd a{
    color: #fff;
    text-decoration: underline;
}
#information a:hover{
    opacity: 0.8;
}



/* ************************** */
/* movie */
/* ************************** */
#movie{
    background-image: url("../images/bg.jpg");
    background-size: 192rem auto;
    background-position: center top;
    padding-bottom: 11rem;
}
#movie .inner_wrap{
    background-image: url("../images/movie/bg.jpg");
    background-size: 192rem auto;
    background-position: center top;
}
#movie .inner_content{
    padding: 7rem 0 6.5rem;
}
.cap{
    width: 100.1rem;
    height: 9.4rem;
    margin: auto;
    background-image: url("../images/cap.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cap h3{
    font-size: 3.6rem;
    margin-top: -0.3rem;
}
#movie .movie{
    width: 68.2rem;
    height: 48.4rem;
    margin: 4rem auto 0;
    padding-top: 3.7rem;
    position: relative;
}
#movie .movie:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/movie/frame_movie.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
#movie .movie .movie-wrap{
    width: 60rem;
    height: 41rem;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5rem;
    bottom: 0;
}
#movie .movie .movie-wrap:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#movie .movie a{
    display: block;
    width: 61.6rem;
    height: 40.5rem;
    margin: auto;
    overflow: hidden;
    position: relative;
}
#movie .movie a:hover{
    opacity: 0.8;
}
#movie .movie a img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
/* #movie .movie:after{
    content: "";
    display: block;
    width: 21.7rem;
    height: 21.7rem;
    background-image: url("../images/movie/btn_play.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 1s pop infinite;
    pointer-events: none;
} */
@keyframes pop{
	0%{
	  transform: translate(-50%, -50%) scale(0.9);
	}
	20%{
	  transform: translate(-50%, -50%) scale(1.1);
	}
	30%{
        transform: translate(-50%, -50%) scale(0.9);
	}
	40%{
        transform: translate(-50%, -50%) scale(1.05);
	}
	100%{
        transform: translate(-50%, -50%) scale(0.9);
	}
}
#movie .movie-wrap iframe{
    width: 100%;
    height: 100%;
    position: relative;
}


/* ************************** */
/* presskit */
/* ************************** */
#presskit .inner_wrap{
    background-image: url("../images/bg_dot.jpg");
    background-size: 1.2rem auto;
    background-position: center top;
}
#presskit .inner_content{
    width: 100%;
    max-width: 192rem;
    font-size: 2.4rem;
    padding: 7.5rem 0;
}
#presskit .download_all{
    margin-top: 2rem;
}
#presskit .table{
    width: 131rem;
    display: flex;
    flex-wrap: wrap;
    margin: 5.5rem auto 0;
    justify-content: space-between;
}
#presskit .table .col{
    width: 41rem;
    margin-bottom: 8.2rem;
}
#presskit .table .ttl,
#presskit .table-ss .ttl{
    border-bottom: dashed 0.2rem #ed744e;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
}
#presskit .table .ttl:before,
#presskit .table-ss .ttl:before{
    content: "";
    display: inline-block;
    width: 4.4rem;
    height: 3.3rem;
    background-image: url("../images/check_b.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-right: 2rem;
}
#presskit .table .thumb{
    position: relative;
    width: 34.1rem;
    height: 23.5rem;
    margin: 3rem auto 0;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 0.7rem;
    border-radius: 1rem;
}
#presskit .table .thumb span{
    display: block;
    width: 32.7rem;
    height: 22.2rem;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    
}
#presskit .table .press-chara{
    width: 81rem;
}
#presskit .table .press-chara .cols{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#presskit .table .press-chara .cols > div{
    margin: 0 1.85rem;
}
#presskit .dl{
    text-align: center;
}
#presskit .dl a{
    display: inline-block;
    padding: 1.2rem 5rem 1.5rem;
    background-color: #300000;
    border-radius: 3rem;
    color: #fff;
    position: relative;
}
#presskit .download_all a{
    padding: 1.2rem 4rem 1.5rem 8.5rem;
}
#presskit .download_all a:before{
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin: auto;
    position: absolute;
    left: 4rem;
    top: 0;
    bottom: 0;
    background-image: url("../images/presskit/ic-pack.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#presskit .table-ss{
    margin-bottom: 5rem;
}
#presskit .table .dl,
#presskit .table-ss .dl{
    margin-top: 1.2rem;
}
#presskit .table .dl a,
#presskit .table-ss .dl a{
    font-size: 1.8rem;
    display: inline-block;
    padding: 0.5rem 2.8rem 0.8rem;
    background-color: #300000;
    border-radius: 2.5rem;
    color: #fff;
}
#presskit a:hover{
    opacity: 0.8;
}

#presskit .list{
    margin-top: 2.5rem;
    background-image: url("../images/presskit/screenshot/bg_film.png");
    background-size: 3.6rem auto;
    background-position: center top;
}
#presskit .list .list-wrap{
    font-size: 0;
    width: 125.1rem;
    margin: auto;
}
#presskit .list .list-wrap > div{
    display: inline-block;
    position: relative;
    width: 22.7rem;
    height: 19.3rem;
    margin: 7.8rem 1.15rem 8.6rem;
}
#presskit .list .list-wrap .ss-thumb{
    width: 100%;
    height: 15.8rem;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 1rem;
    padding: 0.7rem;

}
#presskit .list .list-wrap .ss-thumb span{
    display: block;
    width: 21.3rem;
    height: 14.4rem;
    position: relative;
    overflow: hidden;
}
#presskit .list .list-wrap .ss-thumb img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#presskit .list .list-wrap .dl{
    margin-top: 1.2rem;
}
#presskit .table-ss .ttl{
    max-width: 131rem;
    margin: auto;
}

.press-logo img{
    width: 26.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.press-chara .cols > div:nth-child(1) img{
    width: 26.3rem;
    margin: auto;
    position: absolute;
    bottom: -5.5rem;
    left: 0;
    right: 0;
}
.press-chara .cols > div:nth-child(2) img{
    width: 22.1rem;
    margin: auto;
    position: absolute;
    bottom: -24rem;
    left: 0;
    right: 0;
}



/* ************************** */
/* footer */
/* ************************** */
footer .inner_wrap{
    background-color: #300000;
    padding: 3rem 0;
    color: #fff;
    text-align: center;
}
footer .store{
    width: 56.7rem;
    margin: auto;
    margin-bottom: 3rem;
    position: relative;
}
footer .store ul{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
footer .store ul li{
    margin: 0 1.1rem;
    position: relative;
}
li.comingsoon:after{
    content: "Coming soon";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    font-size: 3rem;
    justify-content: center;
    align-items: center;
    border-radius: 1.5rem;
    opacity: 1;
    color: #300000;
}
footer .store ul li:nth-child(1){ width: 22.2rem;margin-left: 1.8rem; }
footer .store ul li:nth-child(2){ width: 22rem; }
footer .copyright{
    margin-top: 4.5rem;
    font-size: 1.6rem;
}
footer .copyright a{
    color: #fff;
    text-decoration: underline;
}


#float{
    background-color: #300000;
    padding: 2rem 0;
    position: fixed;
    bottom: -15rem;
    opacity: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.2s;
}
#float.active{
    bottom: 0rem;
    opacity: 1;
}
#float .store{
    width: 56.7rem;
    margin: auto;
    position: relative;
}
#float .store ul{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#float .store ul li{
    margin: 0 1.1rem;
}
#float .store ul li:nth-child(1){
    width: calc(22.2rem * 0.7);
    margin-left: 1.8rem;
}
#float .store ul li:nth-child(2){
    width: calc(22rem * 0.7);
}





/*******************************************

1350～1000

********************************************/
@media screen and (max-width:1350px){
    html{
        font-size: 0.740vw; /* 10px / 1350px * 100% */
    }

    .inner_content{
        width: 100%;
    }

}






/*******************************************

1000～750 スマホデザインに変更

********************************************/
@media screen and (max-width:1000px){
    html{
        font-size: 62.5%; /* 1rem = 10px */
    }

    .inner_content{
        width: 100%;
        max-width: 75rem;
    }



    /* header */
    header{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    header .inner_wrap{
        background-color: initial;
    }
    header .logo{
        display: none;
    }
    header .link{
        justify-content: right;
    }

    #nav-sns li{
        top: 10rem;
    }




    /* top */
    #top .inner_wrap{
        height: 56.9rem;
        background-image: none;
    }
    #top .inner_wrap:after{
        height: 43.5rem;
        top: 9.3rem;
        left: -32.5%;
    }
    #top .inner_content{
        max-width: 75rem;
        height: 100%;
        padding-top: 13rem;
    }
    #top .inner_content:before{
        width: 34.1rem;
        height: 28.6rem;
        top: initial;
        bottom: -4rem;
        right: 2.8rem;
    }
    #top h1{
        margin: 0 auto 0;
    }
    #top .page_title{
        margin: 4.5rem 0 0 8rem;
    }
    #top .language{
        left: 3rem;
        z-index: 2;
    }


    /* imformation */
    #information .inner_content{
        padding: 4.5rem 2rem 6.5rem;
    }
    #information .data{
        width: 53.3rem;
        margin: 3.6rem auto 0;
        display: flex;
        flex-wrap: wrap;
    }
    #information .data > div{
        width: 21.65rem;
    }
    #information .data > div:nth-child(1){ order: 1; }
    #information .data > div:nth-child(2){ order: 3; margin-bottom: 0; }
    #information .data > div:nth-child(3){ order: 2; }
    #information .data > div:nth-child(4){ order: 4; }
    .cap{
        width: 69.9rem;
        background-image: url("../images/cap_s.png");
    }


    /* movie */
    #movie{
        padding-bottom: 8.5rem;
    }
    #movie .inner_content{
        padding: 6.5rem  0 9.5rem;
    }

    /* presskit */
    #presskit .inner_content{
        padding: 4.5rem 0 9.5rem;
    }
    #presskit .dl a{
        font-size: 2.2rem;
    }
    #presskit .table{
        width: 71rem !important;
        margin: auto;
    }
    #presskit .table > div{
        width: 100% !important;
        margin: 5.8rem auto 0 !important;
    }
    #presskit .table .press-chara .cols{
        justify-content: space-between;
    }
    #presskit .table .press-chara .cols > div{
        margin: 0;
    }
    #presskit .list{
        background-image: url("../images/presskit/screenshot/bg_film_sp.png");
        background-size: 2.4rem auto;
    }
    #presskit .table-ss .ttl{
        width: 71rem;
    }
    #presskit .list .list-wrap{
        width: 68.9rem;
    }
    #presskit .list .list-wrap > div{
        width: 16.2rem;
        height: 15.1rem;
        margin: 7.55rem 0.5rem 7.75rem
    }
    #presskit .list .list-wrap .ss-thumb{
        height: 11.4rem;
    }
    #presskit .list .list-wrap .ss-thumb span{
        width: 14.8rem;
        height: 10rem;
    }
    #presskit .table .dl a, #presskit .table-ss .dl a{
        font-size: 1.4rem;
    }
    #presskit .table-ss{
        margin-top: 5.8rem;
    }
}




/*******************************************

750以下

********************************************/
@media screen and (max-width:750px){
    html{
        font-size: 1.333vw; /* 10px / 750 * 100 */
    }

    .inner_content{
        width: 100%;
        max-width: 750px;
    }
}