/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#0087cf;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size:1rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #00508F;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
    opacity: 1;
  transform: translateX(0);
  }
  to {
    opacity: 1;
  transform: translateX(100px);
  }
}


/*************************/
/******    common    *****/
/*************************/

.c-pink{ color: #ff7086; }
.c-white{ color: #fff!important;}
.c-navy{ color: #00508f!important; }
.c-red{ color: #e7194d; }
.c-green{ color: #00a192; }
.b-blue{ background-color: #00508f; }

.bg-com{background: url(../img/bk-com.png) top left repeat; }
.bg-green3{ background-color: #64b75b; }
.bg-blue{background: url(../../../assets/img/bk-blue.png) top left repeat; }
.bg-blue2{background-color: #0087cf; }
.bg-blue3{background-color: #e7f5fa; }
.bg-white{ background-color: #fff; }
.bg-dot{background: url(../../../assets/img/bk-dot.png) top left repeat; }
.bg-skyblue{background-color: #cee8fc;}
.bg-subblue{background-color: #c8e7ec;}
.bg-subred{background-color: #fff0f3;}
.bg-cream{background-color: #ffefbd;}
.bg-d-blue{background-color: #007cc8;}
.bg-pink{background-color: #fadbdd;}
.bg-lightgreen{background-color: #e7f1d7;}
.bg-gray{background-color: #f1f1f1;}
.bg-orange{background-color: #da4929;} 

a{cursor: pointer;}
sup{font-size: 6px!important;}

.t-underline{text-decoration: underline;}


.no-gutters{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.imgover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.imgover:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}


.link-arrow-icon{
    position: relative;
}

.link-arrow-icon i{
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.btn-small{
    display: block;
    background-color: #ff7086;
    width: 100%;
    /* height: 30px; */
    padding: 10px 0;
    font-size: 14px;
    color: #fff!important;
    /* line-height: 30px; */
    text-align: center;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}


.btn-big{
    display: block;
    font-size: 26px;
    height: 80px;
    line-height: 80px;
    background-color: #ff7086;
    width: 100%;
    color: #fff!important;
    text-align: center;
    border-radius: 40px;        /* CSS3草案 */
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;   /* Firefox用 */
}

.btn-movie{
    display: block;
    background-color: #fff;
    width: 100%;
    height: 40px;
    color: #e7194d!important;
    border: 2px solid #e7194d;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}

.btn-small:hover, .btn-big:hover{
    text-decoration: none;
}

.btn-movie:hover{
    text-decoration: none;
    background-color: #e7194d!important;
    color: #fff!important;
}

.ol-list-pl{
    padding-left: 1rem!important;
    line-height: 1.6;
}

.sec-line{
    margin: 2.5rem 0 3.5rem 0;
}

.box-round{
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

.row-height{
    display: flex;
    flex-wrap: wrap;
}

/* 992px以下 */
@media screen and (max-width: 992px){

    .sec-line{
        margin: 1rem 0 1.5rem 0;
    }

    .btn-big{
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;        /* CSS3草案 */
        -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
        -moz-border-radius: 20px;   /* Firefox用 */
    }

}

/*大デバイス（デスクトップ, 1200px 未満）*/
@media screen and (max-width: 1024px) and (orientation: portrait) {
 .f-xl {
   font-size: 0.8rem!important;
 }
}
/*中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) {
 .f-lg {
 }
}
/*小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) {
 .f-md {
   font-size: 2.0rem;
 }
}

/*極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) {
 .f-sm {
   font-size: 1.0rem;
 }
}


/*************************/
/******    layout    *****/
/*************************/

body{
    /*background-color: #ffefbd;*/
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


/*************************/
/******     top      *****/
/*************************/
.top-mv{
    /* height: 650px; */
    /* min-height: auto; */
    padding-left: 0px;
    padding-right: 0px;
}

.top-sp-mv{
padding-top: 20px;
}


.main-bk{
    background-color: #fff;
    border: 4px solid #fed900;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}

.txt-tokyo{
    margin: -35px 0 30px 0;
}

.txt-month{
    margin: -35px 0 80px 0;
}

.movie-list .date{
    font-size: 18px;
}
.movie-list .movie{
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.movie-list .exp{
    color:#00508f;
    font-weight: bold;
    margin: 15px 0;
    font-size: 16px;
}
.movie-list .att{
    font-weight: bold;
    margin: 15px 0;
    font-size: 14px;
}
.movie-list .staff{}

h2{
    color:#00508f;
    font-size: 26px;
    font-weight: bold;
}

.txt-sche{
    font-size: 30px;
    padding: 60px 0 80px 0;
}

.copy{
    font-size: 10px;
    line-height: 1.4;
    display: block;
    margin-top: 5px;
}

.foot-contact{
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
}

.foot-contact .txt{
    float: left;
    border: 1px solid #fff;
    height: 70px;
    width: 200px;
    text-align: center;
    line-height: 70px;
    margin-right: 20px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

.foot-contact a{
    color: #fff!important;
}

/*小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 991.98px) {

    h2{
        font-size: 22px;
    }

    .foot-contact{
        font-size: 16px;
        margin-top: 0px;
    }
    .foot-contact .txt{
        float:none;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 10px;        /* CSS3草案 */
        -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;   /* Firefox用 */
    }

   }


/*小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) {
    .main-bk{
        width: 95%;
    }

    .txt-sche{
        font-size: 24px;
        padding: 40px 0 60px 0;
    }

    .txt-tokyo{
        margin: -25px 0 20px 0;
    }
    .txt-tokyo img{
        width: 70%;
    }

    .txt-month{
        margin: -25px 0 20px 0;
    }
    .txt-month img{
        width: 50%;
    }
   }
   