@charset "utf-8";




body {
    background: #fff;
    color: #444444;

    font-family: "UD新ゴ R","UD Shin Go Regular", sans-serif;
    font-style: normal;
    letter-spacing: 0.1em;

    font-size: 16px;
    line-height: 1.4em;


}

.bold{
    font-family: "UD新ゴ M","UD Shin Go Medium", sans-serif;
}

.en {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    width: 100%;
}

#wrapper {
    position: relative;
    overflow: hidden;
}


.content {
    position: relative;
}


header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
}

header .logo a {
    display: block;
    position: absolute;
    background-image: url(../img/logo.png);
    background-size: 100% 100%;
    text-indent: -9999px;
    overflow: hidden;
    transition-duration: 400ms;
    transition-property: background-image;
    transition-timing-function: linear;
}
body.activeMovie header .logo a {
    background-image: url(../img/logo_w.png);
}

header .sidemenu {
    opacity: 0;
}

body.loaded header .sidemenu {
    opacity: 1;
    transition-duration: 400ms;
    transition-property: opacity;
}



.moveTitle {
    display: flex;
}
.moveTitle p {
    display: flex;
}

.moveTitle span {
    opacity: 0;
    transform: translateX(50px);
    display: block;
}

.moveTitle.scIn.move span {
    opacity: 1;
    transform: translateX(0px);
    transition-duration: 700ms;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* easeOutQuart */
}



/* 
body.disableScroll{
    overflow: hidden;
}
 */




@media print,
screen and (min-width: 851px) {

    .sp {
        display: none !important;
    }



    header .logo a {

        left: 30px;
        top: 30px;
        width: 163.871px;
        height: 36.278px;
        pointer-events: all;
    }



    header .sidemenu {
        position: absolute;
        right: 0;
        top: calc(50% - 52px * 2);
        height: calc(52px * 4);
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        pointer-events: none;
    }

    header .sidemenu .bar {
        position: absolute;
        right: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background-color: rgba(195,191,191,0.6);
    }


 
    



    header .sidemenu .bar span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 52px;
        background-color: #DB2422;
        transition-duration: 250ms;
        transition-property: transform,background-color;
        transition-timing-function: ease;
    }

    body.activeMovie header .sidemenu .bar span {
        background-color: #fff;
    }




    header .sidemenu.top .bar span {
        transform: translateY(0px);
    }

    header .sidemenu.messages .bar span {
        transform: translateY(52px);
    }

    header .sidemenu.movie .bar span {
        transform: translateY(104px);
    }

    header .sidemenu.element .bar span {
        transform: translateY(156px);
    }



    header .sidemenu li a {
        display: block;
        pointer-events: all;
        text-decoration: none;
        padding-right: 20px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    header .sidemenu li a span {
        text-align: right;
        display: block;
        font-size: 16px;
        color: rgba(195,191,191,0.6);
        font-weight: 600;
        letter-spacing: 0.05em;
        transition-duration: 400ms;
        transition-property:color ;
        transition-timing-function: linear;
    }

    header .sidemenu li a:hover span {
        color: rgba(195,191,191,1);
    }

    header .sidemenu li a.active span {
        color: rgba(219,36,34,1);
    }

    

    body.activeMovie header .sidemenu li a span {
        color: rgba(255,255,255,0.6);
    }

    body.activeMovie header .sidemenu li a:hover span{
        color: rgba(219,36,34,0.6);
    }
    body.activeMovie header .sidemenu li a.active span {
        color: rgba(255,255,255,1);
    }





    /* ::-webkit-scrollbar {
        width: 5px;
        height: 0px;
    }

    ::-webkit-scrollbar-track {
    }

    ::-webkit-scrollbar-thumb {
        background-color: #ccc;
    } */


    footer {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
        background-color: #fff;
        text-align: center;
    }

    footer .bar {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #007fb2;
        background: -moz-linear-gradient(left, #007fb2 0%, #47a01a 32%, #ffbe86 69%, #db2422 100%);
        background: -webkit-linear-gradient(left, #007fb2 0%, #47a01a 32%, #ffbe86 69%, #db2422 100%);
        background: linear-gradient(to right, #007fb2 0%, #47a01a 32%, #ffbe86 69%, #db2422 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007fb2', endColorstr='#db2422', GradientType=1);
        height: 3px;
    }


    footer .totop a {
        text-decoration: none;
        display: block;
        position: absolute;
        right: 30px;
        top: 70px;
        background-image: url(../img/totop.png);
        background-size: calc(37px / 2) calc(22px / 2);
        background-repeat: no-repeat;
        background-position: center 10px;
        padding-top: 30px;
        font-size: 18px;
        line-height: 1em;
        text-align: center;
        color: rgba(219,36,34,1);
        font-weight: 600;
        transition-duration:150ms;
        transition-timing-function: ease;
        transition-property:background-position  ;

    }

    footer .totop a:hover {
        opacity:0.6;
        background-position: center 0px;
    }

    footer .title {
        background-image: url(../img/footer_title.svg);
        background-size: 100% 100%;
        width: 435.779px;
        height: 25.595px;
        text-indent: -9999px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    footer .copyright {
        text-align: center;
        font-size: 18px;
        line-height: 1.35em;
        margin-top: 20px;
    }

   
    


}





@media only screen and (max-width: 850px) {

    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-text-size-adjust: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        font-size: 13px;
    }

    .pc {
        display: none !important;
    }



    header .logo a {
        left: 16px;
        top: 16px;
        width: calc(102px);
        height: calc(102px / 163.871 * 36.278);
        z-index: 999;
        pointer-events: all;
    }



    header .menu {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
        width: 100%;
        height: 100%;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;;
        transition-duration: 1000ms;
        transition-property: opacity,visibility,filter;
        transition-timing-function: ease;
    }

    body.openMenu header .menu {
        visibility: inherit;
        opacity: 1;
    }



    header .menu .inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }


 
    

    header .menu .backarea {
        width: 480px;
        height: 480px;
        position: absolute;
        left: calc(50% - 240px);
        top: calc(50% - 240px);
    }
    header .menu .backarea .back{
        background-image: url(../img/menu_back.png);
       background-size: cover;
       background-position: center center;
       position: absolute;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
    }
    
    header .menu .backarea .mask{
       position: absolute;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background-color: #fff;
       mix-blend-mode: screen;
    }
    header .menu .backarea .mask .inner{ 
       position: absolute;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background-color: #fff;
       filter: blur(36px) contrast(64);
    }
  






    header .menu ul {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header .menu ul li {
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
    }

    header .menu ul li a {
        display: block;
        text-decoration: none;
        font-size: 26px;
        line-height: 1em;
        color: #fff;
        letter-spacing: 0.1em;
        font-weight: 600;
        pointer-events: all;

    }

    header .menu ul li a span {
        display: block;
        margin-top: 1px;
        height: 1px;
        background-color: #DB2422;
        width: 0px;
    }






    header .menubtn a {
        position: absolute;
        right: 16px;
        top: 8px;
        width: 40px;
        height: 40px;
        display: block;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        pointer-events: all;
    }



    header .menubtn a span {
        display: block;
        width: 40px;
        height: 1px;
        border-radius: 100px;
        position: absolute;
        transition-duration: 400ms;
        transition-timing-function: ease;
        transition-property: transform,top;

    }


    header .menubtn a span:nth-child(1) {
        left: calc(50% - 20px);
        top: calc(50% - 1px - 4px);
        background: #b20060;
        background: -moz-linear-gradient(left, #b20060 0%, #db2422 27%, #a14dde 72%, #007fb2 100%);
        background: -webkit-linear-gradient(left, #b20060 0%, #db2422 27%, #a14dde 72%, #007fb2 100%);
        background: linear-gradient(to right, #b20060 0%, #db2422 27%, #a14dde 72%, #007fb2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20060', endColorstr='#007fb2', GradientType=1);

    }

    header .menubtn a span:nth-child(2) {
        left: calc(50% - 20px);
        top: calc(50% - 1px + 4px);
        background: #ead00a;
        background: -moz-linear-gradient(left, #ead00a 0%, #f469a3 50%, #db2422 100%);
        background: -webkit-linear-gradient(left, #ead00a 0%, #f469a3 50%, #db2422 100%);
        background: linear-gradient(to right, #ead00a 0%, #f469a3 50%, #db2422 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead00a', endColorstr='#db2422', GradientType=1);
    }


    body.openMenu  header .menubtn a span:nth-child(1) {
        top: calc(50% - 1px);
        transform:rotate(225deg);
    }

    body.openMenu  header .menubtn a span:nth-child(2) {
        top: calc(50% - 1px);
        transform:rotate(-225deg);
    }
    



    header .sidemenu {
        position: absolute;
        right: 0;
        top: calc(50% - 140px / 2 * 4 / 2);
        height: calc(140px / 2 * 4);
        width: 3px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        pointer-events: none;
    }






    header .sidemenu li a {
        display: block;
        text-decoration: none;
        height: calc(140px / 2);
        width: 3px;
        margin-bottom: 5px;
        background-color: rgba(195,191,191,0.6);
        transition-duration: 250ms;
        transition-property: background-color;
        transition-timing-function: ease;

    }

    header .sidemenu li a span {
        display: none;
    }

    header .sidemenu li a.active {
        background-color: #DB2422;
    }

    body.activeMovie header .sidemenu li a {
        background-color: rgba(255,255,255,0.6);
    }
    body.activeMovie header .sidemenu li a.active {
        background-color: #fff;
    }


    
    

    .moveTitle {
        flex-direction: column;
    }




    
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
        background-color: #fff;
        text-align: center;
    }

    footer .bar {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #007fb2;
        background: -moz-linear-gradient(left, #007fb2 0%, #47a01a 32%, #ffbe86 69%, #db2422 100%);
        background: -webkit-linear-gradient(left, #007fb2 0%, #47a01a 32%, #ffbe86 69%, #db2422 100%);
        background: linear-gradient(to right, #007fb2 0%, #47a01a 32%, #ffbe86 69%, #db2422 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007fb2', endColorstr='#db2422', GradientType=1);
        height: 2px;
    }


    footer .totop a {
        text-decoration: none;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: -50px;
        background-image: url(../img/totop.png);
        background-size: calc(37px / 2) calc(22px / 2);
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 20px;
        font-size: 13px;
        line-height: 1em;
        text-align: center;
        color: rgba(219,36,34,1);
        font-weight: 600;

    }

  

    footer .title {
        background-image: url(../img/footer_title.svg);
        background-size: 100% 100%;
        width:72vw;
        height: calc(72vw /  435.779 * 25.595 );
        text-indent: -9999px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    footer .copyright {
        text-align: center;
        font-size: 11px;
        line-height: 1.35em;
        margin-top: 20px;
    }

   


}