@charset 'UTF-8';
/*============================================================キャンペーンページ PC用============================================================*/
/*----------変数----------*/
/*----------フォント----------*/
/* ゴシック */
section,
section.related h3 div.date,
section h3 {
    font-family: 'Noto Sans JP.trailermovie.video.h360 ul', sans-serif;
}

/* 明朝 */
section.main-header div.ttl,
section h2,
section.costume ul li.cha-box p.main-name,
section.costume ul li.cha-box p.sub-name,
section.glovalNavi ul li p.menu-en,
section.glovalNavi ul li p.menu-jp {
    font-family: ‘游明朝’, YuMincho, ‘ヒラギノ明朝 ProN W3’, ‘HiraMinProN-W3’, ”メイリオ”, Meiryo, serif;
}

/* セリフ */
/*----------アンカーの微調整----------*/
section#trailer,
section#intro,
section#story,
section#costume,
section#related {
    margin-top: -10px;
    padding-top: 10px;
}

/*----------sp画像調整----------*/
.sp img {
    width: 100%;
}

/*-------------------------------
ボタン
--------------------------------*/
.button {
    display: block;
    width: 60%;
    margin: 80px auto;
    margin-bottom: 20px;
    padding: 24px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 36px;
    line-height: .8;
    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: .15s;
    -webkit-transition-property: background-color;
    -ie-border-radius: 5px;
}

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

.icon {
    float: right;
    width: 34px;
    height: 34px;
    border-radius: 23px;
    background: #fff;
    -ie-border-radius: 23px;
}

.arrow {
    width: 0;
    height: 0;
    margin: 8px 0 0 13px;
    border-width: 9px 9px 9px 13px;
    border-style: solid;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -ie-border-style: solid;
}

.arrow .com {
    margin: 10px 0 0 14px;
}

.color {
    border-radius: 10px;
    background-color: #c00;
    box-shadow: 0 5px 0 0 #640000;
    text-align: center;
}

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

.color .arrow {
    border-color: transparent transparent transparent #c00;
}

.sp .button {
    display: block;
    width: 82%;
    margin: 0 auto;
    margin-bottom: 10%;
    padding: 6% 4%;
    text-align: left;
    text-decoration: none;
    font-size: 26px;
    line-height: 1;
}

.sp .button p {
    z-index: 100;
    display: inline-block;
    margin-left: 0;
    color: #fff;
    vertical-align: middle;
}

.sp .icon {
    float: right;
    width: 34px;
    height: 34px;
    border-radius: 23px;
    background: #fff;
    -ie-border-radius: 23px;
}

.sp .arrow {
    width: 0;
    height: 0;
    margin: 8px 0 0 13px;
    border-width: 9px 9px 9px 13px;
    border-style: solid;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -ie-border-style: solid;
}

.sp .arrow .com {
    margin: 10px 0 0 14px;
}

.sp .color {
    border-radius: 10px;
    background-color: #c00;
    box-shadow: 0 5px 0 0 #640000;
    text-align: center;
}

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

.sp .color .arrow {
    border-color: transparent transparent transparent #c00;
}

/*----------body----------*/
body .container {
    background: #000;
}

/*----------main-ttl----------*/
section.main-ttl div.ttl {
    width: 970px;
    margin: 0 auto;
    padding-top: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}

.sp section.main-ttl div.ttl {
    width: 90%;
    margin: 0 auto;
    padding-top: 10%;
    text-align: center;
    font-size: 20px;
}

/*----------main-header----------*/
section.main-header {
    z-index: -100;
    margin: 0 auto;
    padding-top: 850px;
    background: #000 url(/static/cpn/ffm000036/img/main-bg.png) center 0 no-repeat;
    text-align: center;
}

section.main-header div.ttl {
    padding: 10px;
    border-bottom: solid 5px #ab9774;
    background: #ac1e25;
    color: #fff;
    font-size: 30px;
}

.sp section.main-header {
    margin: 0 auto;
    padding-top: 70%;
    background-size: 250%;
    text-align: center;
}

.sp section.main-header div.ttl {
    padding: 10px;
    border-bottom: solid 5px #ab9774;
    background: #ac1e25;
    color: #fff;
    font-size: 25px;
}

/*----------glovalNavi----------*/
section.glovalNavi {
    /* /ul */
}

section.glovalNavi ul {
    width: 970px;
    margin: 20px auto;
    margin-top: -160px;
    text-align: center;
    /* /li */
}

section.glovalNavi ul li {
    display: inline-block;
    margin: 0 15px;
    font-size: 25px;
    /* /color */
}

section.glovalNavi ul li p.menu-en {
    border-bottom: #ab9774 3px solid;
    font-size: 26px;
}

section.glovalNavi ul li p.menu-jp {
    margin-top: 5px;
    font-size: 14px;
}

section.glovalNavi ul li p.menu-jp span {
    margin-left: 5px;
}

section.glovalNavi ul li a {
    color: #ab9774;
    text-decoration: none;
    /* /hover */
}

section.glovalNavi ul li a:hover {
    color: rgba(171, 151, 116, .5);
    text-decoration: none;
}

section.glovalNavi ul li a:hover p.menu-en {
    border-bottom: rgba(171, 151, 116, .5) 3px solid;
    font-size: 26px;
}

section.glovalNavi ul li a:hover p.menu-jp {
    margin-top: 5px;
    font-size: 14px;
}

section.glovalNavi ul li a:hover p.menu-jp span {
    margin-left: 5px;
}

/* /section */
/*----------------------------------------------
    ttl
----------------------------------------------*/
section h2 {
    width: 970px;
    height: 100px;
    margin: 100px auto 20px;
    background: url(/static/cpn/ffm000036/img/titlebg.png) center 0 no-repeat;
    background-size: auto;
    color: #ab9774;
    text-align: center;
}

section h2 p.large-ttl {
    display: block;
    padding-top: 23px;
    font-size: 30px;
    font-family: 'Taviraj', serif;
}

section h2 p.small-ttl {
    display: inline-block;
    font-size: 14px;
}

.sp section h2 {
    width: 100%;
    margin: 6% auto 0;
    background-size: 95%;
    text-align: center;
}

.sp section h2 img {
    width: 20%;
    margin-bottom: 0;
}

.sp section h2 .large-ttl {
    display: inline-block;
    display: block;
    padding-top: 2%;
    font-size: 30px;
    font-family: 'Taviraj', serif;
}

.sp section h2 .small-ttl {
    display: inline-block;
    margin-bottom: 4%;
    font-size: 14px;
}

section h3 {
    width: 970px;
    margin: 0 auto 30px;
    color: #fff;
    text-align: center;
    font-size: 32px;
}

.sp section h3 {
    width: 92%;
    margin: 0 auto 4%;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

section div.sub-img {
    margin: 0 auto;
    text-align: center;
}

.sp section div.sub-img img {
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
}

section div.read-text {
    width: 970px;
    margin: 25px auto;
    color: #fff;
    text-align: center;
    text-align: left;
    font-size: 14px;
    line-height: 2;
}

section div.read-text p {
    margin-bottom: 15px;
}

.sp section div.read-text {
    width: 94%;
    margin: 25px auto;
    color: #fff;
    text-align: center;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

.sp section div.read-text p {
    margin-bottom: 15px;
}

/*----------------------------------------------
    STORY
----------------------------------------------*/
section.story {
    width: 970px;
    margin: 0 auto;
    background: url(/static/cpn/ffm000036/img/story-bg.png) center no-repeat;
    background-position: 0 60px;
}

section.story div.read-text {
    width: 45%;
    margin: 0;
    margin-left: auto;
    padding: 220px 0 50px;
    line-height: 2;
}

.sp section.story {
    width: 100%;
    margin: 0 auto;
    background: url(/static/cpn/ffm000036/img/story-bg.png) center no-repeat;
    background-position: 0 60px;
    background-size: 180%;
}

.sp section.story div.read-text {
    width: 97%;
    padding: 40% 0 10%;
}

/*----------------------------------------------
    costume
----------------------------------------------*/
section.costume {
    width: 970px;
    margin: 0 auto;
    /* /ul */
}

section.costume h2 {
    margin-top: 10px;
}

section.costume ul {
    display: inline-block;
    /* /li.cha-box */
}

section.costume ul li.cha-box {
    position: relative;
    display: inline-block;
    width: 450px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 20px 30px 30px;
    border: solid 3px #ab9774;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

section.costume ul li.cha-box:nth-child(odd) {
    margin-right: 30px;
    margin-left: 20px;
}

section.costume ul li.cha-box p.deco {
    position: absolute;
    top: -3px;
    left: -10px;
    width: 25px;
    height: 73px;
    background: #ac1e25;
    -webkit-transform: skew(-47deg);
    -moz-transform: skew(-47deg);
    -o-transform: skew(-47deg);
}

section.costume ul li.cha-box p.main-name {
    color: #575757;
    text-align: 1.5;
    font-size: 26px;
}

section.costume ul li.cha-box p.sub-name {
    margin-bottom: 20px;
    color: #575757;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

section.costume ul li.cha-box p.sub-name span {
    font-weight: normal;
}

section.costume ul li.cha-box p.read {
    color: #575757;
    font-size: 14px;
    line-height: 1.8;
}

section.costume ul li.cha-box a {
    color: #ab9774;
    text-decoration: underline;
}

section.costume ul li.cha-box a:hover {
    text-decoration: none;
}

/* /section.costume */
.sp section.costume {
    width: 100%;
    margin: 0 auto 10%;
}

/* /section.costume */
/*----------------------------------------------
    related
----------------------------------------------*/
section.related {
    width: 970px;
    overflow: hidden;
    margin: 0 auto;
    background: url(/static/cpn/ffm000036/img/ftbg.png) center bottom no-repeat;
    /* /ul */
}

section.related ul {
    margin-bottom: 60px;
    /* /li */
}

section.related ul li {
    display: inline-block;
    width: 290px;
    height: auto;
    margin: 10px 45px 20px 0;
    vertical-align: top;
    text-align: left;
    /* /a */
}

section.related ul li a img {
    margin-bottom: 10px;
}

section.related ul li a p.ttl {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

section.related ul li a p.read {
    display: block;
    color: #fff;
    font-size: 14px;
}

section.related ul li a:hover {
    text-decoration: none;
    opacity: .6;
}

section.related ul li:last-child {
    margin-right: 0;
}

section.related p.copyright {
    margin: 0 auto 266px;
    color: #ab9774;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}

/* /section.related */
.sp section.related {
    width: 100%;
    background-size: 120%;
    /* /h3 */
    /* /ul */
}

.sp section.related h3 {
    margin-bottom: 10%;
}

.sp section.related h3 p.ttl {
    margin-top: 0;
    text-align: center;
    font-size: 24px;
}

.sp section.related ul {
    margin-bottom: 10%;
    /* /li */
}

.sp section.related ul li {
    display: inline-block;
    width: 44%;
    height: 100%;
    margin: 0 3% 10% 0;
    vertical-align: top;
    text-align: center;
    /* /a */
}

.sp section.related ul li a img {
    margin-bottom: 10%;
}

.sp section.related ul li a span {
    color: #fff;
    font-size: 16px;
}

.sp section.related ul li a:hover {
    text-decoration: none;
    opacity: .6;
}

.sp section.related ul li:nth-child(1),
.sp section.related ul li:nth-child(5),
.sp section.related ul li:nth-child(9),
.sp section.related ul li:nth-child(13),
.sp section.related ul li:nth-child(17),
.sp section.related ul li:nth-child(21),
.sp section.related ul li:nth-child(25),
.sp section.related ul li:nth-child(29) {
    margin-left: 0;
}

.sp section.related ul li:nth-child(4),
.sp section.related ul li:nth-child(8),
.sp section.related ul li:nth-child(12),
.sp section.related ul li:nth-child(16),
.sp section.related ul li:nth-child(20),
.sp section.related ul li:nth-child(24),
.sp section.related ul li:nth-child(28),
.sp section.related ul li:nth-child(32) {
    margin-right: 0;
}

.sp section.related ul li:nth-child(odd) {
    margin-left: 3%;
}

.sp section.related p.copyright {
    width: 94%;
    margin: 0 auto 40%;
}

/* /section.related */
/*----------------------------------------------
    section.trailer
----------------------------------------------*/
div#movieInfo {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 2vw;
    text-align: center;
}

.sp div#movieInfo {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2vw;
    text-align: center;
}

.trailermovie.video.h360 ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.movieInfo {
    width: 96%;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 98%;
    line-height: 1.5;
}

/*-------------------------------
TOPへもどる
--------------------------------*/
div.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 200;
    margin: -3em 0 1em 0;
    text-align: right;
}

.anqure {
    display: none;
}

/*============================================================キャンペーンページ SP用============================================================*/
/*============================================================
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 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    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;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fitWindows .container div#movieInfo {
    display: block;
    width: 100%;
}

.fitWindows #Rak_Showtime_Top_FBanner {
    display: none;
}

/*# sourceMappingURL=maps/style.css.map */
