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

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

/* セリフ */
section.glovalNavi ul li p.menu-en {
    font-family: 'Taviraj', serif;
}

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

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

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

/*----------main-header----------*/
section.main-header {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background: #0a4c9e;
    text-align: center;
}

section.main-header a {
    position: relative;
    display: block;
    width: 730px;
    height: 80px;
    margin: 30px auto;
    border: solid 1px #fff;
    background: #b41e23;
}

section.main-header a p {
    margin-top: 22px;
    color: #fff;
    font-size: 30px;
}

section.main-header a:before {
    position: absolute;
    top: 35%;
    right: 20px;
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: '';
}

section.main-header a:hover {
    background: #92273c;
    text-decoration: none;
}

.sp section.main-header {
    margin: 0 auto;
    text-align: center;
}

.sp section.main-header a {
    width: 90%;
    height: 80px;
    margin: 4% auto;
}

.sp section.main-header a p {
    margin-top: 28px;
    color: #fff;
    font-size: 20px;
}

.sp section.main-header a:before {
    top: 35%;
    right: 15px;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.sp section.main-header a:hover {
    background: #92273c;
    text-decoration: none;
}

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

section.glovalNavi ul {
    width: 970px;
    margin: 20px auto;
    margin-top: 20px;
    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: #0a4c9e 1px solid;
    font-size: 22px;
}

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: #0a4c9e;
    text-decoration: none;
    /* /hover */
}

section.glovalNavi ul li a:hover {
    color: rgba(10, 76, 158, .5);
    text-decoration: none;
}

section.glovalNavi ul li a:hover p.menu-en {
    border-bottom: rgba(10, 76, 158, .5) 1px solid;
    font-size: 22px;
}

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;
    margin: 0 auto;
    margin: 100px auto 50px;
    border-bottom: #0a4c9e 1px solid;
    color: #0a4c9e;
    text-align: left;
}

section h2 img {
    margin-bottom: -10px;
}

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

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

.sp section h2 {
    width: 100%;
    margin: 10% auto 10%;
    border-bottom: #0a4c9e 2px solid;
    text-align: center;
}

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

.sp section h2 .large-ttl {
    display: inline-block;
    display: block;
    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: 28px;
}

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

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

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

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;
}

/*----------TRAILER----------*/
section.trailer {
    margin: 0 auto;
    padding-bottom: 100px;
}

/*----------INTRODUCTION----------*/
section.introduction {
    margin: 0 auto;
    padding-bottom: 100px;
    background: #0a4c9e;
}

section.introduction h2 {
    border-bottom: 1px solid #fff;
    color: #fff;
}

/*----------STORY----------*/
section.story {
    margin: 0 auto;
    padding-bottom: 100px;
}

section.story h2 {
    border-bottom: 1px solid #0a4c9e;
    color: #0a4c9e;
}

section.story div.read-text {
    margin: 25px auto;
    color: #0a4c9e;
    text-align: center;
    text-align: left;
}

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

section.story div.read-text p.large {
    font-size: 24px;
}

.sp section.story {
    padding-bottom: 10%;
}

.sp section.story h2 {
    border-bottom: 1px solid #0a4c9e;
    color: #0a4c9e;
}

.sp section.story div.read-text {
    margin: 0 auto;
    color: #0a4c9e;
    text-align: center;
    text-align: left;
}

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

.sp section.story div.read-text p.large {
    font-size: 20px;
}

section.story_frm .storyDetail {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #ffdf00;
    font-size: 36px;
    line-height: 1;
}

section.story_frm .storyDetail .waku {
    height: 241px;
    overflow: hidden;
    letter-spacing: -.4em;
}

section.story_frm .storyDetail .waku .variable-width .cl {
    display: inline-block;
}

.sp section.story_frm {
    background-size: cover;
}

.sp section.story_frm .storyDetail {
    padding-bottom: 0;
    color: #ffdf00;
    text-align: center;
    font-weight: bold;
    font-size: 114%;
    line-height: 1;
}

.sp section.story_frm .storyDetail .waku {
    height: auto;
    overflow: hidden;
}

.sp section.story_frm .storyDetail .waku .variable-width .cl {
    width: 40vw;
    height: auto;
}

.sp section.story_frm .storyDetail .waku .variable-width .cl img {
    width: 100%;
}

/*----------STAFF----------*/
section.staff {
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    background: #0a4c9e;
}

section.staff h2 {
    border-bottom: 1px solid #fff;
    color: #fff;
}

section.staff div.staff-inner {
    width: 970px;
    margin: 0 auto;
}

section.staff div.staff-inner p.name {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 40px;
    font-family: ‘游明朝’, YuMincho, ‘ヒラギノ明朝 ProN W3’, ‘HiraMinProN-W3’, ”メイリオ”, Meiryo, serif;
}

section.staff div.staff-inner p.role {
    display: inline-block;
    margin-top: 7px;
    padding: 6px 20px;
    border: 1px solid #fff;
    color: #fff;
    vertical-align: top;
    font-size: 18px;
}

section.staff div.staff-inner div.line {
    margin: 10px 0;
    border-bottom: 1px solid #fff;
}

section.staff div.staff-inner p.read {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

section.staff .staff-box {
    margin-bottom: 30px;
}

.sp section.staff {
    padding-bottom: 10%;
}

.sp section.staff div.staff-inner {
    width: 90%;
    margin: 0 auto;
}

.sp section.staff div.staff-inner p.name {
    margin-right: 4%;
    font-size: 28px;
    font-family: ‘游明朝’, YuMincho, ‘ヒラギノ明朝 ProN W3’, ‘HiraMinProN-W3’, ”メイリオ”, Meiryo, serif;
}

.sp section.staff div.staff-inner p.role {
    margin-top: 1%;
    padding: 2% 4%;
    font-size: 13px;
}

.sp section.staff div.staff-inner div.line {
    margin: 4% 0;
}

.sp section.staff .staff-box {
    margin-bottom: 18%;
}

/*----------CHARACTER & CAST----------*/
section.character {
    width: 970px;
    margin: 0 auto 100px;
    /* /ul */
}

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

section.character ul li.cha-box {
    position: relative;
    display: inline-block;
    width: 450px;
    height: 250px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 30px 40px;
    border: solid 1px #0a4c9e;
    background: #fff;
    vertical-align: top;
}

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

section.character ul li.cha-box p.main-name {
    display: inline;
    color: #0a4c9e;
    text-align: 1.5;
    font-weight: bold;
    font-size: 28px;
}

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

section.character ul li.cha-box p.line {
    margin: 15px 0;
    border-bottom: 1px #0a4c9e solid;
}

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

section.character ul li.cha-box a {
    color: #0a4c9e;
    text-decoration: underline;
}

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

/* /section.character */
.sp section.character {
    width: 100%;
    margin: 0 auto;
    /* /ul */
}

.sp section.character ul {
    display: inline-block;
    text-align: center;
    /* /li.cha-box */
}

.sp section.character ul li.cha-box {
    width: 94%;
    height: auto;
    margin-bottom: 5%;
    text-align: left;
}

.sp section.character ul li.cha-box:nth-child(odd) {
    margin: auto auto;
    margin-bottom: 5%;
}

.sp section.character ul li.cha-box p.main-name {
    color: #0a4c9e;
    text-align: 1.5;
    font-size: 26px;
}

.sp section.character ul li.cha-box p.sub-name {
    margin-bottom: 5%;
    color: #0a4c9e;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

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

.sp section.character ul li.cha-box p.read {
    color: #0a4c9e;
    font-size: 14px;
    line-height: 1.8;
}

/* /section.character */
/*----------PRESENT----------*/
section.present {
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    background: #0a4c9e;
}

section.present h2 {
    border-bottom: 1px solid #fff;
    color: #fff;
}

section.present div.ttl01 {
    text-align: center;
}

section.present p.term {
    margin: 2% 2% 4%;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

section.present div.present-inner {
    position: relative;
    width: 970px;
    width: 350px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 3%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}

section.present div.present-inner p.data {
    position: absolute;
    top: -20px;
    left: -30px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fcf738;
    color: #0a4c9e;
    text-align: center;
    font-size: 40px;
}

section.present div.present-inner p.data span {
    display: block;
    font-size: 18px;
    line-height: .2;
}

section.present div.present-inner p.data span.large {
    font-weight: bold;
    font-size: 50px;
    line-height: 1.4;
}

section.present div.present-inner p.img01 {
    margin-bottom: 4%;
    text-align: center;
}

section.present div.present-inner div.name {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

section.present .present-box {
    margin-bottom: 0;
}

section.present a {
    position: relative;
    display: block;
    width: 730px;
    height: 80px;
    margin: 30px auto;
    border: solid 1px #fff;
    background: #b41e23;
    text-align: center;
}

section.present a p {
    margin-top: 22px;
    color: #fff;
    font-size: 30px;
}

section.present a:before {
    position: absolute;
    top: 35%;
    right: 20px;
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: '';
}

section.present a:hover {
    background: #92273c;
    text-decoration: none;
}

.sp section.present {
    padding-bottom: 10%;
}

.sp section.present div.ttl01 {
    width: 90%;
    margin: 0 auto;
}

.sp section.present div.present-inner {
    width: 80%;
    margin: 10% auto;
}

.sp section.present div.present-inner p.img01 {
    width: 80%;
    margin: 0 auto;
}

.sp section.present div.present-inner p.name {
    margin-right: 4%;
    font-size: 28px;
    font-family: ‘游明朝’, YuMincho, ‘ヒラギノ明朝 ProN W3’, ‘HiraMinProN-W3’, ”メイリオ”, Meiryo, serif;
}

.sp section.present div.present-inner p.role {
    margin-top: 1%;
    padding: 2% 4%;
    font-size: 13px;
}

.sp section.present div.present-inner div.line {
    margin: 4% 0;
}

.sp section.present .present-box {
    margin-bottom: 0;
}

.sp section.present a {
    width: 90%;
    height: 80px;
    margin: 4% auto;
}

.sp section.present a p {
    margin-top: 28px;
    color: #fff;
    font-size: 20px;
}

.sp section.present a:before {
    top: 35%;
    right: 15px;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.sp section.present a:hover {
    background: #92273c;
    text-decoration: none;
}

/*----------------------------------------------
    copyright
----------------------------------------------*/
.copyright {
    width: 930px;
    margin: 0 auto;
    color: #0a4c9e;
    text-align: left;
}

.sp .copyright {
    width: 90%;
    margin-top: 10%;
    margin-left: 4%;
    color: #0a4c9e;
    text-align: left;
}

/*----------------------------------------------
    section.trailer
----------------------------------------------*/
div#movieInfo {
    width: 682px;
    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;
}

/* cpnInfo
------------------------------------------------------------*/
.cpnInfo {
    margin: 0 auto;
}

.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;
    margin-bottom: 2em;
}

.cpnInfo div.img img {
    width: 100%;
    margin-bottom: 1em;
}

.cpnInfo table {
    max-width: 970px;
    width: 100%;
    margin: 1em auto;
}

.cpnInfo th {
    width: 20%;
    background: #eee;
}

.cpnInfo th.title {
    padding: 10px 0 7px 0;
    background: #c01920;
    color: #fff;
    text-align: center;
    font-size: 150%;
}

.cpnInfo td {
    width: 80%;
}

.cpnInfo table,
.cpnInfo th,
.cpnInfo td {
    padding: 15px;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: left;
    line-height: 1.5;
}

.cpnInfo table strong,
.cpnInfo th strong,
.cpnInfo td strong {
    display: block;
}

.cpnInfo table p,
.cpnInfo th p,
.cpnInfo td p {
    margin-bottom: 1em;
}

@media screen and (max-width: 641px) {
    .cpnInfo table,
    .cpnInfo th,
    .cpnInfo td {
        width: 94%;
        box-sizing: border-box;
        padding: 5px;
        border: none;
    }

    .cpnInfo th,
    .cpnInfo td {
        display: block;
        width: 100%;
    }

    .cpnInfo td {
        margin-bottom: 1em;
    }

    .cpnInfo th.title {
        font-size: 100%;
    }
}

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