€@charset "UTF-8";

#ffm000034 .container{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

article.contents{
  width: 100%;
  margin: 0 auto;
  background: #000;
  background-size: contain;
}

.sp article.contents{
  width: 100%;
  margin: 0 auto;
  background-size: contain;
}

.sp .contents img{
  width: 100%;
}

#globalNavi.naviFixed{
  display: none;
}

.container a:hover, .detailPageonly a:hover{
  opacity: .6;
  text-decoration: none;
  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;
}

/*----------------------------------------
  ボタン
----------------------------------------*/
section .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 .button p{
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}
section .icon{
  width: 30px;
  height: 30px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ie-border-radius: 13px;
  border-radius: 13px;
  float: right;
  background: #fff;
}
section .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 .color{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #5b9ead;
  text-align: center;
  box-shadow: 0px 5px 0px 0px #303a40;
}
section .color:hover{
  box-shadow: 0 2px 0 #303a40;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
section .color .arrow{
  border-color: transparent transparent transparent #5b9ead;
}

/*----------------------------------------
  トップボタン
----------------------------------------*/
div.top{
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: -3em 0 1em 0;
  text-align: right;
  z-index: 200;
}
.anqure{
  display: none;
}
.clearfix:after{
  content: "";
  clear: both;
  display: block;
}
.mincho{
  font-weight: 500;
  font-family: "游明朝" , "Yu Mincho" ,"Roboto Slab" , Garamond , "Times New Roman" ,  "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.mb30{
  margin-bottom: 30px;
}

/*----------------------------------------
  ヘッダーメイン
----------------------------------------*/
section.headermain{
  background: url("/static/cpn/ffm000034/img/main_bg.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin: 0 auto;
}
section.headermain p.release{
  height: 52px;
  padding-top: 20px;
  margin-bottom: 30px;
  background-color: rgba(213, 197, 137, 0.5);
  color: #fff;
  text-align: center;
  font-size: 30px;
  border-bottom: solid 1px #fff;
}
section.headermain div.mainarea{
  margin: 0 auto;
  padding: 30px 0 50px;
  text-align: center;
}
section.headermain div.left{
  display: inline-block;
  width: 470px;
  margin: 0 30px 0 0;
}
section.headermain div.right{
  display: inline-block;
  width: 460px;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
}
section.headermain div.right .title{
  margin: 50px 0 30px 0;
}
section.headermain div.right .subttl{
  margin-bottom: 30px;
}
section.headermain div.right .txt{
  margin-bottom: 30px;
}
section.headermain h1{
  overflow: hidden;
  height: 86px;
  background-color: #d5c589;
  text-indent: 100%;
  white-space: nowrap;
}
section.headermain div.info{
  width: 970px;
  margin: 30px auto;
  background: rgba(213, 197, 137, 0.5);
  border: solid 1px #ccc;
  padding: 15px;
  box-sizing: border-box;
}
section.headermain div.info p.ttl{
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 0.5;
}
section.headermain div.info ul{
  padding: 15px 20px 0;
}
section.headermain div.info ul li{
  float: left;
  width: 440px;
  font-size: 14px;
  color: #FFF;
}
section.headermain div.info ul li p{
  line-height: 1.5;
  margin-bottom: 10px;
}

/*----------------------------------------
  glovalNavi
----------------------------------------*/
section.glovalNavi{
  width: 970px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 6px 0;
}
section.glovalNavi ul{
  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;
  margin: 4px 0;
  text-align: center;
}
section.glovalNavi ul li:first-child{
  margin-left: 15px;
}
section.glovalNavi ul li:last-child{
  margin-right: 15px;
}

/*----------------------------------------
  trailer
----------------------------------------*/
section.trailer{
  padding-top: 50px;
  margin-top: -50px;
  width: 970px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
section.trailer h2{
  margin: 0 auto;
  text-align: center;
}
section.trailer h3{
  margin: 0 auto 30px;
  font-size: 32px;
}

li.videoBox.snapshot.active {
   width: 802px;
   margin: 0 auto;
}

/*.trailermovie {
   padding: 20px;
}*/

}.trailermovie.video.h360 {
   width: 802px;
   margin: 0 auto;
}

ul.prevew {
   padding: 30px 0;
   text-align: center;
}

ul.prevew li {
   display: inline-block;
   width: 356px;
   height: 270px;
   margin: 0 12px;
   padding: 20px;
   -webkit-border-radius: 10px/11px;
      -moz-border-radius: 10px/11px;
           border-radius: 10px/11px;
   background-color: #f8f9f9;
}
/*.movieImg {
   padding: 20px 20px;
}
*/
/*----------------------------------------
  story
----------------------------------------*/
section.story{
  padding-top: 50px;
  margin-top: -50px;
  color: #fff;
  background: #000 url(/static/cpn/ffm000034/img/sto_bg.png) no-repeat center top;
  background-size: 100% auto;
  background-position: top;
  margin: 0 auto;
  padding-bottom: 100px;
}
section.story h2{
  text-align: center;
  margin: 30px auto;
}
section.story .story-box{
  margin: 30px auto;
  width: 970px;
}
section.story .story-box .stryTxt{
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 2;
}
section.story .story-box .stryTxt:last-of-type{
  margin-bottom: 50px;
}
section.story .story-box .thum ul{
  width: 970px;
  text-align: center;
}
section.story .story-box .thum ul li{
  display: inline-block;
  width: 230px;
  height: 98px;
}

/*----------------------------------------
  chronorogy
----------------------------------------*/
section.chronorogy{
  padding-top: 50px;
  margin-top: -50px;
  color: #fff;
  margin: 0 auto;
  padding-bottom: 50px;
}
section.chronorogy h2{
  margin: 30px auto;
  text-align: center;
}
section.chronorogy div.chronorogy_img{
  margin: 30px auto 0;
  text-align: center;
}

/*----------------------------------------
  related
----------------------------------------*/
section.related{
  background: #000 url(/static/cpn/ffm000034/img/related_bg.png) no-repeat center;
  background-size: 100% auto;
  margin: 0 auto;
  color: #fff;
  margin-top: -50px;
  padding-top: 50px;
  background-position: top;
  padding-bottom: 100px;
}
section.related h2{
  margin: 30px auto;
  text-align: center;
}
section.related h3{
  margin: 0 auto 30px;
  font-size: 32px;
  text-align: center;
}
section.related h4{
  margin: 0 auto 5px;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
section.related h4 span{
  color: #60bdfa;
  font-size: 26px;
  font-weight: bold;
}
section.related .caution{
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
section.related h5{
  position: relative;
  text-align: center;
  font-size: 28px;
  padding: 10px 0 5px;
  margin-bottom: 60px;
}
section.related h5::before,
section.related h5::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 26px;
  box-sizing: border-box;
}
section.related h5::before{
  top: -16px;
  background: url(/static/cpn/ffm000034/img/related_line.png) no-repeat center top;
}
section.related h5::after{
  bottom: -16px;
  background: url(/static/cpn/ffm000034/img/related_line.png) no-repeat center top;
}
section.related ul{
  text-align: center;
  width: 970px;
  margin: 0 auto;
}
section.related ul li{
  display: inline-block;
  margin: 5px 20px;
  vertical-align: top;
}
section.related ul li:nth-of-type(1),section.related ul li:nth-of-type(5){
  margin: 5px 20px 0 0;
}
section.related ul li:nth-of-type(4),section.related ul li:nth-of-type(8){
  margin: 5px 0 0 20px;
}
section.related ul li a{
  color: #fff;
}
section.related ul li span{
  display: block;
  margin: 10px 0;
  width: 202px;
}
section.related 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;
}

/*----------------------------------------
  present
----------------------------------------*/
section.present{
  padding-top: 50px;
  margin-top: -50px;
  color: #fff;
  margin: 0 auto;
  width: 970px;
}
section.present h2{
  margin: 0 auto;
  text-align: center;
}
section.present h3{
  margin: 0 auto;
  text-align: center;
}
section.present p.present_txt{
  text-align: center;
  font-size: 16px;
  width: 680px;
  margin: 20px auto 30px;
}
section.present .goods{
  width: 370px;
  vertical-align: top;
  margin: 20px 60px 30px 40px;
  padding: 30px 0 0 0;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 24px 3px #5b9ead;
  -moz-box-shadow: 0px 0px 24px 3px #5b9ead;
  -webkit-box-shadow: 0px 0px 24px 3px #5b9ead;
  border: 1px solid #5b9ead;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
section.present .goods:nth-of-type(2){
  margin-right: 0;
}
section.present .goods div.number{
  position: absolute;
  top: -20px;
  left: -20px;
}
section.present .goods dl{
  margin-bottom: 20px;
}
section.present .goods dl dt{
  margin-bottom: 20px;
}
section.present .goods dl dd{
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
section.present .goods dl dd p{
  margin-bottom: 20px;
}
section.present .goods_btn .button{
  width: 60%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  border-radius: 5px;
  font-size: 30px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  cursor: pointer;
  margin: 30px auto 100px;
  text-decoration: none;
  line-height: 2;
  padding: 10px 20px;
}
section.present .goods_btn .button p{
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
section.present .goods_btn .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:18px; 
}
section.present .goods_btn .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.present .goods_btn .color{
  -moz-border-radius: 5px;
}
section.present .goods_btn .color:hover{
  box-shadow: 0 2px 0 #443f2c;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
section.present .goods_btn .color .arrow{
}
section.present .goods_btn:nth-child(odd){
  margin-right: 0;
}
section.present .cr{
  text-align: center;
  margin-bottom: 5%;
}

/*----------------------------------------
  privilege
----------------------------------------*/
.privilege{
}
.privilege h2 a{
  display: block;
  height: 363px;
  background: #fff url(/static/cpn/ffm000034/img/seat.jpg) no-repeat center 0;
}


/*----------------------------------------
  sp
----------------------------------------*/

/*-------------------------------
  sp ボタン
--------------------------------*/
.sp section .button {
  width: 90%;
  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;
}
.sp section .button p {
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}
.sp section .icon {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ie-border-radius: 13px;
  border-radius: 13px;
  float: right;
  background: #fff;
}
.sp section .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 .color {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #5b9ead;
  text-align: center;
  box-shadow: 0px 5px 0px 0px #303a40;
}
.sp section .color:hover {
  box-shadow: 0 2px 0 #303a40;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.sp section .color .arrow {
  border-color: transparent transparent transparent #5b9ead;
}

/*----------------------------------------
  sp headermain
----------------------------------------*/
.sp section.headermain {
  background: url("/static/cpn/ffm000034/img/main_bg.png") #000 no-repeat;
  background-position: center;
  margin: 0 auto;
}
.sp section.headermain p.release {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 0;
  background-color: rgba(213, 197, 137, 0.5);
  color: #fff;
  text-align: center;
  font-size: 30px;
  border-bottom: solid 1px #fff;
  width: 100%;
}
.sp section.headermain p.release span {
  width: 90%;
  margin: 0 5%;
  font-size: 24px;
}
.sp section.headermain div.mainarea {
  margin: 0 auto;
  text-align: center;
  padding:0;
}
.sp section.headermain div.left {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 0;
}
.sp section.headermain div.right {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
}
.sp section.headermain div.right .title {
  margin: 10% 0 0 0;
}
.sp section.headermain div.right .subttl {
  margin-bottom: 10%;
}
.sp section.headermain div.right .txt {
  margin-bottom: 10%;
}
.sp .headermain h1 {
  overflow: hidden;
  height: auto;
  background-color: #d5c589;
  text-indent: 100%;
  white-space: nowrap;
}
.sp section.headermain div.info {
  width: 90%;
  margin: 10% auto 0;
  background: rgba(213, 197, 137, 0.5);
  border: solid 0 #ccc;
  padding: 5%;
  box-sizing: border-box;
}
.sp section.headermain div.info p.ttl {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 3%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
.sp section.headermain div.info ul {
  padding: 5% 2% 0;
}
.sp section.headermain div.info ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #FFF;
}
.sp section.headermain div.info ul li p {
  line-height: 1.5;
  margin-bottom: 5%;
}

/*----------------------------------------
  sp trailer
----------------------------------------*/
.sp section.trailer{
  padding-top: 50px;
  margin-top: -50px;
  width: 90%;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
}
.sp section.trailer h2{
  margin: 0 auto;
  text-align: center;
}
.sp section.trailer h3{
  margin: 0 auto 5%;
  font-size: 24px;
}
.sp li.videoBox.snapshot.active {
      width: 100%;
      margin: 0 auto;
   }

.sp .trailermovie {
      padding: 0;
   }
.sp ul.prevew {
      display: block;
      width: 100%;
      padding: 3% 0;
      text-align: center;
   }

.sp ul.prevew li {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 0 1% 0;
      padding: 2% 0 0;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      background-color: #f8f9f9;
   }
.sp ul.prevew li img {
      width: 50%;
   }
.sp ul.prevew li p {
      display: inline-block;
      width: 46%;
      padding-top: 11%;
      font-size: 100%;
      vertical-align: top;
   }

.sp .movieImg {
      padding: 2% 1%;
   }

/*----------------------------------------
  sp story
----------------------------------------*/
.sp section.story{
  padding-top: 50px;
  margin-top: -50px;
  color: #fff;
  /*background: #000 url(/static/cpn/ffm000034/img/sto_bg.png) no-repeat center;*/
  background: none;
  background-size: 100% auto;
  background-position: center;
  margin: 0 auto;
  padding-bottom: 0;
}
.sp section.story h2{
  text-align: center;
  margin: 30px auto;
}
.sp section.story .story-box{
  margin: 30px auto;
  width: 90%;
}
.sp section.story .story-box .stryTxt{
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 2;
}
.sp section.story .story-box .stryTxt:last-of-type{
  margin-bottom: 50px;
}
.sp section.story .story-box .thum ul{
  width: 100%;
  text-align: center;
}
.sp section.story .story-box .thum ul li{
  display: inline-block;
  width: 90%;
  height: 98px;
}

/*----------------------------------------
  sp chronorogy
----------------------------------------*/
.sp section.chronorogy{
  padding-top: 50px;
  margin-top: -50px;
  color: #fff;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sp section.chronorogy h2{
  margin: 30px auto;
  text-align: center;
}
.sp section.chronorogy div.chronorogy_img{
  margin: 30px auto 0;
  text-align: center;
}

/*----------------------------------------------
  sp related
----------------------------------------------*/

.sp section.related{
  /*background: #000 url(/static/cpn/ffm000034/img/related_bg.png) no-repeat center;*/
  background: none;
  background-size: 100% auto;
  margin: 0 auto;
  color: #fff;
  margin-top: -50px;
  padding-top: 50px;
  background-position: top;
  padding-bottom: 0;
}
.sp section.related h2{
  margin: 30px auto;
  text-align: center;
}
.sp section.related h3{
  margin: 0 auto 30px;
  font-size: 26px;
  text-align: center;
  width: 90%;
}
.sp section.related h4{
  margin: 0 auto 4%;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  width: 90%;
}
.sp section.related h4 span{
  color: #60bdfa;
  font-size: 26px;
  font-weight: bold;
}
.sp section.related .caution{
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10%;
  margin-top: 2%;
  width: 90%;
  margin: 0 auto;
}
.sp section.related h5{
  position: relative;
  text-align: center;
  font-size: 28px;
  padding: 10px 0 5px;
  margin: 5% auto;
  margin-bottom: 60px;
  width:90%;
}
.sp section.related h5::before,
.sp section.related h5::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 26px;
  box-sizing: border-box;
}
.sp section.related h5::before{
  top: -16px;
  background: url(/static/cpn/ffm000034/img/related_line.png) no-repeat center top;
}
.sp section.related h5::after{
  bottom: -16px;
  background: url(/static/cpn/ffm000034/img/related_line.png) no-repeat center top;
}
.sp section.related ul {
   text-align: center;
   background: #000;
   width: 100%
}
.sp section.related ul li {
   display: inline-block;
   width:44%;
   margin: 4% 2%;
   vertical-align: top;
}

.sp section.related ul li span{
  display: block;
  margin: 10px 0;
  width: 100%;
  }
.sp section.related 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.related ul.tv{
   background: #fff;
}

.sp section.related ul.tv li {
   display: inline-block;
   width:90%;
   margin: 4% 0;
}
/*----------------------------------------
  present
----------------------------------------*/
.sp section.present{
  padding-top: 50px;
  margin-top: -50px;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.sp section.present h2{
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.sp section.present h3{
  margin: 0 auto;
  text-align: center;
}
.sp section.present p.present_txt{
  text-align: center;
  font-size: 16px;
  width: 90%;
  margin: 4% auto 5%;
}
.sp section.present .goods{
  width: 80%;
  vertical-align: top;
  margin: 4% 4% 4% 4%;
  padding: 15% 0 0 0;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 24px 3px #5b9ead;
  -moz-box-shadow: 0px 0px 24px 3px #5b9ead;
  -webkit-box-shadow: 0px 0px 24px 3px #5b9ead;
  border: 1px solid #5b9ead;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
.sp section.present .goods:nth-of-type(2){
  margin-right: 0;
  margin-top: 10%;
  margin-right: 4%;

}
.sp section.present .goods div.number{
  position: absolute;
  top: -20px;
  left: -20px;
}
.sp section.present .goods dl{
  margin-bottom: 20px;
}
.sp section.present .goods dl dt{
  margin-bottom: 20px;
}
.sp section.present .goods dl dd{
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.sp section.present .goods dl dd p{
  margin-bottom: 20px;
}
.sp section.present .goods_btn .button{
  width: 70%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  border-radius: 5px;
  font-size: 26px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  cursor: pointer;
  margin: 5% auto 15%;
  text-decoration: none;
  line-height: 2;
  padding: 10px 20px;
}
.sp section.present .goods_btn .button p{
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.3;
}
.sp section.present .goods_btn .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:18px; 
}
.sp section.present .goods_btn .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.present .goods_btn .color{
  -moz-border-radius: 5px;
}
.sp section.present .goods_btn .color:hover{
  box-shadow: 0 2px 0 #443f2c;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.sp section.present .goods_btn .color .arrow{
}
.sp section.present .goods_btn:nth-child(odd){
  margin-right: 0;
}
.sp section.present .cr{
  text-align: center;
  margin-bottom: 5%;
}


/*----------------------------------------
  cpninfo
----------------------------------------*/
.cpnInfo{
   background: #fff; 
}
.cpnInfo-wrap {
   width: 100%;
   margin: 0 auto 0;
   padding-top:0;
}
.cpnInfo .header {
   margin-bottom: 1em;
}.cpnInfo .header img {
   width: 100%;
}.cpnInfo div.img {
   max-width: 970px;
   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: #eee;
}.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 {
      width: 100%;
   }
   .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%;
   }
   #ffm000031 .container * {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
      box-sizing: border-box;
   }
}

/*============================================================
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;
}

