@charset "UTF-8";
/*-------------------------------
共通設定
--------------------------------*/
#ffm000013 {
   /* background: #000; */
}
#globalNavi.naviFixed {
   display: none;
}
#ffm000013 footer {
   margin-top: 10px;
   background: #fff;
}
#ffm000013 .container {
   width: 100%;
   height: auto;
   margin: 0 auto;
   margin: 0 auto;
   background-color: #000;
   background-image: url(/static/cpn/ffm000013/img/bg_star.png);
   background-repeat: repeat;
   background-attachment: fixed;
   background-position: bottom;
   color: #fff;
}
#ffm000013 article.contents {
   width: 100%;
   margin: 0 auto;
   /* background: url("/static/cpn/ffm000013/img/link.png") no-repeat; */
   background-repeat: repeat-y;
   background-attachment: fixed;
   background-position: bottom;
}
.sp#ffm000013 article.contents {
   width: 100%;
   margin: 0 auto;
   background-repeat: repeat;
   background-attachment: initial;
   background-position: initial;
}
article.contents section {
   width: 970px;
   margin: 0 auto;
}
.sp article.contents section {
   width: 100%;
   margin: 0 auto 3%;
}
#ffm000013 .container a {
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;

        -o-user-select: none;
}
.sp#ffm000013 .container {
   width: 100%;
   margin: 0 auto;
   background-color: #000;
   background-image: url(/static/cpn/ffm000013/img/bg_star_sp.png);
   background-repeat: repeat;
   background-attachment: inherit;
   background-position: initial;
}
#ffm000013 .container a:hover {
   opacity: .8;
   text-decoration: none;
   cursor: pointer;
}
.sp#ffm000013 .seriesList a:hover {
   background: hsla(205, 56%, 31%, .74);
   opacity: .9;
   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;
}
#ffm000013 img {
   vertical-align: top;
   line-height: 0;
}
aside.copyR {
   width: 970px;
   margin: 0 auto;
   padding-bottom: 10%;
   color: rgba(148, 148, 148, 1);
   font-size: 80%;
   text-align: center;
}
.sp aside.copyR {
   width: 95%;
   padding-bottom: 40%;
}
.cpnInfo .title {
   width: 968px;
   margin: 0 auto;
   padding: 10px 0 7px;
   border: 1px solid #fff;
   border-bottom: none;
   background: transparent;
   color: #c01920;
   font-size: 150%;
   text-align: center;
}
/*--section #hederG-------------------------------*/
article.contents section#hederG {
   width: 100%;
   margin-top: 10px;
   margin-bottom: 36px;
   text-align: center;
}
article.contents section#hederG h1 {
   background: url(/static/cpn/ffm000013/img/bg_hederTtl.png);
   text-align: center;
}
h2.headerImage {
   width: 970px;
   height: 201px;
   margin: 0 auto;
   padding: 339px 0 0 0;
   background: url(/static/cpn/ffm000013/img/bg_head_n.jpg) no-repeat center;
   text-align: left;
   -webkit-animation: fdIn 5s ease-in-out 0s infinite normal;
      -moz-animation: fdIn 5s ease-in-out 0s infinite normal;
       -ms-animation: fdIn 5s ease-in-out 0s infinite normal;
        -o-animation: fdIn 5s ease-in-out 0s infinite normal;
           animation: fdIn 5s ease-in-out 0s infinite normal;
}
a.precpn {
   display: block;
   position: relative;
   width: 789px;
   height: 140px;
   margin: 35px auto 20px;
}
a.precpn:hover {
   background: url(/static/cpn/ffm000013/img/preCpn_on.png);
}
div.endroll {
   overflow: hidden;
   position: relative;
   width: 970px;
   height: 250px;
   margin: 0 auto;
}
#titles {
   overflow: hidden;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 970px;
   height: 50em;
   font-size: 200%;
   font-weight: bold;
   text-align: justify;
   text-align: center;
   line-height: 1.5;
   -webkit-transform: perspective(300px) rotateX(25deg);
      -moz-transform: perspective(300px) rotateX(25deg);
       -ms-transform: perspective(300px) rotateX(25deg);
        -o-transform: perspective(300px) rotateX(25deg);
           transform: perspective(300px) rotateX(25deg);
   -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
       -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
           transform-origin: 50% 100%;
}
.ie9Box #titles {
   position: absolute;
   bottom: -20%;
   left: 10%;
   width: 80%;
   height: 56em;
   margin-left: 0;
   font-size: 165%;
}
#titles:after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 60%;
   left: 0;
   background-image: -webkit-linear-gradient(rgba(0,0,0,1) 0%, transparent 100%);
   background-image:      -o-linear-gradient(rgba(0,0,0,1) 0%, transparent 100%);
   background-image:    -moz-linear-gradient(rgba(0,0,0,1) 0%, transparent 100%);
   background-image:     -ms-linear-gradient(rgba(0,0,0,1) 0%, transparent 100%);
   background-image:         linear-gradient(rgba(0,0,0,1) 0%, transparent 100%);
   pointer-events: none;
   content: " ";
}
.ie9Box #titlecontent {
   position: absolute;
   top: 75%;
}
#titlecontent {
   overflow: hidden;
   position: absolute;
   top: 100%;
   left: 10%;
   color: #ffdc61;
   font-weight: normal;
   text-align: center;
   -webkit-animation: scroll 50s linear 1s infinite;
      -moz-animation: scroll 50s linear 1s infinite;
       -ms-animation: scroll 50s linear 1s infinite;
        -o-animation: scroll 50s linear 1s infinite;
           animation: scroll 50s linear 1s infinite;

   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
}
/*--section.seriesLis-------------------------------*/
.seriesList {
   display: -webkit-box;
   display:         flex;
   display: -webkit-flex;
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
   width: 970px;
   margin: 0 auto;
   padding: 114px 25px 0;
   background: url("/static/cpn/ffm000013/img/link.png") no-repeat;
   text-align: center;

   -webkit-box-pack: justify;
           justify-content: space-between;
   -webkit-justify-content: space-between;
   -webkit-flex-wrap: wrap;
           flex-wrap: wrap;
}
.seriesList a {
   display: inline-block;
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
   width: 240px;
   height: 630px;
   margin: 25px 15px;
   background: url("/static/cpn/ffm000013/img/bg_releasedwork_op.png") no-repeat;
}
.seriesList dt {
   padding: 362px 20px 0;
   padding-top: 362px;
   background: url("/static/cpn/ffm000013/img/STARWARS_1.jpg") no-repeat;
   color: #09f;
   font-size: 20px;
   font-weight: bold;
}
.seriesList dd {
   height: 67px;
   padding: 15px 20px 30px;
   color: #fff;
   font-size: 16px;
   text-align: left;
}
.seriesList .ep2 dt {
   background: url("/static/cpn/ffm000013/img/STARWARS_2.jpg") no-repeat;
}
.seriesList .ep3 dt {
   background: url("/static/cpn/ffm000013/img/STARWARS_3.jpg") no-repeat;
}
.seriesList .ep4 dt {
   background: url("/static/cpn/ffm000013/img/STARWARS_4.jpg") no-repeat;
}
.seriesList .ep5 dt {
   background: url("/static/cpn/ffm000013/img/STARWARS_5.jpg") no-repeat;
}
.seriesList .ep6 dt {
   background: url("/static/cpn/ffm000013/img/STARWARS_6.jpg") no-repeat;
}
span.lts {
   letter-spacing: -4px;
}
p.buyNow {
   position: relative;
   width: 220px;
   height: 50px;
   margin: 0 auto;
   padding-right: 7px;
   border-top: 2px solid rgba(255, 255, 255, .3);
   border-bottom: 2px solid rgba(0, 0, 0, .22);
   -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
           border-radius: 20px;
   background: #b70000;
   -webkit-box-shadow: 0 0 8px 4px rgba(25, 104, 202, 0), 1px 2px 3px rgba(7, 2, 4, 0);
      -moz-box-shadow: 0 0 8px 4px rgba(25, 104, 202, 0), 1px 2px 3px rgba(7, 2, 4, 0);
           box-shadow: 0 0 8px 4px rgba(25, 104, 202, 0), 1px 2px 3px rgba(7, 2, 4, 0);
   text-shadow: -1px -1px rgba(6,3,4,.3);
   color: #fff;
   font-size: 19px;
   font-weight: bold;
   line-height: 50px;
   letter-spacing: -1px;
}
p.buyNow:hover {
   position: relative;
   width: 220px;
   height: 50px;
   border-top: solid 2px transparent;
   border-bottom: solid 2px transparent;
   -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
           border-radius: 20px;
   background-color: rgba(183,0,0,.7);
   text-shadow: inset 1px 1px rgba(6,3,4,.3);
   color: #ff0;
}
p.buyNow:after {
   display: inline-block;
   position: absolute;
   top: 35%;
   right: -6px;
   width: 15px;
   height: 15px;
   font-size: 80%;
   content: "▲";
   -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
           transform: rotate(90deg);
}
span.fs80 {
   padding-right: 5px;
   font-size: 75%;
}
p.buyNow:hover,
.sp p.otBun:hover {
   -webkit-box-shadow: 0 0 8px 4px rgba(25,104,202,.95), 1px 2px 3px rgba(7,2,4,.5);
      -moz-box-shadow: 0 0 8px 4px rgba(25,104,202,.95), 1px 2px 3px rgba(7,2,4,.5);
           box-shadow: 0 0 8px 4px rgba(25,104,202,.95), 1px 2px 3px rgba(7,2,4,.5);
   -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 p.otBun:hover {
   top: 2px;
}
.ie9Box p.buyNow {
   position: relative;
   width: 217px;
   padding-right: 8px;
   border: none;
   border: none;
   background: url("/static/cpn/ffm000013/img/buyNowBtn.png") no-repeat;
   line-height: 55px;
}
.ie9Box p.buyNow:hover {
   background: url("/static/cpn/ffm000013/img/buyNowBtn.png") no-repeat;
   -webkit-box-shadow: 0 0 8px 4px rgba(25, 104, 202, 0), 1px 2px 3px rgba(7, 2, 4, 0);
      -moz-box-shadow: 0 0 8px 4px rgba(25, 104, 202, 0), 1px 2px 3px rgba(7, 2, 4, 0);
           box-shadow: 0 0 8px 4px rgba(25, 104, 202, 0), 1px 2px 3px rgba(7, 2, 4, 0);
}
.ie9Box p.buyNow:after {
   display: none;
}
p.otBun {
   display: inline-block;
   margin: 3em auto 5em;
   text-align: center;
}
/*-------------------------------------------------------------
       present
-------------------------------------------------------------*/
section.present {
   text-align: center;
}
section.present .presentList  ul.towelList li {
   display: block;
   text-align: left;
}
section.present h2 a {
   position: relative;
}
section.present h2 a::after {
   display: block;
   position: absolute;
   top: 50%;
   right: 22px;
   width: 24px;
   height: 24px;
   margin-top: -11px;
   border-top: 2px solid #fff;
   border-right: 2px solid #fff;
   content: "";
   -webkit-transform: rotate(45deg);
           transform: rotate(45deg);
}
section.present h1 {
   width: 833px;
   margin: 0 auto 20px;
   padding-top: 19px;
   background: url("/static/cpn/ffm000013/img/flame_pre.png") no-repeat;
   color: #fff;
   font-size: 27px;
   font-weight: bold;
   text-align: center;
   line-height: 52px;
}
p.preTxt {
   margin-bottom: 24px;
   font-size: 18px;
}
p.preTxt span.ye {
   color: #fc0;
   font-size: 26px;
   font-weight: bold;
}
section.present h2 a {
   display: inline-block;
   width: 580px;
   margin-bottom: 28px;
   border-right: solid 1px #d50000;
   border-left: solid 1px #d50000;
   border-radius: 1px;
   background-color: #bc0000;
   background-image: -webkit-linear-gradient(bottom, #bc0202, #c93333);
   background-image:    -moz-linear-gradient(bottom, #bc0202, #c93333);
   background-image:      -o-linear-gradient(bottom, #bc0202, #c93333);
   background-image:     -ms-linear-gradient(bottom, #bc0202, #c93333);
   background-image:         linear-gradient(to top, #bc0202, #c93333);
   -webkit-box-shadow: 0 1px 1px rgba(4,4,4,.75), inset 0 2px rgba(255,255,255,.75);
      -moz-box-shadow: 0 1px 1px rgba(4,4,4,.75), inset 0 2px rgba(255,255,255,.75);
           box-shadow: 0 1px 1px rgba(4, 4, 4, .6), inset 0 2px rgba(255, 255, 255, .6);
   text-shadow: 0 -1px 2px rgba(4,4,4,.5);
   color: #fff;
   font-size: 30px;
   line-height: 80px;
}
section.present h2 a:hover {
   text-decoration: none;
}
section.present .presentList {
   width: 830px;
   height: 890px;
   margin: 0 auto 40px;
   padding: 30px 0;
   border: solid 1px #373737;
   -webkit-border-radius: 0 0 7px 7px/0 0 7px 8px;
      -moz-border-radius: 0 0 7px 7px/0 0 7px 8px;
           border-radius: 0 0 7px 7px/0 0 7px 8px;
   background-color: rgba(30,29,29,.7);
}
section.present .presentList h3 {
   width: 487px;
   margin: 0 auto 15px;
   background: url("/static/cpn/ffm000013/img/presentwaku.png") no-repeat center;
   text-shadow: 0 -1px 2px rgba(4,4,4,.5);
   font-size: 22px;
   line-height: 37px;
}
section.present .presentList ul {
   width: 780px;
   height: 164px;
   margin: 0 auto;
   text-align: left;
   letter-spacing: -.4em;
}
section.present .presentList li {
   display: inline-block;
   margin-bottom: 4px;
   font-size: 18px;
   letter-spacing: 0;
}
li.bl {
   color: #09f;
   font-weight: bold;
}
ul.paceOpList {
   position: relative;
}
ul.paceOpList li.preImg {
   position: absolute;
   top: 0;
   left: 0;
   padding-left: 0;
}
ul.paceOpList li {
   padding-left: 412px;
}
section.present .presentList li.attenTxt {
   font-size: 14px;
   line-height: 1.35;
}
section.present .presentList p.copy {
   padding-right: 20px;
   color: #eee;
   font-size: 12px;
   text-align: right;
}
section.present .presentList ul.toyList {
   height: 225px;
}
section.present .presentList ul.towelList {
   height: 280px;
}
.presentList div:not(.towel) {
   margin-bottom: 12px;
}
section.present .presentList  .spaceOp p.copy {
   text-align: left;
}
section.present .presentList .spaceOp p.copy {
   padding-right: 0;
   padding-left: 20px;
   text-align: left;
}
section.present .presentList ul.towelList li.preImg {
   text-align: center;
}
ul.toyList {
   text-align: left;
}
/*--------------------------------------------------------------
    SP
---------------------------------------------------------------*/
/*--section #hederG-------------------------------*/
@media screen and (max-width:641px) {
   .cpnInfo .title {
      width: 94%;
      margin: 0 auto;
      border: 1px solid #fff;
   }
   article.contents img {
      width: 100%;
   }
   article.contents section#hederG {
      width: 100%;
      margin-top: 1%;
      margin-bottom: 8%;
   }
   article.contents section#hederG h1 {
      margin-bottom: 5px;
   }
   h2.headerImage {
      width: 100%;
      height: 55vw;
      margin: 0 auto;
      padding: 34% 0 0 0;
      background: url(/static/cpn/ffm000013/img/bg_head_n.jpg) no-repeat center;
      background-size: contain;
      -webkit-animation: initial;
         -moz-animation: initial;
          -ms-animation: initial;
           -o-animation: initial;
              animation: initial;
   }
   h2.headerImage img {
      /* width: 56%; */
   }
   a.precpn {
      display: block;
      position: relative;
      width: 98%;
      height: 13vw;
      margin: 3% auto 2%;
      background: none;
   }
   a.precpn:hover {
      background: none;
   }
   div.endroll {
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 170px;
   }
   #titles {
      overflow: hidden;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50em;
      margin-left: 0;
      font-size: 100%;
      font-weight: 700;
      text-align: justify;
      -webkit-transform: perspective(30%) rotateX(25deg);
         -moz-transform: perspective(30%) rotateX(25deg);
          -ms-transform: perspective(30%) rotateX(25deg);
           -o-transform: perspective(30%) rotateX(25deg);
              transform: perspective(30%) rotateX(25deg);
      -webkit-transform-origin: 50% 100%;
         -moz-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
           -o-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
   }

   #titles:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 60%;
      left: 0;
      background-image: -webkit-linear-gradient(rgba(0,0,0,1) 0%, transparent 100%);
      background-image:      -o-linear-gradient(rgba(0,0,0,1) 0%, transparent 100%);
      background-image:    -moz-linear-gradient(rgba(0,0,0,1) 0%, transparent 100%);
      background-image:     -ms-linear-gradient(rgba(0,0,0,1) 0%, transparent 100%);
      background-image:         linear-gradient(rgba(0,0,0,1) 0%, transparent 100%);
      pointer-events: none;
      content: " ";
   }
   #titlecontent {
      position: absolute;
      top: 100%;
      left: 2%;
      color: #ffdc61;
      font-weight: normal;
      -webkit-animation: scroll 60s linear 1s infinite;
         -moz-animation: scroll 60s linear 1s infinite;
          -ms-animation: scroll 60s linear 1s infinite;
           -o-animation: scroll 60s linear 1s infinite;
              animation: scroll 60s linear 1s infinite;

      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
   }
   /*--section.seriesLis-------------------------------*/
   .seriesList {
      width: 100%;
      padding: 0 2%;
      background: transparent;
   }
   .seriesList a {
      display: inline-block;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: auto;
      margin: 3% 0;
      padding: 2% 1%;
      border-bottom: 1px solid #c00;
      background: transparent;
      background: transparent;
   }
   .seriesList a:last-of-type {
      border: none;
   }
   .seriesList dt {
      padding: 5% 0 0 50%;
      background: transparent;
      font-size: 110%;
   }
   .seriesList dd {
      height: 6em;
      padding: 5% 0 38% 50%;
      font-size: 100%;
      line-height: 1.8;
   }
   .seriesList dl {
      background: url("/static/cpn/ffm000013/img/STARWARS_1.jpg") no-repeat;
      background-size: 42%;
   }
   .seriesList .ep2 {
      background: url("/static/cpn/ffm000013/img/STARWARS_2.jpg") no-repeat;
      background-size: 42%;
   }
   .seriesList .ep3 {
      background: url("/static/cpn/ffm000013/img/STARWARS_3.jpg") no-repeat;
      background-size: 42%;
   }
   .seriesList .ep4 {
      background: url("/static/cpn/ffm000013/img/STARWARS_4.jpg") no-repeat;
      background-size: 42%;
   }
   .seriesList .ep5 {
      background: url("/static/cpn/ffm000013/img/STARWARS_5.jpg") no-repeat;
      background-size: 42%;
   }
   .seriesList .ep6 {
      background: url("/static/cpn/ffm000013/img/STARWARS_6.jpg") no-repeat;
      background-size: 42%;
   }
   .seriesList .ep2 dt {
      background: none;
   }
   .seriesList .ep3 dt {
      background: transparent;
   }
   .seriesList .ep4 dt {
      background: transparent;
   }
   .seriesList .ep5 dt {
      background: transparent;
   }
   .seriesList .ep6 dt {
      background: transparent;
   }
   p.buyNow {
      position: relative;
      width: 92%;
      margin: 5% auto;
      padding-right: 7px;
      border: solid 1px #b70c16;
      border-top: 2px solid rgba(255, 255, 255, .3);
      border-bottom: 2px solid rgba(0, 0, 0, .22);
      -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
              border-radius: 2px;
      background: rgba(183, 0, 0, .8);
      -webkit-box-shadow: 1px 2px 3px rgba(7,2,4,.5);
         -moz-box-shadow: 1px 2px 3px rgba(7,2,4,.5);
              box-shadow: 1px 2px 3px rgba(7,2,4,.5);
      text-shadow: -1px -1px rgba(6,3,4,.3);
      color: #fff;
      font-size: 19px;
      font-weight: bold;
      line-height: 50px;
      letter-spacing: 0;
   }
   p.buyNow:hover {
      position: relative;
      width: 92%;
      height: 50px;
      margin: 5% auto;
      border-top: solid 2px transparent;
      border-bottom: solid 2px transparent;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
      background-color: rgba(183,0,0,.7);
      text-shadow: inset 1px 1px rgba(6,3,4,.3);
      color: #ff0;
   }
   .ie9Box p.buyNow {
      position: relative;
      width: 22%;
      border: none;
      background: url("/static/cpn/ffm000013/img/buyNowBtn.png") no-repeat;
      background-color: #b70000;
      line-height: 2;
   }
   p.buyNow:after {
      display: inline-block;
      position: absolute;
      top: 30%;
      right: -4%;
      width: 1em;
      height: 1em;
      font-size: 80%;
      content: "▲";
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
              transform: rotate(90deg);
   }
   .ie9Box p.buyNow:after {
      display: none;
   }
   p.otBun {
      display: block;
      width: 96%;
      margin: 2em auto;
   }
   section.present {
      text-align: center;
   }
   section.present .presentList  ul.towelList li {
      display: block;
      text-align: left;
   }
   section.present h2 a {
      position: relative;
   }
   section.present h2 a::after {
      display: block;
      position: absolute;
      top: 55%;
      right: 3%;
      width: 12px;
      height: 12px;
      margin-top: -8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      content: "";
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
   }
   section.present h1 {
      overflow: hidden;
      width: 100%;
      margin: 0 auto 2%;
      padding: 1% 10%;
      padding-top: 1%;
      background: url("/static/cpn/ffm000013/img/presentcpnTxt_sp.png") no-repeat;
      background-size: contain;
      font-size: 150%;
      text-indent: 100%;
      text-align: center;
      line-height: 1;
      white-space: nowrap;
   
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
}
   section.present h1 img {
      width: 100%;
   }
   p.preTxt {
      margin-bottom: 7%;
      font-size: 120%;
   }
   p.preTxt span.ye {
      display: block;
      font-size: 190%;
   }
   section.present h2 a {
      display: inline-block;
      width: 88%;
      margin-bottom: 6%;
      padding: 2% 12px 2% 0;
      border: none;
      border-radius: 1px;
      background-color: #bc0000;
      font-size: 89%;
      line-height: 2;
   }
   section.present .presentList {
      width: 96%;
      height: auto;
      margin: 0 auto 10%;
      padding: 3% 0;
   }
   section.present .presentList h3 {
      width: 98%;
      margin: 0 auto 5%;
      background: url("/static/cpn/ffm000013/img/presentwaku.png") no-repeat center;
      background-size: contain;
      text-shadow: 0 -1px 2px rgba(4,4,4,.5);
      font-size: 100%;
      line-height: 2;
   }
   section.present .presentList ul {
      width: 94%;
      height: auto;
   }
   section.present .presentList li {
      display: inline-block;
      margin-bottom: 2%;
      font-size: 120%;
      letter-spacing: 0;
   }
   section.present .presentList li.bl {
      text-shadow: 1px 1px 1px rgba(238, 247, 3, .8);
      color: #09f;
      font-weight: bold;
      letter-spacing: 1px;
   }
   ul.paceOpList {
      position: relative;
   }
   ul.paceOpList li.preImg {
      position: relative;
      top: 0;
      left: 0;
      padding-left: 0;
   }
   section.present .presentList li.preImg img {
      width: 100%;
   }
   ul.paceOpList li {
      padding-left: 0;
   }
   section.present .presentList li.attenTxt {
      font-size: 100%;
   }
   section.present .presentList p.copy {
      padding-right: 2%;
      color: #eee;
      font-size: 12px;
      text-align: right;
   }
   section.present .presentList ul.toyList {
      height: auto;
   }
   section.present .presentList ul.towelList {
      height: auto;
   }
   .presentList div {
      margin-bottom: 2%;
   }
   section.present .presentList  .spaceOp p.copy {
      text-align: left;
   }
   section.present .presentList p.copy {
      padding-right: 0;
      padding-left: 2%;
      color: #c5c5c5;
      font-size: 84%;
      line-height: 2;
   }
   section.present .presentList ul.towelList li.preImg {
      text-align: center;
   }
   ul.toyList {
      text-align: left;
   }
   section.present .presentList ul li:nth-child(3),
   section.present .presentList ul.toyList li:nth-child(2) {
      font-size: 96%;
   }
   section.cpnInfo table th {
      width: 100%;
      background: transparent;
      color: #f86f88;
   }
   .cpnInfo td {
      border-bottom: none;
   }
   .seriesList a:hover {
      border-bottom: 1px solid #c2fdff;
   }
   .towel + p {
      font-size: 87%;
   }
}

@keyframes fdIn{0%,100%{background:url(/static/cpn/ffm000013/img/bg_head_n.jpg) center no-repeat}50%{background:url(/static/cpn/ffm000013/img/bg_head.jpg) center no-repeat}}@-webkit-keyframes fdIn{0%,100%{background:url(/static/cpn/ffm000013/img/bg_head_n.jpg) center no-repeat}50%{background:url(/static/cpn/ffm000013/img/bg_head.jpg) center no-repeat}}@-moz-keyframes fdIn{0%,100%{background:url(/static/cpn/ffm000013/img/bg_head_n.jpg) center no-repeat}50%{background:url(/static/cpn/ffm000013/img/bg_head.jpg) center no-repeat}}@-o-keyframes fdIn{0%,100%{background:url(/static/cpn/ffm000013/img/bg_head_n.jpg) center no-repeat}50%{background:url(/static/cpn/ffm000013/img/bg_head.jpg) center no-repeat}}@-ms-keyframes fdIn{0%,100%{background:url(/static/cpn/ffm000013/img/bg_head_n.jpg) center no-repeat}50%{background:url(/static/cpn/ffm000013/img/bg_head.jpg) center no-repeat}}@keyframes scroll{0%{top:100%;opacity:1}100%{top:42%;opacity:.7}}@-moz-keyframes scroll{0%{top:100%;opacity:1}100%{top:42%;opacity:.7}}@-webkit-keyframes scroll{0%{top:100%;opacity:1}100%{top:42%;opacity:.7}}@-o-keyframe scroll{0%{top:100%;opacity:1}100%{top:42%;opacity:.7}}@-ms-keyframes scroll{0%{top:100%;opacity:1}100%{top:42%;opacity:.7}}
/*======cpnInfo==============================================*/
section.cpnInfo th{width:20%;background:0 0;color:#ffe1e1}.cpnInfo{margin:0 auto;padding-top:0;background:rgba(0,0,0,.5);color:#333}.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 5%}.cpnInfo a{padding:0 1%;border-radius:2px;background:rgba(255,1,1,.8)}.cpnInfo th.title{padding:10px 0 7px;background:#c01920;color:#fff;font-size:150%;text-align:center}.cpnInfo td{width:80%}.cpnInfo table,.cpnInfo td,.cpnInfo th{padding:15px;border:1px solid #ccc;border-bottom:1px solid #fff;background-color:transparent;color:#fff;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{box-sizing:border-box;width:94%;padding:5px;border:none;border-bottom:1px solid #fff}.cpnInfo table,.cpnInfo td,.cpnInfo th,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.cpnInfo td,.cpnInfo th{display:block;width:100%}.cpnInfo td{margin-bottom:1em}.cpnInfo th.title{font-size:100%}#ffm000013 *,:after,:before{box-sizing:border-box}}
/*detail*/
.detailPageBox {
   padding: 20px 0;
   background-color: #000;
   background-image: url(/static/cpn/ffm000013/img/bg_star.png);
   background-repeat: repeat;
   background-attachment: fixed;
   background-position: bottom;
   color: #fff;
}
.detailPageMain {
   margin-bottom: 2%;
   padding: 1% 0 4%;
   background-color: #000;
   background-image: url(/static/cpn/ffm000013/img/bg_star.png);
   background-repeat: repeat;
   background-attachment: fixed;
   background-position: bottom;
}
.detailPageMain a.precpn {
   position: relative;
   margin: 0 auto;
}
div#contentsHeader .wrapInsertBox {
   display: none;
}
a.precpn:hover {
   top: 2px;
   opacity: .6;
   text-decoration: none;
   cursor: pointer;
   zoom: 1;

       filter: alpha(opacity=60);
   -ms-filter: "alpha( opacity=60 )";
}
.insertBox {
    box-sizing: border-box;
}