@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;
}

.cap:not(.small){
    width: 100.1rem;
    height: 9.4rem;
    background-image: url("../images/cap.png");
    background-size: 100% auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.cap:not(.small) h2{
    font-size: 3.6rem;
    margin-top: -0.5rem;
}

.fade{
    opacity: 0;
    transition: 0.3s;
    transform: translate(0, 5rem);
}
.view{
    opacity: 1;
    transform: translate(0, 0);
}


/*******************************************

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: 2;
}
header .inner_wrap{
    background-color: #300000;
    height: 6.6rem;
    display: flex;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}
header .logo{
    width: 9.5em;
}
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.6rem 0 0.9rem;
    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{
    padding-bottom: 80.4rem;
    background-image: url("../images/top/bg.jpg");
    background-size: 192rem auto;
    background-position: center top;
    background-repeat: no-repeat;
}
#top .inner_content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 18.9rem auto 0;
}
#top .notice h1{
    width: 48.4rem;
    margin-left: 6.8rem;
}
#top .notice .sale{
    width: 33.4rem;
    margin: 2.2rem 0 0 14.8rem;
}
#top .notice .schedule{
    width: 59.6rem;
    margin: 0.6rem 0 0 1.8rem;
    position: relative;
    z-index: 2;
}
#top .notice .store{
    width: 56.7rem;
    padding-bottom: 12.5rem;
    background-image: url("../images/top/bg_store.jpg");
    background-size: auto;
    border-radius: 3rem;
    margin: 3.7rem 0 0 2.5rem;
    position: relative;
}
#top .notice .store ul{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#top .notice .store ul li{
    margin: 0 1.1rem;
    position: relative;
}
#top .notice .store ul li:nth-child(1){ width: 22.2rem; }
#top .notice .store ul li:nth-child(2){ width: 22rem; }
#top .chara{
    width: 78.8rem;
    position: absolute;
    top: -7.5rem;
    right: 1rem;
}
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;
}
#top .language{
    width: 9.7rem;
    position: absolute;
    top: -6rem;
    right: 10rem;
	animation: 0.8s 0.5s Ani-Bungee both;
}
#top .language a:hover{
    opacity: 0.9;
}
@keyframes Ani-Bungee{
    0% { top: -20rem }
   70% { top: -4rem }
   85% { top: -6.5rem }
   100% { top: -6rem }
}
.store a:hover{
    opacity: 0.8;
}


/* ************************** */
/* information */
/* ************************** */
#information .inner_wrap{
    background-image: url("../images/information/bg.jpg");
    background-size: 192rem auto;
    background-position: center top;
}
#information .inner_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4.7rem 0 3.8rem;
}
#information .cap{
    width: 28.9rem;
    height: 8rem;
    margin: 4.8rem 4.4rem 0 0;
    background-image: url("../images/cap_s.png");
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#information .cap h2{
    font-size: 3.2rem;
    margin-top: -0.4rem;
}
#information .topics{
    max-width: 82.8rem;
    display: flex;
    flex-wrap: wrap;
}
#information .topics .topic{
    width: 22.1rem;
    margin: 3rem 2.75rem 0;
    position: relative;
}
#information .topics .topic:nth-child(1),
#information .topics .topic:nth-child(2),
#information .topics .topic:nth-child(3){
    margin-top: 0;
}
#information .topics .topic a:hover img{
    transform: translate(-50%, -50%) scale(1.3);
}
#information .topics .topic dd{
    width: 100%;
    height: 18.3rem;
    background-image: url("../images/information/frame_tips.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 2.1rem 1.5rem;
}
#information .topics .topic dd span{
    position: relative;
    display: block;
    width: 19rem;
    height: 14rem;
    overflow: hidden;
}
#information .topics .topic dd span img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .4s;
}
#information .topics .topic dt{
    font-size: 1.6rem;
    color: #300000;
    margin-top: 1rem;
}


/* ************************** */
/* movie */
/* ************************** */
#movie .inner_wrap{
    background-image: url("../images/bg.jpg");
    background-size: 192rem auto;
    background-position: center top;
    overflow: hidden;
}
#movie .inner_content{
    padding: 10rem 0 15rem;
    position: relative;
    z-index: 2;
}
#movie .intro{
    font-size: 2.4rem;
    line-height: 2;
    text-align: center;
}
#movie .movie{
    width: 100.8rem;
    height: 70.3rem;
    /* background-image: url("../images/movie/frame_movie.png");
    background-size: 100% auto;
    background-repeat: no-repeat; */
    position: relative;
    margin: 8rem auto 0;
    z-index: 2;
}
#movie .movie:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/movie/frame_movie.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
}
#movie .movie .movie-wrap{
    width: 88.2rem;
    height: 60rem;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 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 .movie-wrap a{
    position: relative;
}
#movie .movie .movie-wrap a:hover{
    opacity: .8;
}
#movie .inner_wrap:before{
    content: "";
    display: block;
    width: 41.510%;
    padding-bottom: 40.833%;
    background-image: url("../images/chippy.png");
    background-size: 100% auto;
    position: absolute;
    bottom: -10rem;
    left: -19rem;
}
#movie .inner_wrap:after{
    content: "";
    display: block;
    width: 36.770%;
    padding-bottom: 74.062%;
    background-image: url("../images/noppo.png");
    background-size: 100% auto;
    position: absolute;
    bottom: -27rem;
    right: -23rem;
}
/* #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;
}

/* ************************** */
/* screenshot */
/* ************************** */
#screenshot .inner_wrap{
    background-image: url("../images/screenshot/bg.jpg");
    background-size: 1.6rem auto;
    background-position: center top;
    overflow: hidden;
}
#screenshot .inner_content{
    padding: 4.5rem 0 18.5rem;
    max-width: initial;
}
#screenshot .list{
    margin-top: 4rem;
    background-image: url("../images/screenshot/bg_film.png");
    background-size: 3.5rem auto;
    background-position: center top;
}
#screenshot .list .list-wrap{
    font-size: 0;
    width: 125.1rem;
    margin: auto;
}
#screenshot .list .list-wrap > div{
    display: inline-block;
    width: 22.7rem;
    height: 15.8rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 1rem;
    margin: 07.45rem 1.15rem;
    padding: 0.7rem;
}
#screenshot .list .list-wrap > div a{
    display: block;
    width: 21.3rem;
    height: 14.5rem;
    position: relative;
    overflow: hidden;
}
#screenshot .list .list-wrap > div a img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .4s;
}
#screenshot .list .list-wrap > div a img:hover{
    transform: translate(-50%, -50%) scale(1.3, 1.3);
}
#screenshot .bottom_line{
    pointer-events: none;
}
#screenshot .bottom_line li{
    position: absolute;
    margin: auto;
}
#screenshot .bottom_line li:nth-child(1){
    width: 21.8rem;
    left: -62rem;
    right: 0;
    bottom: -6.2rem;
    animation: 3s 0s Ani-Jump infinite ;
}
#screenshot .bottom_line li:nth-child(2){
    width: 20.3rem;
    left: 0;
    right: -65rem;
    bottom: -19rem;
    animation: 3s 1.5s Ani-Jump infinite ;
}
#screenshot .bottom_line li:nth-child(3){
    width: 40.7rem;
    left: 0;
    right: 0;
    bottom: 4rem;
}
@keyframes Ani-Jump{
    0% { transform: translate(0, 0); }
   10% { transform: translate(0, -2rem); }
   20% { transform: translate(0, 0) }
}


/* ************************** */
/* system */
/* ************************** */
#system{
    background-image: url("../images/bg.jpg");
    background-size: 192rem auto;
    background-position: center top;
    padding: 13rem 0 12.5rem;
    overflow: hidden;
}
#system .inner_wrap{
    background-image: url("../images/system/bg.jpg");
    background-size: 192rem auto;
    background-position: center top;
}
#system .inner_content{
    padding: 6.5rem 0 10.5rem;
    width: 125rem;
    position: relative;
}
#system .inner_content > div:not(.parallax){
    z-index: 2;
    position: relative;
}
#system .example{
    margin: 5.8rem auto 0;
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#system .example p{
    width: calc(100% - 63rem);
    font-size: 2rem;
    line-height: 2;
}
#system .example .images{
    width: 63rem;
}
#system .flow{
    margin: 8rem auto 0;
    position: relative;
}
#system .flow div{
    width: 54.2rem;
    position: relative;
    z-index: 2;
}
#system .flow div:nth-child(2){
    margin: -28rem 0 0 auto;
}
#system .flow div:nth-child(3){
    margin: 6rem auto 0;
}
#system .parallax{
    z-index: 1;
}
#system .parallax li {
    pointer-events: none;
    position: absolute;
}
#system .parallax li:nth-child(1){
    top: 18rem;
    left: -2rem;
}
#system .parallax li:nth-child(2){
    top: 75rem;
    right: -13.5rem;
}
#system .parallax li:nth-child(3){
    top: 115rem;
    left: -16rem;
}
#system .parallax li:nth-child(4){
    top: 130rem;
    right: -10rem;
}
#system .flow:before {
    content: "";
    display: block;
    width: 20.2rem;
    height: 10rem;
    background-image: url(../images/system/border_1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 14.5rem;
    left: 52rem;
}
.flow:after {
    content: "";
    display: block;
    width: 20.2rem;
    height: 10rem;
    background-image: url(../images/system/border_2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 34.5rem;
    left: 52rem;
}


/* ************************** */
/* character */
/* ************************** */
#character .inner_wrap{
    background-image: url("../images/character/bg.jpg");
    background-size: 192rem auto;
    background-position: center top;
}
#character .inner_content{
    padding: 7.5rem 0 10rem;
}
#character .chara{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#character .chara{
    margin-top: 6rem;
}
#character .chara > div{
    min-width: 39.4rem;
}
#character .chara > div:nth-child(1){ margin-right: 3.75rem; }
#character .chara > div:nth-child(2){ margin-left: 3.75rem; }
#character .chara dd{
    width: 38.7rem;
}
#character .chara dd{
    margin: auto;
}
#character .chara dt{
    font-size: 2rem;
    background-color: #fff4c9;
    border-radius: 2rem;
    text-align: center;
    margin-top: 1.5rem;
}
#character .chara dt span{
    display: inline-block;
    padding: 1rem 5rem;
    background-color: #ff7725;
    color: #fff;
    border-radius: 0 0 1rem 1rem;

}
#character .chara dt p{
    padding: 1.5rem 0 2.5rem;
    line-height: 1.7;
}




#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;
    position: relative;
}
#float .store ul li.comingsoon:after{
    font-size: 2rem;
    border-radius: 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%;
    }

}


/* ************************** */
/* 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;
}
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;
}


/*******************************************

1000～750 スマホデザインに変更

********************************************/
@media screen and (max-width:1000px){
    html{
        font-size: 62.5%; /* 1rem = 10px */
    }

    .inner_content{
        width: 100%;
        max-width: 750px;
    }

    .brSp{
        display: block;
    }

    .cap:not(.small){
        width: 69.9rem;
        height: 9.4rem;
        background-image: url("../images/cap_sp.png");
    }
    .cap:not(.small) h2 {
        margin-top: -0.5rem;
    }

    /* 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;
    }
    header .link ul li a, footer .link ul li a{
        padding: 0.8rem 0;
    }

    #nav-sns li{
        top: 10rem;
    }

    /* top */
    #top .inner_wrap{
        padding-bottom: 106.1rem;
        background-size: auto 159%;
        background-position: 49% 30%;
    }
    #top .inner_content{
        height: auto;
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        margin: 7rem auto 0;
    }
    #top .notice{
        margin: -14.1rem 0 0 0;
        position: relative;
        z-index: 2;
    }
    #top .notice h1{
        margin: auto;
    }
    #top .notice .sale{
        margin: 2.2rem auto 0;
    }
    #top .notice .schedule{
        margin: 0.6rem auto 0;
    }
    #top .notice .store{
        margin: 2.8rem auto 0;
    }
    #top .chara{
        position: static;
        z-index: 1;
        width: 68.2rem;
        margin-left: 1.5rem;
    }
    #top .language{
        left: 3rem;
        z-index: 2;
    }


    /* information */
    #information .inner_content{
        padding: 3.3rem 0 3.8rem;
    }
    #information .cap{
        width: 23.1rem;
        height: 6.4rem;
        background-image: url("../images/cap_s.png");
        margin: auto;
    }
    #information .cap h2{
        font-size: 2.6rem;
        margin-top: 0rem;
    }
    #information .topics{
        justify-content: center;
        margin-top: 4.2rem;
    }
    #information .topics:after{
        content:"";
        display: block;
        width: 22.1rem;
        margin: 0 2.75rem 0;
    }
    #information .topics .topic:nth-child(3){
        margin-top: 3rem;
    }


    /* movie */
    #movie .inner_content{
        padding: 7rem 0 8.3rem;
    }
    #movie .inner_wrap:before,
    #movie .inner_wrap:after{
        display: none;
    }
    #movie .movie{
        width: 69.1rem;
        height: 49rem;
        margin: 7.5rem auto 0;
    }
    #movie .movie .movie-wrap{
        width: 62.3rem;
        height: 43rem;
    }


    /* screenshot */
    #screenshot .inner_content{
        padding: 4.5rem 0 2.5rem;
    }
    #screenshot .list{
        background-image: url("../images/screenshot/bg_film_sp.png");
        background-size: 2.4rem auto;
        background-position: center 0.3rem;
    }
    #screenshot .list .list-wrap{
        width: 69.7rem;
    }
    #screenshot .list .list-wrap > div{
        width: 16.2rem;
        height: 11.4rem;
        margin: 7.1rem 0.6rem;
    }
    #screenshot .list .list-wrap > div a{
        width: 14.8rem;
        height: 10rem;
    }
    #screenshot .bottom_line li:nth-child(1){
        width: 20.1rem;
        left: 0;
        right: -23rem;
        bottom: -5.2rem;
    }
    #screenshot .bottom_line li:nth-child(2){
        width: 19.2rem;
        left: 0;
        right: -52.5rem;
        bottom: -13rem;
    }
    #screenshot .bottom_line li:nth-child(3){
        display: none;
    }


    /* system */
    #system .inner_content{
        width: 100%;
    }
    #system .cap h2{
        font-size: 2.8rem;
    }
    #system .example{
        display: block;
        text-align: center;
    }
    #system .example p{
        width: 100%;
        font-size: 2.2rem;
        line-height: 2.5;
    }
    #system .example .images{
        margin: 6.5rem auto 0;
    }
    #system .flow{
        width: 46.5rem;
        margin: 7.5rem auto 0;
    }
    #system .flow div{
        width: 100%;
    }
    #system .flow div:not(:last-child){
        margin: 0 0 6rem;
    }
    #system .parallax li:nth-child(1){
        top: -6.5rem;
        left: 15rem;
    }
    #system .parallax li:nth-child(2){
        top: 24rem;
        right: -7rem;
    }
    #system .parallax li:nth-child(3){
        top: 105rem;
        left: -6rem;
    }
    #system .parallax li:nth-child(4){
        top: 150rem;
        right: -5rem;
    }
    #system .flow:before{
        top: 26.5rem;
        left: 16rem;        
    }
    #system .flow:after{
        top: 61rem;
        left: 8rem;
    }
    #system .parallax li:nth-child(1){
        width: 12.1rem;
        top: 27rem;
    }
    #system .parallax li:nth-child(2){
        width: 11.5rem;
        top: 92rem;
        right: -5rem;
    }
    #system .parallax li:nth-child(3){
        width: 12.5rem;
        top: 155rem;
        left: -4rem;
    }
    #system .parallax li:nth-child(4){
        width: 10.5rem;
        top: 200rem;
        right: -5rem;
    }

    /* character */
    #character .inner_content{
        padding: 6.5rem 0 7.5rem;
    }
    #character .chara{
        margin-top: 3.5rem;
    }
    #character .chara dd{
        width: 32.5rem;
    }
    #character .chara dt{
        width: 33.6rem;
        margin-top: 3.5rem;
    }
    #character .chara > div{
        min-width: initial;
    }
    #character .chara > div:nth-child(1){
        margin-right: 1.25rem;
    }
    #character .chara > div:nth-child(2){
        margin-left: 1.25rem;
    }

        
}



/*******************************************

750以下

********************************************/
@media screen and (max-width:750px){
    html{
        font-size: 1.333vw; /* 10px / 750 * 100 */
    }

    .inner_content{
        width: 100%;
        max-width: 750px;
    }

    /* information  */
    #information .inner_wrap{
        background-size: 192rem;
    }
}





/* ****************************** */
/* modal */
/* ****************************** */
.modal, .modal2{
    display: none;
}
/* モーダル */
.snyt-modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(149, 70, 0, 0.95);
    overflow: auto;
    display: none;
    z-index: 99999;
}
.snyt-modal .modal-out-wrap{
    display: table;
    width: 100%;
    height: 100%;
}
.snyt-modal .modal-in-wrap{
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0 auto 0;    
    padding: 5rem;
    padding: 2rem;
    text-align: center;
    vertical-align: middle;
}
.snyt-modal .modal-content{
    width: 100%;
    max-width: 128rem;
    /* background-color: #fff; */
    padding: 10px;
    box-sizing: border-box;
    text-align: initial;
    margin: auto;
    position: relative;
}

.noscroll{
    overflow: hidden;
}

.snyt-modal .close-top{
    width: 5.4rem;
    margin: 0 -2rem -2.5rem auto;
    position: relative;
}
.snyt-modal .close-bottom{
    width: 15.8rem;
    margin: 2.5rem auto 0;
}
.snyt-modal .close-top:hover,
.snyt-modal .close-bottom:hover{
    opacity: 0.8;
}
