@charset "UTF-8";



/****************************

共通

****************************/

html,
body {
    margin: 0;
    padding: 0;

}

HTML{
  font-size: 62.5%;
}
body {
  background: #a0b5b5;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size:1.6rem;/* 16px*/
  line-height: 2;
height: 93vh;
}
.pc_block {
  display: block;
}
.sp_block {
  display: none !imortant;
}


area {
    pointer-events: fill;
    cursor: pointer;
}



.sp{
        display: none;
    }
    .pc{
        display: block;
    }
.snowfall-flakes {
    z-index: -10 !IMPORTANT;
}
/****************************

contents

****************************/
a.header_logo {
    display: block;
    width: 20%;
    margin: 0 auto;
}


header.header {
    margin: 3% 0;
    background: transparent !important;
    height: auto !important;
}

.header_title img {
    margin: 20px auto 0;
    width: 15%;
    display: block;
}

/** movies **/

div.movie_box{
    width: 30%;

}
.movie {
    height: auto;
    width: 78%;
    margin: 0 auto;
    min-height: 800px;
    cursor: pointer;
cursor: hand;
}

.movie01 .movie_thumbnail {
    background: url( "../video/gif/JKT_master_01.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.movie_thumbnail {
   height: 70%;
    border-radius: 20px 20px 0 0;
}

.movie02 .movie_thumbnail {
    background: url(../video/gif/PNT_master_01.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.movie03 .movie_thumbnail {
    background: url(../video/gif/Revo-JKT_master_01.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.movie_title {
    width: 65%;
    position: relative;
}

div#slide {
    padding-bottom: 5%;
}

.movie_info_box {
      height: 9vw;
    border-radius: 0 0 20px 20px;
    display: flex;
}

.movie01 .movie_info_box {
    background: #4159bd;
}

.movie02 .movie_info_box {
    background: #00b3bd;
}

.movie03 .movie_info_box {
    background: #e09f9c;
}
.movie_action{
    width: 35%;
    position: relative;
}
.cboxElement::before {
    background: url(../images/view.png);
    content: "";
    background-size: cover;
    height: 60px;
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.movie_title img {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 85%;
}
.copyright img {
    width: 30%;
    margin: 0 auto 20px auto;
    display: block;
}

/** lightup **/
div#lightcase-content {
    background-color: #0000 !important;
    box-shadow: none !important;
}
.lightcase-contentInner {

    max-width: 40vw !important;
    width: 80vw !important;
}

.lightcase-contentInner video {
    width: 100% !IMPORTANT;
    height: 100% !IMPORTANT;
    max-width: 100% !important;
    max-height: 100% !IMPORTANT;
    border-radius: 40px;
}
.lightcase-icon-close:before{
    display: none !important;
}
#lightcase-overlay{
    background: #9c9c9c !Important;
}
  .movie_thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}
.lightcase-contentInner img {
    width: 100% !IMPORTANT;
    max-width: fit-content !important;
    max-height: fit-content !important;
    display: block;
    margin: 0 auto;
}

/* **************************
  SP (~414px)
************************** */
@media screen and (max-width: 414px) {
    .header_logo {
    width: 60%;
    margin: 40px auto 0 auto;
}
    .header_title img {
    width: 40%;
}
    div#slide {
    padding-top: 10vh;
}
  .movie {
    min-height: unset;
      width: 90%;
}
    .movie_thumbnail {
    border-radius: 10px 10px 0 0;

}
    div.lightcase-contentInner {
    height: 51vh !IMPORTANT;
    max-width: 100vw !important;
    width: 90vw !important;
}

.movie_info_box {
    border-radius: 0 0 10px 10px;
    height: 10vh;
}
    .cboxElement::before {
    height: 20px;
    width: 17px;
}
    .movie_thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}
    footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
    .copyright img {
        width: 100%;}

}

/* **************************
  only tablet (768px~1024px)
************************** */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* **************************
  only tablet ( side)
************************** */

@media screen and (max-width: 1024px) and (orientation: landscape){

}

@media screen and (max-width: 1400px) {


}

/* **************************
  others
************************** */
@media screen and (min-width: 1250px) and (max-width: 1308px) {



}

@media screen and (min-width: 1000px) and (max-width: 1249px) {



  }

  @media screen and (min-width: 900px) and (max-width: 1000px) {



    }

    @media screen and (min-width: 766px) and (max-width: 899px) {


      }

