@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);@charset "UTF-8";
/*-------------------------------
共通設定
--------------------------------*/
h1.cmsoon {
        font-size: 200%;
        margin: 5%;
        text-align: center;
}
#jfm000022 .container {
   width: 100%;
   margin: 0 auto 100px;
   background: #fff;
   color: #fff;
}
.sp#jfm000022 .container {
   width: 100%;
   margin: 0 auto;
   padding-bottom: 20%;
}
.container {
   width: 970px;
   margin: 0 auto;
}
.sp .container {
   width: 100%;
   margin: 0;
}


.container section {
   width: 970px;
   margin: 0 auto;
}
.sp .container section {
   width: 100%;
   margin: 0;
}
#globalNavi.naviFixed {
   display: none;
}
.pc .container a:hover {
   opacity: .6;
   cursor: pointer;
   -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
           transition: all .2s ease-in-out;
}
div.top {
   position: fixed;
   right: 10px;
   bottom: 100px;
   margin: -3em 0 1em 0;
   text-align: right;
}
/* 画像が暗いので弱めに個別調整 */
#jfm000022 .snapshot .control {
   opacity: .5;
}
#jfm000022 .snapshot .control:hover {
   opacity: 1;
}

.mincho,[class^="mincho"]{
   font-weight: 500;
   color: #356485;
   font-family: "游明朝" , "Yu Mincho" ,"Roboto Slab" , Garamond , "Times New Roman" ,  "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*----------------------------------------------
section #hederG
----------------------------------------------*/

section#hederG .mainimg{
   display: inline-block;
}

section#hederG .maininfo{
   display: inline-block;
   padding: 79px 0 45px 478px;
   background: url(/static/cpn/jfm000022/img/headerMain.jpg) no-repeat 0 0;
}

section#hederG .maininfo h2{
   display: inline-block;
   background: url(/static/cpn/jfm000022/img/stert.png) no-repeat center 0;
   width: 486px;
   height: 197px;
   margin-bottom: 12px;
}
section#hederG .maininfo div.buyNow{
   background-color: ccc;
}
[class^="hddn"]{
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    background: url(/static/cpn/jfm000022/img/ttlLogo.png) no-repeat center 0;
    width: 484px;
    height: 79px;
    display: inline-block;
}
.banner h3 {
        background: url(/static/cpn/jfm000022/img/ban_1.jpg) no-repeat center 0;
        width: 100%;
        height: 56px;
        margin: 0;
}
.banner h4 {
        background: url(/static/cpn/jfm000022/img/ban_2.jpg) no-repeat center 0;
        width: 100%;
        height: 55px;
        margin: -5px 0;
}
/*-------------------------------
ボタン
--------------------------------*/
section#hederG .maininfo .button {
   width: 76%;
   display: block;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ie-border-radius: 5px;
   border-radius: 5px;
   font-size: 22px;
   -webkit-transition-property: background-color;
   -webkit-transition-duration: .15s;
   -webkit-transition-timing-function: ease-in-out;
   cursor: pointer;
   margin:0 auto;
   margin-bottom: 20px;
   text-decoration: none;
   line-height: 1.3;
   padding: 24px 20px;
}
section#hederG .maininfo .button:active {
   /* margin-top: 5px; */
   /* margin-bottom: 15px; */
}
section#hederG .maininfo .button p {
   color: #fff;
   vertical-align: middle;
   display: inline-block;
}
section#hederG .maininfo .icon {
   width: 29px;
   height: 29px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   -ie-border-radius: 13px;
   border-radius: 13px;
   float: right;
   background: #fff;
}
section#hederG .maininfo .arrow {
   margin: 7px 0px 0 10px;
   -webkit-border-style: solid;
   -moz-border-style: solid;
   -ie-border-style: solid;
   border-style: solid;
   width: 0;
   height: 0;
   border-width: 8px 8px 8px 13px;
}
section#hederG .maininfo .color {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   background-color: #366486;
   box-shadow: 0px 5px 0px 0px #ca0a15;;
}

section#hederG .maininfo .color:hover{
        box-shadow: 0 2px 0 #aa5421;
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
}
section#hederG .maininfo .color .arrow {
   border-color: transparent transparent transparent #366486;
}

/*----------------------------------------------
section .glovalNavi
----------------------------------------------*/

section.glovalNavi {
   margin-top: 30px;
   margin-bottom: 78px;
   padding: 6px 0;
}

section.glovalNavi ul {
   display: -webkit-box;
   display:         flex;
   display: -webkit-flex;
   width: 970px;
   text-align: center;
   letter-spacing: 0;
   -webkit-box-pack: justify;
   justify-content: space-between;
   -webkit-justify-content: space-between;
}
section.glovalNavi ul li {
   display: inline-block;
   color: #356485;
   margin: 4px;
   font-size: 30px;
   text-align: center;
   -webkit-box-flex: 1;
   flex: auto;
   -webkit-flex: auto;
   border: 2px solid #b7b4af;
}
section.glovalNavi ul li:first-child{
   margin-left:15px;
}
section.glovalNavi ul li:last-child{
   margin-right:15px;
}
section.glovalNavi ul li a {
   display: inline-block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
   color: #000;
   font-weight: bold;
   text-decoration: none;
   line-height: 46px;
}
section.glovalNavi ul li a:hover{
    
background: #eaeaea;
}
div#movieInfo:target h2,
section#introduction:target h2,
section#related:target h2 {
 background: #eaeaea;
 -webkit-transition: all 1s ease-in-out;
 -moz-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
}
section.glovalNavi ul li a::after {
   display: inline-block;
   width: 0;
   height: 0;
   margin:23px 10px 0;
   border-top: 8px solid #000;
   border-right:  6px solid transparent;
   border-bottom: 6px solid transparent;
   border-left: 6px solid transparent;
   content: "";
}

/*----------------------------------------------
section h2 タイトル
----------------------------------------------*/

#movieInfo h2,
#introduction h2,
#related h2 {
   height: 45px;
   font-size: 36px;
   margin-top: 10px;
   margin-bottom: 30px;
   padding-top: 10px;
   border: solid 2px #b7b4af;
   text-align: center;
   color: #356485;
   font-weight: 700;
}

/*----------------------------------------------
trailer_box
----------------------------------------------*/
.trailer_box:after {
   display: block;
   clear: both;
   content: "";
}
div#movieInfo h3 {
   margin: 16px auto 20px;
   padding-top: 10px;
   font-size: 32px;
   font-weight: normal;
   text-align: center;
   line-height: 1.3;
}
.trailer_box .trailermovie {
   width: 640px;
   margin: 10px auto 20px;
}
.tralerBox .prevew a {
   display: block;
}
.trailer_box img {
   width: 640px;
   vertical-align: bottom;
}
h4.hddn_desc {
    margin-bottom: 8px;
}

div#movieInfo {
    margin-bottom: 90px;
}
div#movieInfo h3 {
   margin: 16px auto 20px;
   padding-top: 10px;
   font-size: 32px;
   font-weight: 700;
   text-align: center;
   line-height: 1.3;
}

/*--------------------------------------------------------------
    作品紹介
---------------------------------------------------------------*/
#introduction h2.mincho_obi {
    margin-bottom: 50px;
}

section#introduction h3 {
    font-size: 28px;
    border-bottom: solid 2px #000;
    text-align: left;
    line-height: 1.5;
    letter-spacing: -0.1em;
    color: #356485;
}
.revival {
    background: url(/static/cpn/jfm000022/img/storyImage_2.png) no-repeat right 0;
    padding: 0 400px 0 25px;
}
section#introduction h3.hddn_rev {
    background: url(/static/cpn/jfm000022/img/revival.png) no-repeat center 0;
    width: 376px;
    height: 164px;
    border-bottom: none;
}
section#introduction h3 span.square{
   width: 40px;
   height: 40px;
   margin:0  10px -12px 0;
   display: inline-block;
   background: #000;
}
section#introduction .intro-box{
   padding: 50px 25px 340px;
   margin-bottom: 50px;
   color: #4c4a47;
   background: url(/static/cpn/jfm000022/img/trailerImage_2.png) no-repeat  center bottom;
   margin-bottom: 95px;
}
section#introduction .intro-box.stry {
    background: none;
    padding: 50px 25px 30px;
    margin-bottom: 55px;
}
section#introduction .intro-box .int-img{
   display: inline-block;
   vertical-align: top;
}

section#introduction .intro-box .int-txt{
   display: inline-block;;
   width: 48%;
   margin-left: 2%;
}

/*--------------------------------------------------------------
    関連作品
---------------------------------------------------------------*/
section#related h3{
   font-size: 26px;
   color:#000;
   margin-bottom: 5%;
   text-align: center;
}



section#related h4{
   font-size:26px;
   margin-bottom: 20px;
   text-align: center;
   color: #356485;
}
h4.mincho_other {
    border-bottom: 1px solid;
    width: 50%;
    margin: 0 auto;
    letter-spacing: 0.1em;
}
p.mincho_subttl {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

dd.mincho {
    font-size: 16px;
    padding: 10px 0 28px;
}
section#related {
    text-align: center;
}
section#related dl {
    display: inline-block;
    width: 49%;
    margin-bottom: 5%;
    vertical-align: top;
}

h3.mincho_kanren {
    font-size: 36px;
}

h4.mincho_other {
    font-size: 26px;
}
section#related h4 span{
   color:#ff0000;
   font-weight: bold;
}

section.relatedMovies ul {
   text-align: center;
   background: #ccd8e0;
   width: 100%;
   margin-bottom: 50px;
}

section.relatedMovies ul li {
   display: inline-block;
   margin: 20px 5px;
}
section.relatedMovies ul li img{
    border: 2px solid #ccd8e0;
}
section.relatedMovies ul li a:hover img{
    border: 2px solid #4567ac;
}
section.relatedMovies ul li a:hover img {
   -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
           transition: all .2s ease-in-out;
   }

section#related h3.tv{
   margin-top:50px;
   margin-bottom:10px; 
   border-bottom: solid 2px #000;
}
section.relatedMovies ul.tv{
   background: #fff;
}

section.relatedMovies ul.tv li {
   display: inline-block;
   margin: 20px 10px 50px;
}

section.relatedMovies .caution{
   text-align: center;
   font-size: 12px;
}

/*.coupon {
   padding-bottom: 40px;
   text-align: center;
}*/


/*--------------------------------------------------------------
    SP
---------------------------------------------------------------*/

.sp .container img {
   width: 100%;
}

/*----------------------------------------------
section #hederG  sp
----------------------------------------------*/

.sp section#hederG .mainimg{
   display: inline-block;
   width: 100%;
}

.sp section#hederG .maininfo{
   display: inline-block;
   width: 100%;
   vertical-align: top;
   position: relative;
   text-align: center;
   background: url(/static/cpn/jfm000022/img/headerMain.jpg) no-repeat 0 bottom;
   background-size: contain;
   padding: 0px 0 54vw 0;
   position: relative;
}
.sp section#hederG .maininfo h1{
   display: inline-block;
   margin: 0;
   width: 100%;
   height: 17vw;
   background: url(/static/cpn/jfm000022/img/ttlLogo.png) no-repeat center 0;
   background-size: contain;
}
.sp section#hederG .maininfo h2{
   display: inline-block;
   margin: 0 0 22vw 0;
   width: 100%;
   height: 40vw;
   background: url(/static/cpn/jfm000022/img/stert.png) no-repeat center -19px;
   background-size: contain;
}
.sp section#hederG .maininfo div.buyNow{
   background-color: ccc;
}
.sp .banner {
    margin-top: 27vw;
}
.sp h4.hddn_desc {
    margin-bottom: 4%;
    background: url(/static/cpn/jfm000022/img/ban_2.jpg) no-repeat center 0;
    background-size: cover;
    height: 7vw;
}
.sp h3.hddn_off30 {
      background: url(/static/cpn/jfm000022/img/ban_1.jpg) no-repeat center 0;
      width: 100%;
      height: 6vw;
      margin: 0;
      background-size: contain;
}
/*-------------------------------
ボタン  sp
--------------------------------*/
.sp section#hederG .maininfo .button {
   width: 76%;
   display: block;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ie-border-radius: 5px;
   border-radius: 5px;
   font-size: 22px;
   -webkit-transition-property: background-color;
   -webkit-transition-duration: .15s;
   -webkit-transition-timing-function: ease-in-out;
   cursor: pointer;
   margin:0 auto;
   margin-bottom: 20px;
   text-decoration: none;
   line-height: 1.3;
   padding: 4% 3%;
}
.sp section#hederG .maininfo .button:active {
   margin-top: 5px;
   margin-bottom: 15px;
}
.sp section#hederG .maininfo .button p {
   width: 78%;
   color: #fff;
   vertical-align: middle;
   display: inline-block;
}
.sp section#hederG .maininfo .button span {
   /* display: block; */
}
.sp section#hederG .maininfo .icon {
   width: 29px;
   height: 29px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   -ie-border-radius: 13px;
   border-radius: 13px;
   float: right;
   background: #fff;
   margin-top: 1%;
}
.sp section#hederG .maininfo .arrow {
   margin: 7px 0px 0 10px;
   -webkit-border-style: solid;
   -moz-border-style: solid;
   -ie-border-style: solid;
   border-style: solid;
   width: 0;
   height: 0;
   border-width: 8px 8px 8px 13px;
}
.sp section#hederG .maininfo .color {
   box-shadow: 0px 3px 0px 0px #ca0a15;
   display: inline-block;
   position: absolute;
   left: 6%;
   bottom: -24vw;
   font-size: 125%;
   font-weight: bold;
   letter-spacing: 1px;
   padding: 2% 6%;
}
.sp section#hederG .maininfo .color:active {
   background-color: #d60a3f;
   -webkit-box-shadow: 0px 0px 0px 1px #d60a3f inset, 0px 0px 0px 0px #d60a3f inset, 0px 1px 0px 0px #d60a3f, 0px 0px 0px 0px rgba(0,0,0,.15);
   -moz-box-shadow: 0px 0px 0px 1px #d60a3f inset, 0px 0px 0px 0px #d60a3f inset, 0px 1px 0px 0px #d60a3f, 0px 0px 0px 0px rgba(0,0,0,.15);
   -ie-box-shadow: 0px 0px 0px 1px #d60a3f inset, 0px 0px 0px 0px #d60a3f inset, 0px 1px 0px 0px #d60a3f, 0px 0px 0px 0px rgba(0,0,0,.15);
   box-shadow: 0px 0px 0px 1px #d60a3f inset, 0px 0px 0px 0px #d60a3f inset, 0px 1px 0px 0px #d60a3f, 0px 0px 0px 0px rgba(0,0,0,.15);
}


/*----------------------------------------------
section .glovalNavi  sp
----------------------------------------------*/

.sp section.glovalNavi {
   margin-top: 30px;
   margin-bottom: 40px;
   padding: 6px 0;
   background: #e5e5e5;
}

.sp section.glovalNavi ul {
   display: -webkit-box;
   display:         flex;
   display: -webkit-flex;
   width: 970px;
   text-align: center;
   /* border-top: 3px solid #fff; */
   /* border-bottom: 3px solid #fff; */
   letter-spacing: 0;

   -webkit-box-pack: justify;
           justify-content: space-between;
   -webkit-justify-content: space-between;
}
.sp section.glovalNavi ul li {
   display: inline-block;
   color: #000;
   background: #fff;
   margin: 4px;
   font-size: 30px;
   text-align: center;

   -webkit-box-flex: 1;
           flex: auto;
   -webkit-flex: auto;
}
.sp section.glovalNavi ul li:first-child{
   margin-left:15px;
}
.sp section.glovalNavi ul li:last-child{
   margin-right:15px;
}
.sp section.glovalNavi ul li a {
   display: inline-block;
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
   width: 98%;
   color: #000;
   font-weight: bold;
   text-decoration: none;
   line-height: 46px;
   margin-left:15px;
}
.sp section.glovalNavi ul li a::after {
   display: inline-block;
   width: 0;
   height: 0;
   margin:23px 10px 0;
   border-top: 8px solid #000;
   border-right:  6px solid transparent;
   border-bottom: 6px solid transparent;
   border-left: 6px solid transparent;
   content: "";
}

/*----------------------------------------------
section h2 タイトル  sp
----------------------------------------------*/

.sp #movieInfo h2,
.sp #introduction h2,
.sp #related h2 {
   height: 1.5em;
   font-size: 120%;
   margin:0 4%;
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 10px;
   border: solid 1px #000;
   text-align: center;
}
.sp p.mincho_subttl {
    font-size: 120%;
    text-align: center;
    margin: 5%;
    letter-spacing: 1px;
}
.sp section#related dl {
    display: inline-block;
    width: 100%;
    margin-bottom: 5%;
    vertical-align: top;
}
.sp section#related dt  {

width: 38%;

display: inline-block;

vertical-align: top;
}
.sp section#related dd{
    
width: 57%;
    
display: inline-block;
    
font-size: 90%;
    
padding: 1% 0 2%;
    
text-align: left;
}
/*----------------------------------------------
trailer_box  sp
----------------------------------------------*/
.sp .trailer_box:after {
   display: block;
   clear: both;
   content: "";
}

.sp div#movieInfo h3 {
   margin:0 4%;
   margin: 1% auto 2%;
   padding-top: 10px;
   font-size: 120%;
   font-weight: normal;
   text-align: center;
   line-height: 1.3;
}

.sp div#movieInfo {
    margin-bottom: 9%;
}
.sp .trailer_box .trailermovie {
   width: 640px;
   margin: 10px auto 20px;
   box-sizing: border-box;
}

.sp .tralerBox .prevew a {
   display: block;
}

.sp .trailer_box img {
   width: 640px;
   vertical-align: bottom;
}

/*--------------------------------------------------------------
    作品紹介  sp
---------------------------------------------------------------*/
.sp .revival {
    padding-right: 0;
    background: none;
    background: url(/static/cpn/jfm000022/img/revivalImage.png) no-repeat center bottom;
    background-size: contain;
    padding-bottom: 32vw;
    margin-bottom: 10vw;
}
.sp section#introduction .revival h3 {
   font-size: 28px;
   margin: 0 0 4% 0;
   text-align: left;
   line-height: 1.5;
   letter-spacing: -0.1em;
   background: url(/static/cpn/jfm000022/img/revival.png) no-repeat center 0;
   background-size: contain;
   width: 100%;
   height: 32vw;
   border-bottom: none;
}
.sp p.hddn_txt {
    background: url(/static/cpn/jfm000022/img/revival_txt_sp.jpg) no-repeat center 0;
    background-size: contain;
    width: 100%;
    height: 22vw;
}
.sp section#introduction h3 span.square{
   width: 40px;
   height: 40px;
   margin:0  10px -12px 0;
   display: inline-block;
   background: #000;
}
.sp section#introduction .intro-box{
   background: #eee;
   padding: 3% 1% 1%;
   margin: 0 1%;
   margin-bottom: 4%;
   background: url(/static/cpn/jfm000022/img/introImage.png) no-repeat 34% 0;
   background-size: cover;
   color: #ffffff;
   /* text-shadow: 0 3px 2px #000; */
}
.sp section#introduction .intro-box.stry {
     background: url(/static/cpn/jfm000022/img/storyImage.png) no-repeat center 0;
   background-size: cover;
   color: #ffffff;
}
.sp section#introduction .intro-box .int-img{
   display: block;
   vertical-align: top;
   width: 60%;
   margin: 0 auto;
}
.sp .int-img img {
    display: none;
}
.sp section#introduction .intro-box.stry .int-txt {
    background: rgba(4, 4, 4, 0.3);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3) inset;
    color: #f2f2f2;
    width: 96%;
    margin: 0 auto;
}
.sp section#introduction .intro-box .int-txt{
   display: block;
   width: 100%;
   margin-left: 0;
   box-sizing: border-box;
   padding: 1%;
   background: rgba(255, 255, 255, 0.3);
   box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3) inset;
}
.sp section#introduction .intro-box .int-txt p{
    
font-size: 90%;
    
line-height: 1.75;
    
margin: 0 0 8%;
    
padding: 2% 2%;
}
.sp #introduction p.movieIntro_4 {
   margin-bottom: 35px;
   text-align: left;
}
.sp #introduction p.movieIntro {
   width: 521px;
   margin: 0 0 2px;
   font-size: 14px;
   line-height: 1.75;
}
#introduction p,
.sp section#story p {
   margin: 0 0 15px;
   font-size: 14px;
   line-height: 2;
   font-family: "Noto Sans Japanese",arial,sans-serif;
}
p.hddn_txt {
    background: url(/static/cpn/jfm000022/img/revival_txt.png) no-repeat center 0;
    width: 450px;
    height: 340px;
}

/*----------------------------------------------
trailer_box  sp
----------------------------------------------*/
.sp .trailer_box:after {
   display: block;
   clear: both;
   content: "";
}
.sp .trailer_box .trailermovie {
   width: 64%;
   margin: 1% auto 2%;
}
.sp .tralerBox .prevew a {
   display: block;
}
.sp .trailer_box img {
   width: 64%;
   vertical-align: bottom;
}
.sp section#related h3.mincho_kanren {
    font-size: 118%;
}
/*----------------------------------------------
関連作品  sp
----------------------------------------------*/

.sp section#related h3{
   font-size: 114%;
   color:#000;
   margin: 0;
   margin-bottom: 4%;
   text-align: center;
}



.sp section#related h4{
   font-size: 120%;
   color:#000;
   margin:0 4%;
   margin-bottom: 4%;
   text-align: center;
}
.sp section#related .mincho_other {
    border-bottom: 1px solid;
    width: 50%;
    margin: 0 auto 4%; 
    letter-spacing: 0.1em;
}
.sp section#related h4 span{
   color:#ff0000;
   font-weight: bold;
}

.sp section.relatedMovies ul {
   text-align: center;
   background: #eee;
   width: 99%;
   text-align: left;
   padding-left: 1%;
   margin-bottom: 5%;
}

.sp section.relatedMovies ul li {
   display: inline-block;
   width: 30%;
   margin: 4% 1%;
}

.sp section.relatedMovies ul li a:hover img {
   -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
           transition: all .2s ease-in-out;
   }

.sp section#related h3.tv{
   margin-top:50px;
   margin-bottom:10px; 
   border-bottom: solid 2px #000;
}
.sp section.relatedMovies ul.tv{
   background: #fff;
}

.sp section.relatedMovies ul.tv li {
   display: inline-block;
   width:90%;
   margin: 4% 0;
}

.sp section.relatedMovies .caution{
   text-align: center;
   font-size: 10px;
   width: 98%;
   margin: 0 auto;
   color: #b5b5b5;
}


/*----------------------------------------------
section .glovalNavi
----------------------------------------------*/

.sp section.glovalNavi {
   height: 5%;
   margin-bottom: 4%;
   padding: 1% 0;
   background: #052338;
   /* letter-spacing: -.4em; */
}

.sp section.glovalNavi ul {
   display: -webkit-box;
   display:         flex;
   display: -webkit-flex;
   border-top: 3px solid #fff;
   border-bottom: 3px solid #fff;
   text-align: center;
   letter-spacing: 0;

   -webkit-box-pack: justify;
           justify-content: space-around;
   -webkit-justify-content: space-around;
}
.sp section.glovalNavi ul li {
   display: inline-block;
   color: #fff;
   font-size: 100%;
   text-align: center;

   -webkit-box-flex: 1;
           flex: auto;
   -webkit-flex: auto;
}
.sp section.glovalNavi ul li a {
   display: block;
   width: 88%;
   padding: 0 6%;
   color: #fff;
   text-decoration: none;
   line-height: 46px;
}
.sp section.glovalNavi ul li:not(:last-child) {
   border-right: 1px dotted rgba(255, 255, 255, 1);
}
.sp section.glovalNavi ul li a:after {
   display: inline-block;
   width: 1em;
   height: 1em;
   padding-left: 4%;
   background: url(/static/cpn/jfm000022/img/allow.png) no-repeat bottom;
   background-size: contain;
   content: "";
}
.sp section#introduction h3 {
   font-size: 174%;
   border-bottom: solid 1px #356485;
   text-align: left;
   line-height: 1.5;
   letter-spacing: -0.1em;
   color: #356485;
   width: 90%;
   margin: 1% auto 2%;
}

/*============================================================
player fit
============================================================*/
.fitWindows header {
   display: none;
}
.fitWindows #globalNavi {
   display: none;
}
.fitWindows #headerUtility {
   display: none;
}
.fitWindows footer {
   display: none;
}
.fitWindows article.contents section {
   display: none;
   margin: 0;
}
.fitWindows article.contents section div#movieInfo .trailTTL {
   display: none;
   margin: 0;
}
.fitWindows article.contents section.trailer {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
}
.fitWindows article.contents section.trailer h2,
.fitWindows div.container section.trailer div.txt,
.fitWindows div.container section.trailer div.notice {
   display: none !important;
}
.fitWindows article.contents section.trailer {
   margin: 0;
   padding: 0;
   background: none;
}
.fitWindows article.contents section.trailer div.trailermovie,
.fitWindows article.contents section.trailer li.player {
   display: block;
}
.fitWindows article.contents section.trailer div.trailermovie,
.fitWindows article.contents section.trailer li.player,
.fitWindows article.contents section.trailer div#silverlightControlHost {
   display: block;
   overflow: hidden;
   width: 100%;
   height: auto;
}
.fitWindows .container div#movieInfo {
   display: block;
   width: 100%;
}
.fitWindows #Rak_Showtime_Top_FBanner {
   display: none;
}

/* cpnInfo
------------------------------------------------------------*/
.cpnInfo {
   margin: 0 auto 20px;
}.cpnInfo .header {
   margin-bottom: 1em;
}.cpnInfo .header img {
   width: 100%;
}.cpnInfo div.img {
   max-width: 980px;
   width: 100%;
   margin: 0 auto;
}.cpnInfo div.img div {
   background: #edecec;
}.cpnInfo div.img div a {
   display: block;
   max-width: 790px;
   width: 80%;
   margin: 0 auto 2em;
}.cpnInfo div.img img {
   width: 100%;
   margin-bottom: 1em;
}.cpnInfo table {
   max-width: 970px;
   width: 100%;
   margin: 0 auto;
}.cpnInfo th {
   width: 20%;
   background: rgba(238,238,238,0.2);
}.cpnInfo .title {
   padding: 10px 0 7px;
   background: #c01920;
   color: #fff;
   font-size: 130%;
   text-align: center;
}.cpnInfo td {
   width: 80%;
}.cpnInfo table,
.cpnInfo td,
.cpnInfo th {
   padding: 15px;
   border: 1px solid #ccc;
   text-align: left;
   vertical-align: middle;
   line-height: 1.5;
}.cpnInfo table strong,
.cpnInfo td strong,
.cpnInfo th strong {
   display: block;
}.cpnInfo table p,
.cpnInfo td p,
.cpnInfo th p {
   margin-bottom: 1em;
}@media screen and (max-width:641px) {
   .cpnInfo table,
   .cpnInfo td,
   .cpnInfo th {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      width: 94%;
      padding: 5px;
      border: none;
   }.cpnInfo td,
   .cpnInfo th {
      display: block;
      width: 100%;
   }.cpnInfo td {
      margin-bottom: 1em;
   }.cpnInfo .title {
      margin: 0 auto 2%;
      font-size: 100%;
   }
}

div.top {
    position: fixed;
    right: 10px;
    bottom: 100px;
    margin: -3em 0 1em 0;
    text-align: right;
}