*{
    margin: 0;
    padding: 0;
    color: #111111;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    box-sizing: border-box; 
}

header{
    width: 100%;
    height:80px;
    display:flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1;
    background-color: #ffffff;
}

.logo{
    display: flex;
    align-items: center;
}

.logo a{
    display:flex;
    text-decoration: none;
}
    
.logo a img{     
    width:60px;
    height:60px;
}

.logo a h1{
    font-size:24px;
    font-weight: bold;
    padding-left: 10px;
}

.navigationforPC{
    display: flex;
    align-items:center;
}

.menuforPC ul{
    display:flex;
    list-style-type:none;
}

.menuforPC ul li {
    padding-right: 18px;
}

.menuforPC ul li a{
    display: inline-block;
    position: relative;
    text-decoration:none;
}

.menuforPC ul li a::after {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    background:#fa4141;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.menuforPC ul li a:hover::after {
    transform: scale(1, 1);
}

.ja{
    font-size:18px;
    font-weight: bold;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    text-align:center;
}
                
.en{
    font-size: 11px;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    text-align:center;
}

.socialmediaiconforPC ul{
    display:flex;
    list-style-type:none;
}

.youtubeicon{
    height: 38px;
    width: 38px;
    margin-right: 10px;  
}

.twittericon{
    height: 36px;
    width: 36px;
    margin-top: 1px;
    margin-right: 10px;
}

.navigationforsmartphone{
    display: none;
}

.iconforsmartphone{
    display: none;
}

.headerspce{
    width: 100%;
    height: 80px;
}

.slider {
    width: 100%;
    height: auto;
    display:flex;
    justify-content:center;
    align-items: center;
    margin: 0;
    padding: 30px 0;
    background-image:url("../img/sliderbg.png");
    background-size: 550px 200px;
}

.slider-box{
    width: 660px;
    position: relative;
}

.slider-container{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.slider-img{
    width: 200px;
    height: 200px;
    position: absolute;
    left:0px
}

.slider-img img{
    width: 200px;
    height: 200px;
}

.slider-button-left{
    width: 48px;
    height: 48px;
    position: absolute;
    top: calc(50% - 24px);
    left: -24px;
    cursor: pointer;
}

.slider-button-left:hover{
    opacity: 0.7;
}

.slider-button-right{
    width: 48px;
    height: 48px;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(100% - 24px);
    cursor: pointer;
}

.slider-button-right:hover{
    opacity: 0.7;
}

.movienavi{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f0f0;
}

.movienaviheader{
    width:100%;
    display: flex;
    justify-content: center;
}

.movienavidescription{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.movienavidescription h1{
    font-size: 32px;
    font-weight: 600;
}

.movienavidescription p{
    font-size: 14px;
    font-weight: 400;
}

.movienavibody{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.movieintroparent{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.movieintrochild{
    margin: 12px 11px;
}

.movieintrochild a{
    text-decoration: none;
}

.movieintro{
    width: 384px;
    height: 397px;
    background:#ffffff;
}

.dummy{
    width: 384px;
    height: 0px;
    margin: 0 11px;
}

.movieintro:hover{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    transform: translateY(-10px);
    transition-duration: 0.5s;
}

.moviethumbnail{
    width: 384px;
    height: 216px;
}

.moviethumbnail img{
    width: 100%;
    height: 100%;
}

.movietitle{
    width: 340px;
    height: 50px;
    margin-top: 13px;
    margin-left: 22px;
    margin-right: 22px; 
}

.movietitle p{
    font-size: 15px;
    font-weight: 400;
}

.movietag{
    width: 340px;
    height: 62px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
    margin-left: 22px;
    margin-right: 22px; 
    position: relative;
}

.tag{
    height: 24px;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 0 15px 0 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 6px;
    border-radius: 12px;
    color: #fa4141;
    background: white;
    border: solid 1px #fa4141;
    cursor: pointer;
}

.tag:hover{
    color: white;
    background:  #fa4141;
    border: solid 1px #fa4141;
}

.tagetc{
    color: #fa4141;
    font-size: 15px;
}

.movieday{
    width: 340px;
    height: 23px;
    margin-top: 7px;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 13px;    
    display: flex;
    justify-content: flex-end;
}
            
.movieday p{
    font-size: 15px;
    font-weight: 400;    
}

.movienavifooter{
    width: 100%;
    display: flex;
    justify-content: center;
}

.moviedetailbuttun{
    margin-top: 15px;
    margin-bottom: 30px;
}

.moviedetailbuttun a{
    text-decoration: none;
}

.moviedetailbuttuncontent{
    height: 50px;
    width: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:  #111111;
}

.moviedetailbuttuncontent img{
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.moviedetailbuttuncontent p{
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

.newsnavi{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsnaviheader{
    width: 100%;
    display: flex;
    justify-content: center;
}

.newsnavidescription{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 12px;
}

.newsnavidescription h1{
    font-size: 32px;
    font-weight: 600;
}

.newsnavidescription p{
    font-size: 14px;
    font-weight: 400;
}

.newsnavibody{
    width: 100%;
    display: flex;
    justify-content: center;
}

.newsnavibody ul{
    width:600px;
    list-style-type:none;
}

.newsnavibody ul li{
    width:100%;
}

.newsnavibody ul li a{
    width:100%;
    text-decoration: none;
}

.newsintro{
    width:100%;
    height: 57px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    background: #f0f0f0;
}

.newsintro:hover{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    transform: translateY(-10px);
    transition-duration: 0.5s;
}

.newsday{
    width:80px;
    font-size: 15px;
    margin-left: 50px;
}

.newstitle{
    width:calc(100% - 230px);
    margin-left: 50px;
    margin-right: 50px;
    font-size: 15px;
}

.newsnavifooter{
    width: 100%;
    display: flex;
    justify-content: center;
}

.newsdetailbuttun{
    margin-top: 27px;
    margin-bottom: 30px;
}

.newsdetailbuttun a{
    text-decoration: none;
}
            
.newsdetailbuttuncontent{
    width: 285px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:  #111111;
}

.newsdetailbuttuncontent img{
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.newsdetailbuttuncontent p{
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

.twitternavi{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f0f0;
}

.twitternaviheader{
    width: 100%;
    display: flex;
    justify-content: center;
}

.twitternavidescription{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.twitternavidescription h1{
    font-size: 32px;
    font-weight: 600;
}

.twitternavidescription p{
    font-size: 14px;
    font-weight: 400;
}

.twitternavibody{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.twitternavibody div{
    width: 470px;
    height: 400px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 15px;
    margin-bottom: 25px;
    background:  #ffffff;
}

footer{
    text-align: center;
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}

#page_top a {
    padding: 20px 20px;
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    header{
        height:50px;
    }

    .logo a img{     
        width:50px;
        height:50px;
    }
    
    .logo a h1{
        font-size:18px;
        padding-left: 0px;
    }

    .navigationforPC{
        display: none;
    }

    .navigationforsmartphone{
        width: 100%;
        height: calc(100vh - 50px);
        display: block;
        position: fixed;    
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(240, 240, 240, 1);
        transition: all .2s ease-in-out;
        transform: translateY(-100%);
        opacity: 0;
    }

    .toggle {
        transform: translateY( 50px );
        opacity: 1;
    }

    .menuforsmartphone{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .menuforsmartphone ul{
        width: 307px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        list-style: none;
    }

    .menuforsmartphone ul li{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .menuforsmartphone ul li a{
        display: flex;
        text-decoration: none;
    }
    
    .ja{
        font-size:18px;
        margin-right: 20px;
    }
                    
    .en{
        font-size: 11px;
    }

    .iconforsmartphone{
        display: flex;
    }

    .socialmediaiconforsmartphone{
        height: 50px;
        display: flex;
    }

    .socialmediaiconforsmartphone ul{
        display:flex;
        list-style-type:none;
    }
    
    .youtubeicon{
        width: 34px;
        height: 34px;
        padding: 0;
        margin: 0;
        margin-right: 17px;
        margin-top: 7px;    
    }
    
    .twittericon{
        width: 32px;
        height: 32px;
        padding: 0;
        margin: 0; 
        margin-right: 17px;
        margin-top: 8px;
    }

    .navigationiconforsmartphone{
        width: 32px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        margin-right: 5px;
        cursor: pointer;
    }

    .navigationiconforsmartphoneline{
        width: 32px;
        height: 3px;
        margin-top: 3px;
        margin-bottom: 3px;
        background-color: #111111;
    }

    .headerspce{
        width: 100%;
        height: 50px;
    }

    .slider-box{
        width: 100%;
        max-width: 660px;
    }

    .slider-button-left{
        top: calc(50% - 24px);
        left: 12px;
    }
    
    .slider-button-right{
        top: calc(50% - 24px);
        left: calc(100% - 60px);
    }

    .movieintrochild{
        margin: 12px 28px;
    }

    .movieintro{
        width: 307px;
        height: 318px;
        background:#ffffff;
    }

    .dummy{
        width: 307px;
        margin: 0 28px;
    }

    .movieintro:hover{
        box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
        transform: translateY(-8px);
    }

    .moviethumbnail{
        width: 307px;
        height: 173px;
    }

    .movietitle{
        width: 272px;
        height: 40px;
        margin-top: 10px;
    }

    .movietitle p{
        font-size: 14px;
    }

    .movietag{
        width: 272px;
        height: 50px;
        margin-top: 10px; 
    }

    .tag{
        height: 20px;
        padding: 0 12px 0 12px;
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    .movieday{
        width: 272px;
        height: 18px;
        margin-top: 7px;
        margin-left: 18px;
        margin-right: 18px;
        margin-bottom: 10px;    
    }
            
    .movieday p{
        font-size: 14px;
    }

    .newsnavibody ul{
        max-width: 600px;
        min-width: 360px;
        width:90%;
    }

    .newsintro:hover{
        box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
        transform: translateY(-8px);
    }

    .newsday{
        width: 80px;
        font-size: 14px;
        margin-left: 20px;
    }

    .newstitle{
        width: calc(100% - 140px);
        font-size: 14px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .twitternavibody div{
        width: 350px;
        height: 320px;
    }
}

@media screen and (max-width: 370px) {
    .logo a img{     
        width:40px;
        height:40px;
    }
    
    .logo a h1{
        font-size:16px;
        padding-left: 0px;
    }

    .movieintrochild{
        margin: 12px 0px;
    }

    .dummy{
        margin: 0;
    }

    .newsnavibody ul{
        width: 307px;
        min-width: 307px;
    }

    .newsday{
        margin-left: 10px;
    }
    
    .newstitle{
        width: 197px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .twitternavibody div{
        width: 300px;
        height: 280px;
        margin: 0;
        margin-bottom: 25px;
    }
}