@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*-------------------------------
共通設定
--------------------------------*/
[class$="_frm"] {
   width: 930px;
   margin: 0 auto 30px;
   color: #fff;
   font-size: 32px;
   font-weight: 900;
   text-align: center;
   line-height: 1.9;
   background: url(/static/cpn/ffm000031/img/ttl_bg.png) top;
}
body#ffm000031.pc {
   font-family: "Noto Sans Japanese",arial,sans-serif;
   font-weight: 400;
}
#ffm000031 .container {
   width: 100%;
   margin: 0 auto 100px;
   background-color: #212121;
}
#ffm000031.sp .container {
   width: 100%;
   margin: 0 auto;
}

#globalNavi.naviFixed {
   display: none;
}
#ffm000031 .container 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;
}
div.top {
   position: fixed;
   right: 10px;
   bottom: 100px;
   margin: -3em 0 1em 0;
   text-align: right;
}
/* 画像が暗いので弱めに個別調整 */
#ffm000031 .snapshot .control {
   /* opacity: .3; */
}
#ffm000031 .snapshot .control:hover {
   /* opacity: 1; */
}
.into_copyright {
   padding:10px 0 10px 0;
   margin-bottom: 5px;
   text-align: center;
   background: #fff;
}

.mt0{
   margin-top: 0;
}

/*-------------------------------
ボタン
--------------------------------*/
section .button {
  width: 60%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  border-radius: 5px;
  font-size: 36px;
  -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;
  padding: 24px 20px;
}

section .button p {
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  margin-left: 30px;
}

section .icon {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ie-border-radius: 23px;
  border-radius: 23px;
  float: right;
  background: #fff;
}

section .arrow {
  margin: 10px 0px 0 14px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -ie-border-style: solid;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 13px 13px 13px 19px;
}
section .arrow.com {
  margin: 10px 0px 0 14px;
}
section .color {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 50px;
  background-color: #cc0000;
  text-align: center;
  box-shadow: 0px 5px 0px 0px #640000;
}

section .color:hover {
  box-shadow: 0 2px 0 #640000;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

section .color .arrow {
  border-color: transparent transparent transparent #cc0000;
}

.mb30{
  margin-bottom: 30px;
}
.mb50{
  margin-bottom: 50px;
}

/*----------------------------------------------
section #hederG
----------------------------------------------*/
.headTtl {
   padding-top:13px;
   height: 100px;
   text-align: center;
   background-color: #293c4b;
}

section.trailer,
section.intro,
section.story,
section.caraList {
   width: 970px;
   margin: 0 auto 50px;
   padding-top: 20px;
}
p.trailTXT{
   text-align: center;
   font-size: 28px;
   font-weight: bold;
   color: #fff;
}

p.movieTtl {
   margin-top: 16px;
   font-size: 15px;
}
section.headInfo {
   text-align: center;
}

p.opn {
   margin-bottom: 20px;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   letter-spacing: 1px;
}

.minVi {
   width: 100%;
   margin: 0 auto 30px;
   background:url(/static/cpn/ffm000031/img/main_bg.png) no-repeat center;
   background-size: cover;
}

.minVi h2 {
   width: 970px;
   margin: 0 auto 30px;
   padding: 8px 0 8px;
}


section.intro h2 {
   margin-bottom: 35px;
   font-size: 36px;
   font-weight: 400;
   text-align: center;
   color: #fff;;
}
section.story h2 {
   margin-bottom: 30px;
   font-size: 36px;
   font-weight: 400;
   text-align: center;
}
h1.presentTtl {
   margin-bottom: 20px;
   text-align: center;
   padding-top: 50px;
}
/*-----------.glovalNavi-----------------------------------*/

.glovalNavi ul {
   display: -webkit-box;
   display:         flex;
   display: -webkit-flex;
   width: 970px;
   margin: 0 auto;
   padding: 5px 0;
   background: #03426f;

   -webkit-box-pack: justify;
           justify-content: center;
   -webkit-justify-content: center;
           align-items: baseline;
   -webkit-align-items: baseline;
}

.glovalNavi ul li {
   display: inline-block;
   position: relative;
   border-top: 3px solid #9a6d00;
   border-bottom: 3px solid #9a6d00;

   -webkit-box-flex: 1;
           flex: auto;
   -webkit-flex: auto;
}
.glovalNavi ul li:last-of-type a {
   border-right: none;
}
.glovalNavi {
   margin-top: 50px;
   margin-bottom: 50px;
   line-height: 34px;
}

.glovalNavi ul li a {
   display: block;
   box-sizing: border-box;
   position: relative;
   width: 100%;
   padding-right: 30px;
   border-right: 1px dotted #fff;
   color: #fff;
   font-size: 25px;
   font-weight: bold;
}
.glovalNavi ul li a:after {
   display: block;
   position: absolute;
   top: 14px;
   right: 8px;
   width: 21px;
   height: 21px;
   background: url(/static/cpn/ffm000031/img/btnAr.png) no-repeat;
   content: "";
}
li.videoBox.snapshot.active {
   width: 640px;
   margin: 0 auto;
}

.trailermovie {
   padding: 20px;
}
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;
}
.movieTxt p,
.storyTxt p {
   width: 850px;
   margin: 0 auto 10px;
   font-size: 15px;
   line-height: 1.9;
   color: #fff;
}
.movieImg {
   padding: 20px 20px;
}

/*---------------キャラクター---------------*/

section.caraList h2 {
   margin-bottom: 30px;
   font-size: 24px;
   font-weight: 400;
   text-align: center;
}
section.caraList ul {
   display: flex;
   flex-wrap:wrap;
   justify-content:center;
   width: 930px;
   margin-bottom: 30px;
}

section.caraList ul.cap {
   background-color: #03426f;
}
section.caraList ul.iron {
   background-color: #a20c1f;
}
section.caraList ul li {
   margin:10px 10px 20px 10px ;
}
section.caraList ul li:first-child {
   margin:0 0 20px 0 ;
}
section.caraList ul li p{
   margin:20px 0 0 0 ;
   text-align: center;
   color:#fff;
   font-size: 18px;
   }

/*---------------プレゼント---------------*/

section.presents {
   margin: 0 auto;
   background: #383838;
}
h2.presentDetail {
   margin: 0 auto 30px;
   font-size: 18px;
   font-weight: 400;
   color:#fff;
   width: 670px
}

ul.present{
   display:flex;
   flex-wrap:wrap;
   width: 970px;
   margin:0 auto 30px;
}

ul.present li {
   width: 270px;
   position: relative;
   margin: 30px 20px 30px;
   border: solid 5px #a20c1f;
   background-color: #fff;
   vertical-align: top;
   padding: 50px 0 0 0;
   text-align: center;
}

ul.present li p {
   text-align: center;
   font-size:14px;
   margin: 20px 0 20px 0;
}
ul.present li.note span {
   margin: 58px 0 11px 0;
}
ul.present li.pre10:after{
   display: inline-block;
   background: #91c426 url(/static/cpn/ffm000031/img/pre10.png);
   content: "";
}
ul.present li.pre5:after{
   display: inline-block;
   background: #91c426 url(/static/cpn/ffm000031/img/pre5.png);
   content: "";
}
ul.present li:after {
   display: inline-block;
   position: absolute;
   top: -22px;
   left: -23px;
   width: 84px;
   height: 84px;
   border-radius: 50%;
   content: "";
   background: url(/static/cpn/ffm000031/img/pre3.png);
}
p.lim {
   font-size: 15px;
   text-align: center;
   color:#fff;
   padding-bottom: 50px
}

p.cpndt {
   text-align: right;
}

p.cpndt a {
   display: inline-block;
   width: 15em;
   margin: 0 auto;
   border: 3px double #2bb3eb;
   border-radius: 2px;
   text-align: center;
   line-height: 3;
}













/*--------------------------------------------------------------
    SP
---------------------------------------------------------------*/
@media screen and (max-width:641px) {
   article.contents img {
      width: 100%;
   }
   [class$="_frm"] {
      width: 100%;
      margin: 0;
   }
   /*-------------------------------
   ボタン
   --------------------------------*/
   section .button {
     width: 90%;
     display: block;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ie-border-radius: 5px;
     border-radius: 5px;
     font-size: 20px;
     -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;
     padding: 10px 20px;
   }

   section .button p {
     color: #fff;
     vertical-align: middle;
     display: inline-block;
     margin-left: 0px;
     width: 80%;
     margin-top: 2%;
   }

   section .icon {
     width: 30px;
     height: 30px;
     -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
     -ie-border-radius: 23px;
     border-radius: 23px;
     float: right;
     background: #fff;
   }
   section .icon.cam {
     margin-top: 2%
   }
   section .arrow {
     margin: 6px 0px 0 11px;
     -webkit-border-style: solid;
     -moz-border-style: solid;
     -ie-border-style: solid;
     border-style: solid;
     width: 0;
     height: 0;
     border-width: 9px 9px 9px 12px;
   }

   section .color {
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 50px;
     background-color: #cc0000;
     text-align: center;
     box-shadow: 0px 5px 0px 0px #640000;
   }

   section .color:hover {
     box-shadow: 0 2px 0 #640000;
     -webkit-transform: translateY(3px);
     transform: translateY(3px);
   }

   section .color .arrow {
     border-color: transparent transparent transparent #cc0000;
   }
   /*----------------------------------------------
   sp section #hederG
   ----------------------------------------------*/
   article.contents .headTtl {
   }
/*   .glovalNavi li:before {
      display: inline-block;
      position: absolute;
      top: 25%;
      left: 0;
      width: 3%;
      height: 3%;
      border-radius: 50%;
      background-color: #932f33;
      content: "";
   }
   .glovalNavi li:nth-of-type(2):before {
      background: #bcc94d;
   }
   .glovalNavi li:nth-of-type(3):before {
      background: #554388;
   }
   .glovalNavi li:nth-of-type(4):before {
      background: #7eb941;
   }
   .glovalNavi ul,
   ul.prevew,
   ul.prevew li {
      display: -webkit-box;
      display:         flex;
      display: -webkit-flex;
      width: 97%;
      margin: 0 auto;

      -webkit-box-pack: justify;
              justify-content: center;
      -webkit-justify-content: center;
              align-items: center;
      -webkit-align-items: center;
   }
   .glovalNavi {
      margin-bottom: 5%;
      background: #0096d5;
      line-height: 2;
   }

   .glovalNavi ul li a {
      color: #fff;
      font-family: "FOT-RodinNTLG Pro";
      font-size: 25px;
      font-weight: bold;
   }*/
   [class$="_frm"] {
      width: 100%;
      margin: 0 auto 4%;
      color: #fff;
      font-size: 130%;
      font-weight: 900;
      text-align: center;
      line-height: 2;
      background: #03426f;
      border-top: solid 2px #a20c1f;
      border-bottom: solid 2px #a20c1f;
   }

   /*----------------------------------------------
    sp section #hederG
   ----------------------------------------------*/
   .headTtl {
      height: auto;
      padding: 2% 2% ;
      text-align: center;
      background-color: #293c4b;
   }

   section.trailer,
   section.intro,
   section.story,
   section.caraList {
      width: 100%;
      margin: 0 auto 5%;
      padding-top: 2%;
   }
   p.trailTXT{
      text-align: center;
      font-size: 100%;
      font-weight: bold;
      color: #fff;
      margin-bottom:5%;
      width: 80%;
      margin:0 auto ;
   }
   p.movieTtl {
      margin-top: 4%;
      font-size: 15px;
   }
   section.headInfo {
      text-align: center;
   }

   p.opn {
      margin-bottom: 2%;
      color: #fff;
      font-size: 100%;
      font-weight: bold;
      letter-spacing: 1px;
   }

   .minVi {
      width: 100%;
      margin: 0 auto 3%;
      background:url(/static/cpn/ffm000031/img/main_bg.png) no-repeat center;
      background-size: cover;
   }
   .minVi h2 {
      width: 100%;
      margin: 0 auto 6%;
      padding: 3% 0 2%;
   }
   section.intro h2 {
      margin-bottom: 3%;
      font-size: 130%;
      font-weight: 400;
      text-align: center;
      color:#fff;
   }
   section.story h2 {
      margin-bottom: 3%;
      font-size: 130%;
      font-weight: 400;
      text-align: center;
   }
   h1.presentTtl {
      height: auto;
      text-align: center;
      padding-top: 8%;
   }
   /*-----------.glovalNavi-----------------------------------*/

   .glovalNavi ul {
      display: -webkit-box;
      display:         flex;
      display: -webkit-flex;
      width: 97%;
      margin: 0 auto;
      padding: 5px 0;
      background: #91c426;

      -webkit-box-pack: justify;
              justify-content: center;
      -webkit-justify-content: center;
              align-items: baseline;
      -webkit-align-items: baseline;
   }
   .glovalNavi ul li:hover {
   }
   .glovalNavi ul li {
      display: inline-block;
      position: relative;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;

      -webkit-box-flex: 1;
              flex: auto;
      -webkit-flex: auto;
   }
   .glovalNavi ul li:last-of-type a {
      border-right: none;
   }
   .glovalNavi {
      margin-bottom: 5%;
      line-height: 3;
   }

   .glovalNavi ul li a {
      display: block;
      box-sizing: border-box;
      position: relative;
      width: 100%;
      padding-right: 3%;
      border-right: 1px dotted #fff;
      color: #fff;
      font-size: 25px;
      font-weight: bold;
   }
   .glovalNavi ul li a:after {
      display: block;
      position: absolute;
      top: 10px;
      right: 12px;
      width: 2vw;
      height: 2vw;
      background: url(/static/cpn/ffm000031/img/btnAr.png) no-repeat;
      content: "";
   }
   li.videoBox.snapshot.active {
      width: 100%;
      margin: 0 auto;
   }

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

   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;
   }
   ul.prevew li img {
      width: 50%;
   }
   ul.prevew li p {
      display: inline-block;
      width: 46%;
      padding-top: 11%;
      font-size: 100%;
      vertical-align: top;
   }
   .movieTxt p,
   .storyTxt p {
      width: 94%;
      margin: 0 auto 1%;
      font-size: 100%;
      line-height: 1.75;
   }
   .movieImg {
      padding: 2% 1%;
   }

/*---------------キャラクター---------------*/

   section.caraList h2 {
   margin-bottom: 3%;
   font-size: 24px;
   font-weight: 400;
   text-align: center;
   }
   section.caraList ul {
      display: inline-block;
      /*flex-wrap:wrap;*/
      /*justify-content:center;*/
      width: 100%;
      margin-bottom: 10%;
   }
   section.caraList ul.cap {
      background-color: #03426f;
   }
   section.caraList ul.iron {
      background-color: #a20c1f;
   }
   section.caraList ul li {
      margin:10px 10px 20px 10px ;
   }
   section.caraList ul li:first-child {
      margin:0 0 20px 0 ;
   }
   section.caraList ul li p{
      margin:1% 0 0 0 ;
      text-align: center;
      color:#fff;
      font-size: 16px;
   }

/*---------------プレゼント---------------*/

   section.presents {
      margin: 0 auto;
      background: #383838;
   }
   h2.presentDetail {
      margin: 0 auto;
      font-size: 110%;
      font-weight: 400;
      text-align: left;
      width: 90%;
      margin-bottom: 10%;
   }
   ul.present {
      width: 97%;
      margin: 0 auto 3%;
   }
   ul.present li {
      display: inline-block;
      box-sizing: border-box;
      position: relative;
      width: 31%;
      margin: 2% 1% 5%;
      padding: 8% 0 0 0;
      border: solid 2px #a20c1f;
      -webkit-border-radius: 1%;
         -moz-border-radius: 1%;
              border-radius: 1%;
      background-color: #fff;
      font-size: 90%;
      vertical-align: top;
   }
   ul.present li p {
      text-align: center;
      font-size:14px;
      margin: 10% 0 10% 0;
   }
   ul.present li.note span {
      margin: 16% 0 -1% 0;
   }
   p.lim {
      margin-bottom: 1%;
      font-size: 100%;
   }
   ul.present li.pre10:after{
      display: inline-block;
      background: #91c426 url(/static/cpn/ffm000031/img/pre10.png);
      background-size: contain;     
      content: "";
   }
   ul.present li.pre5:after{
      display: inline-block;
      background: #91c426 url(/static/cpn/ffm000031/img/pre5.png);
      background-size: contain;
      content: "";
   }
   ul.present li:after {
      display: inline-block;
      position: absolute;
      top: -5vw;
      left: -1vw;
      width: 11vw;
      height: 11vw;
      border-radius: 50%;
      background: #91c426 url(/static/cpn/ffm000031/img/pre3.png);
      background-size: contain;
      content: "";
   }
   p.lim {
      font-size: 15px;
      text-align: center;
      color:#fff;
      width: 90%;
      margin:0 auto;
      padding-bottom: 5%;
   }

   p.storyDetail_1 {
      padding-bottom: 3%;
   }
   .detailPageWaku img {
      width: 100%;
   }
   .detailPageWaku ul.present li.stecker:after,
   .detailPageWaku ul.present li.note:after {
      background: url(/static/cpn/ffm000031/img/pre10.png) no-repeat;
      background-size: contain;
      content: "";
   }
   .detailPageWaku ul.present li span {
      position: absolute;
      bottom: 7%;
      left: 0;
      width: 100%;
      font-size: 100%;
   }
   .detailPageWaku ul.present li:after {
      display: inline-block;
      position: absolute;
      top: -5vw;
      left: -1vw;
      width: 11vw;
      height: 11vw;
      border-radius: 50%;
      background: #91c426 url(/static/cpn/ffm000031/img/pre5.png);
      background-size: contain;
      content: "";
   }
   p.cpndt {
      text-align: right;
   }
   p.cpndt a {
      display: inline-block;
      width: 15em;
      margin: 0 auto;
      border: 3px double #2bb3eb;
      border-radius: 2px;
      font-size: 80%;
      line-height: 3;
   }
   .detailPageWaku ul.present li {
      width: 30%;
   }
}
/*============================================================
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{
   background: #fff; 
}
.cpnInfo-wrap {
   width: 100%;
   margin: 0 auto 0;
   padding-top:5%;
}
.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;
   }
}
section.present_frm.detailPageonly .presentBox h3 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;
}


