@charset "UTF-8";
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: none;
  overflow: hidden;
  height: 100px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(../js/shadowbox/img/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#sb-nav-close {
  background-image: url(../js/shadowbox/img/close.png);
}

#sb-nav-next {
  background-image: url(../js/shadowbox/img/next.png);
}

#sb-nav-previous {
  background-image: url(../js/shadowbox/img/previous.png);
}

#sb-nav-play {
  background-image: url(../js/shadowbox/img/play.png);
}

#sb-nav-pause {
  background-image: url(../js/shadowbox/img/pause.png);
}

#sb-counter {
  float: left;
  width: 45%;
  display: none;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/*-------- DEFAULT --------*/
.container {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #231d0d;
  font-size: 15px;
  line-height: 1.9em;
}

strong {
  font-weight: bold;
}

#main-container a:link {
  color: #fff;
  text-decoration: underline;
}

#main-container a:hover {
  color: #000;
  text-decoration: none;
}

#main-container a:visited {
  color: #fff;
  text-decoration: underline;
}

#main-container a:active {
  color: #878171;
  text-decoration: none;
}

/*汎用スタイル*/
.txtline {
  border-bottom: 1px dotted;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.f_w {
  color: #fff;
}

.f_red {
  color: #ae2027;
}

.b_red {
  border-bottom: 3px solid #ae2027;
}

.b_bk {
  border-bottom: 3px solid #180606;
}

.f120 {
  font-size: 120%;
}

#top .header-image {
  margin: 0;
  pointer-events: none;
}

.header-image {
  margin: 0;
}

/*--------------------------------------
  背景・枠組
---------------------------------------*/
.container-wrapper {
  background: url(../img/bg.jpg) repeat center top #f4f6f9 !important;
}

.main .main-container {
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 1.9em;
  margin-left: 20px;
}

.contentswapper {
  margin-left: 20px;
}
.contentswapper img {
  display: block;
}


/*-------- SITE BNR --------*/
.site-bnr {
  clear: both;
  margin: -45px 0 0 0;
  padding-bottom: 20px;
}
.site-bnr span {
  border: 1px #f4f6f9 solid;
}
.site-bnr img {
  max-width: 440px;
  max-height: 100px;
}

.site-bnr a {
  max-width: 440px;
  max-height: 100px;
  border: 1px #f4f6f9 solid;
}

.site-bnr a:hover {
  max-width: 440px;
  max-height: 100px;
  border: 1px #ae2027 solid;
}

#btnPagetop {
  z-index: 30;
}

.scroll2top {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  width: 93px;
  height: 82px;
  z-index: 10;
  background: url(/kintori-sp/img/pagetop.png);
}

.scroll2top:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/* page-nav */
.page-nav-inner {
  padding: 0 !important;
  font-size: 100%;
}

.page-nav {
  width: 100%;
  margin: 0;
  text-align: center;
  list-style: none;
}

.page-nav ul {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.page-nav ul.menu {
  width: 100%;
  margin: 0 auto;
}

.page-nav ul.menu li.btn {
  width: 24.87%;
  position: relative;
  float: left;
  border-radius: 0;
  background: #000;
  border-left: 1px solid #6A1616;
  border-bottom: 1px solid #6A1616;
}

.page-nav ul.menu li.btn a, .page-nav ul.menu li.btn a:visited, .page-nav ul.menu li.btn a:hover {
  margin: 0 auto;
  border: 0;
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  height: 53px;
  padding-top: 18px;
  text-shadow: none;
  border-radius: 0;
  font-weight: bold;
}
.page-nav ul.menu li.btn a span.mini, .page-nav ul.menu li.btn a:visited span.mini, .page-nav ul.menu li.btn a:hover span.mini {
  display: block;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: #c13238;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
}

.page-nav ul.menu li.btn a.active, .page-nav ul.menu li.btn a:hover {
  color: #FFF;
  background-color: #c13238;
  box-shadow: none;
  text-shadow: none;
  clear: both;
}
.page-nav ul.menu li.btn a.active span.mini, .page-nav ul.menu li.btn a:hover span.mini {
  display: block;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: normal;
}

ul.menu li a.sub {
  float: left;
  zoom: 1;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background: #c13238;
  margin: 20px 10px 5px 0;
  padding: 3px 15px;
  text-shadow: none;
  text-decoration: none;
  text-align: left;
  clear: both;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  border: none;
}

ul.menu li a.sub:hover {
  color: #f4f6f9;
  background-color: #000;
}

ul.menu li a.sub_sp {
  float: left;
  zoom: 1;
  font-size: 13px;
  letter-spacing: 1px;
  color: #e7eaf2;
  background-color: #e2bd13;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE2BD13', endColorstr='#FF6A4500');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyYmQxMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhNDUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e2bd13), color-stop(100%, #6a4500));
  background-image: -webkit-linear-gradient(left, #e2bd13 0%, #6a4500 100%);
  background-image: -moz-linear-gradient(left, #e2bd13 0%, #6a4500 100%);
  background-image: -o-linear-gradient(left, #e2bd13 0%, #6a4500 100%);
  background-image: linear-gradient(left, #e2bd13 0%, #6a4500 100%);
  margin: 20px 10px 5px 0;
  padding: 3px 15px;
  text-shadow: -1px 1px 4px #cea900, 1px -1px 4px #cea900;
  text-decoration: none;
  text-align: left;
  clear: both;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  border: none;
}

.sub_sp span.sub_icon {
  background: url(../img/sub_img.gif) no-repeat center left;
  padding-left: 25px;
  width: 17px;
  height: 17px;
}

.top-br {
  clear: both;
}

.main .header {
/*  padding: 0;*/
  box-shadow: none;
  margin-bottom: 10px;
}
.main .header .sns {
  background: transparent;
}

.main .main-container section{
  margin-top:-116px;
  margin-bottom: 70px;
  background: #A91F1F;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 134px 0 40px;
}



.main .main-container section .catch {
  color: #ffffff;
  font-size: 150%;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}
.main .main-container section#comment dt, .main .main-container section#introduction h2 {
  font-size: 23px;
  line-height: 2em;
  font-family: 'Playfair Display', serif;
}

.main .main-container section#introduction h3 {
font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    color: #FEFEFE;
    font-family: 'Playfair Display', serif;
    border-bottom: 1px solid;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background: #000;
}

.main .main-container section#news h3 {
font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    color: #FEFEFE;
    font-family: 'Playfair Display', serif;
    border-bottom: 1px solid;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    background: #000;
    text-indent: 40px;
}

.main .main-container section#comment dt{
font-size: 21px;
    line-height: 1.5em;
    font-weight: bold;
    color: #FEFEFE;
    font-family: 'Playfair Display', serif;
    border-bottom: 1px solid;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}


.red{
  font-size: 32px;
  line-height: 2em;
  color: #ac1e40;
  border-bottom: 2px dashed ;
}

.main .main-container section#cast img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
.main .main-container section#cast .chart_img {
  margin-bottom: 80px;
}
.main .main-container section#cast dt {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
}
.main .main-container section#cast dl {
  margin: 0 auto;
}
.main .main-container section#cast dl .name {
  font-size: 20px;
  display: block;
}
.main .main-container section#cast dl .name2 {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  color: #808080;
}
.main .main-container section#cast dl .roma {
  margin-left: 5px;
  font-size: 65%;
}
.main .main-container section#cast dd {
color: #fff;
font-size: 14px;
}
.main .main-container section#cast .photo {
/*  width: 24%;*/
  margin-right: 3%;
  max-width: 150px;
  padding-bottom: 30px;
}
.main .main-container section#story p {
  margin-bottom: 20px;
  line-height: 2.5em;
/*  width: 100%;*/
}
.main .main-container section#story p:last-child {
  margin-bottom: 0;
}
.main .main-container h1 {
  margin: 0px;
  background-image: none;
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 135px;
}
.main .main-container h1.movie {
  background: url(/kintori-sp/img/tit_movie.png) no-repeat top center;
  position: relative;
}

.main .main-container h1.intro {
  background: url(/kintori-sp/img/tit_introduction.png) no-repeat top center;
  position: relative;
}

.main .main-container h1.cast {
  background: url(/kintori-sp/img/tit_cast.png) no-repeat top center;
  position: relative;
}

.main .main-container h1.news {
  background: url(/kintori-sp/img/tit_news.png) no-repeat top center;
  position: relative;
}

.main .main-container h1.story {
  background: url(/kintori-sp/img/tit_story.png) no-repeat top center;
  position: relative;
}

.main .main-container h1.staff {
  background: url(/kintori-sp/img/tit_staff.png) no-repeat top center;
  position: relative;
}

.main .main-container h1.comment {
  background: url(/kintori-sp/img/tit_comment.png) no-repeat top center;
  position: relative;
}

.main .main-container h1.whatN {
  background: url(/kintori-sp/img/tit_whatN.png) no-repeat top center;
  position: relative;
}

.staff dl {
  padding:0 0 30px;
  text-align: center;
}
.staff dt {
  font-weight: bold;
  margin-top: 3em;
  font-size: 12px;
  font-family: 'Playfair Display', serif;
  color: #fff;
}
.staff dt:first-child {
  font-weight: bold;
  margin-top: 0 !important;
}
.staff dd {
  font-size: 15px;
  margin-top: 0 !important;
  color: #fff;
}
.staff p {
  text-indent: 0.5em;
}

#news p {
  margin-bottom: 20px;
  padding: 0 40px;
}

#whatN p {
  margin-bottom: 20px;
  padding: 20px 40px;
}

#news p.title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
  font-family: 'Playfair Display', serif;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  text-align: left;
}

#whatN p.title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
  font-family: 'Playfair Display', serif;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  text-align: left;
}

#news p.text {
  font-size: 16px;
  margin-top: -10px;
  padding-bottom: 8px
}

#news p.line {
  padding-top: 20px;
  border-top: 1px #0a2e41 solid;
}
#news p:last-child {
  margin-bottom: 0px;
}

#news p, #introduction p, #story p, #comment dd {
  background-image: url(../img/space.gif);
  margin-top: 20px;
  color: #ffffff;
  padding: 0 40px;
  font-size: 12pt;
  line-height: 2.2em;
}

/*#story p,{
  background-image: url(/kintori-sp/img/space.gif);
}*/

#introduction p,{
  background-image: url(/kintori-sp/img/space.gif);
}

.ph-left {
  float: left;
  margin: 0 15px 15px 0;
}

.clearboth {
  clear: both;
}

.catch_text {
  background-color: #FFc;
  padding: 5px 10px;
}

.catch02{
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 2em;
}

.center {
  text-align: center;
}

.mt-80 {
  margin-top: -80px;
}
.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.small {
  font-size: 10px;
}

.str {
  color: #936538;
  font-weight: bold;
  overflow: hidden;
  line-height: 3em;
  padding-left: 10px;
  margin-left: -10px;
}

#introduction .str {
  color: #fff;
  background: #000000;
  overflow: hidden;
  line-height: 3em;
  padding-left: 40px;
  margin: 20px -40px 10px -40px;
}

.bnr {
  text-align: center;
}
.bnr img {
  max-width: 800px;
}

.common-title {
  margin: 0;
}

.castcmt{
  font-size: 18px;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding-top: 8px;
  padding-bottom: 8px;
}

.leftposi{
  float: left;
  width: 50%;
  margin-bottom: 50px;
  font-size: 14px !important;
  padding-left: 10px;
}


.smalltx{
  font-size: 13px;
}

.main .main-container section#cast{
  margin-top:-116px;
  margin-bottom: 70px;
  background: #A91F1F;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 142px 40px 40px 40px;
}

.main .main-container section#new{
  margin-top:-116px;
  margin-bottom: 70px;
  background: #A91F1F;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 82px 40px 40px 40px;
}

.main .main-container section#whatN{
  margin-top:-116px;
  margin-bottom: 70px;
  background: #A91F1F;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 135px 40px 40px 40px;
}

.main .main-container section#movie{
  margin-top:-116px;
  margin-bottom: 70px;
  background: #A91F1F;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding-top: 140px;
}

/*.photocas{
  padding: 0px 20px;
}*/

.fb {
    font-weight: bold;
    font-size: 17px;
}

.txRight{
  text-align: right;
  font-size: 12px;
  margin-top: -20px;
}

.castphoto{
    border: 5px #C93F3F solid;
}

p.ntext{
  font-size: 16px;
  color: #fff;
}

#whatN dt {
  width: 170px;
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-family: 'Playfair Display', serif;
}

#whatN dd {
  margin-left: 180px;
  color: #fff;
  font-size: 18px;
}

.bline{
  border-bottom: #fff 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}