@charset "UTF-8";

/*
 * layout_pc.css
 *
 *  version --- 1.0
 *  updated ---
 */


/*-----------------------------------------------------
	clearfix　
-----------------------------------------------------*/

.clearfix:after {
    content: ".";
    /* 新しい要素を作る */
    display: block;
    /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
  height: auto;
  overflow: hidden;
  /**/
}

#gDefSide {
    position: absolute;
    top: 220px;
}


/*-----------------------------------------------------
  textとばし
-----------------------------------------------------*/

.indent {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
}


/* ティザーベース
---------------------------------------------------------- */

html {
    overflow-y: scroll;
}

body {
    font-size: 18px;
    text-align: center;
    background: url(../../img/bg_all.jpg) repeat;
    /*全体背景*/
}

@media print {
    html,
    html body {
        *zoom: 0.65;
    }
}


/* !wrapper
---------------------------------------------------------- */

#wrapper {
    width: 100%;
    min-width: 760px;
    text-align: center;
    /*background: url(../../img/bg_floor.jpg) repeat-x;*/
    /*全体背景 装飾*/
    background: url(../../img/bg_floor.jpg) repeat-x;
    /*全体背景 装飾*/
}

#bgSecond {
    background: url(../../img/bg_second.gif) no-repeat;
    background-position: 28% -30px;
    position: relative;
    z-index: 0;
}


/*@media(max-width:1600px){
	#bgSecond{
	background: url(../../img/bg_second.gif) no-repeat;
	background-position: 14% -30px;
	position: relative;
	z-index: 0;
}

}

 @media(max-width:1200px){
	#bgSecond{
	background: url(../../img/bg_second.gif) no-repeat;
	background-position: -100px -30px;
	position: relative;
	z-index: 0;
}



}*/

#back {
    margin: 0 auto;
    background: url(../../img/bg_back.png) no-repeat;
    background-position: 28% -23px;
}

@media(max-width:1600px) {
    #back {
        margin: 0 auto;
        background: url(../../img/bg_back.png) no-repeat;
        background-position: 11% -1.3%;
    }
}

@media(max-width:1200px) {
    #back {
        margin: 0 auto;
        background: url(../../img/bg_back.png) no-repeat;
        background-position: -130px -1.2%;
    }
}


/* !header
---------------------------------------------------------- */

header {
    height: 500px;
}


/* !contents
---------------------------------------------------------- */

#contents {
    margin: 0 auto;
    width: 1022px;
    /*width: 61%;
	min-width: 1022px;*/
    text-align: left;
}

.subTit {
    width: 313px;
    margin: 0 0 0 0;
    padding-top: 40px;
}

#main {
    float: left;
    width: 698px;
}

#sub {
    float: right;
    width: 310px;
    margin-top: 7px;
}

#sub>div {
    background: #fff;
}


/* !footer
---------------------------------------------------------- */

#footer {}


/* !Section
---------------------------------------------------------- */

.section {
    /* Basic Section */
}

.sectionHeader01 {
    position: relative;
}

.sectionHeader01 img {
    width: 550px;
    height: 395px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 15px;
}

.sectionHeader01 .img01 {
    border-bottom: 1px solid #333;
    background-color: #fff;
    display: table-cell;
    width: 700px;
    height: 234px;
    vertical-align: middle;
    text-align: center;
}

.sectionHeader01 .titleBox01 {
    padding: 7px 16px 8px 18px;
    border-top: 1px solid #fff;
    background-color: #333;
    color: #fff;
    overflow: hidden;
    zoom: 1;
}

.sectionHeader01 .titleBox01 .title01 {
    border-bottom: 1px dotted #666;
    width: 661px;
    padding: 4px 0 3px;
    font-size: 186%;
    font-weight: bold;
    line-height: 1.3;
}

.sectionHeader01 .titleBox01 .txt01 {
    float: left;
    padding-left: 15px;
    margin-top: 7px;
    line-height: 1.2;
    background: url(../img/bg_border01.png) no-repeat 4px center;
}

.sectionHeader01 .titleBox01 .sns01 {
    float: right;
    padding-top: 19px;
}

#boxTop {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 674px;
    height: 265px;
    margin: 0 auto 0;
    padding: 0 10px 11px 39px;
    background: url(../../img/box_top.png) no-repeat;
    /*ボックス背景*/
    position: relative;
    left: 12px;
}

#boxTop>img {
    width: 60%;
    height: auto;
}

.sectionContents01 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 674px;
    margin: 0 auto 0;
    padding: 0 32px 0 29px;
    background: url(../../img/box_center.png) repeat-y;
    /*ボックス背景*/
    position: relative;
    left: 12px;
    bottom: 10px;
    z-index: 0;
}

#boxBottom {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 674px;
    margin: 0 auto 0;
    padding: 35px 32px 0 29px;
    background: url(../../img/box_bottom.png) no-repeat;
    /*ボックス背景*/
    position: relative;
    left: 12px;
    bottom: 0px;
}

.sectionContents01>section {
    /*margin-bottom: 35px;*/
}

.sectionContents01 .inner01 {
    padding-left: 9px;
    overflow: hidden;
    zoom: 1;
}

.castList01 {
    overflow: hidden;
    margin-left: 21px;
}

.castList01 ul {
    margin: -8px 0 0 -12px;
}

.castList01 li {
    float: left;
    border-top: 1px solid #f3f1db;
    border-left: 1px solid #f3f1db;
    width: 290px;
    height: 125px;
    padding: 7px 11px 0px;
    display: table;
}

.castList01 li .box01 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 130px;
}

.castList01 li .img01 {
    position: absolute;
}

.castList01 li img {
    padding: 3px;
    background-color: #f6f6f6;
    border: 1px solid #dedede;
}

.castList01 li .txt01 {
    font-size: 115%;
}

.castList01 li .txt02 {
    font-size: 85%;
    color: #e26f0d;
}

.sectionContent02 {
    display: none;
}

.imgBorder01 {
    padding: 3px;
    background-color: #f6f6f6;
    border: 1px solid #dedede;
}

.detailLink01 {
    display: inline;
    text-decoration: none;
    font-size: 85%;
}

.detailLink01 span {
    border-bottom: 1px solid #6474d9;
}

.detailLink01:hover span {
    border: none;
}


/*---------------------ここまでティザーベース-------------------------*/


/*-----------------------------------------------------
	映画生活
-----------------------------------------------------*/

#movieArea {
    width: 564px;
    height: 400px;
    margin: 0 auto 15px;
    background: url(../../img/bg_movie.png) no-repeat;
}

#movie {
    width: 482px;
    height: 268px;
    position: relative;
    top: 66px;
    left: 42px;
}

#profile {
    width: 90%;
    margin: 6px auto 0;
}

#text {
    width: 355px;
    float: left;
    margin: 20px 20px 0 0;
}

#text img {
    display: block;
}

#photo {
    width: 142px;
    float: left;
}

#txline {
    display: inline-block;
    margin-top: 10px;
}


/* !footer
---------------------------------------------------------- */

footer {
    margin-top: 0;
    padding: 0 0 15px 0;
    text-align: center;
    color: #875705;
    font-weight: bold;
    /*background: #cf0505;*/
}


/* !SNS
---------------------------------------------------------- */

#sns {
    position: relative;
    top: -20px;
    right: -61px;
    text-align: right;
}

#sns ul li {
    display: inline;
}

#sns_google {
    position: relative;
    right: 20px;
}


/* 20150402 修正 */

#boxTop {
    position: relative;
    z-index: 1;
    width: 674px;
    padding: 24px 10px 11px 69px;
}

.mizuno {
    position: absolute;
    right: 35px;
    top: 15px;
    width: 299px;
}

.mizuno img {
    width: 100%;
    height: auto;
}

.sectionContents01 {
    bottom: inherit;
}

h3 {
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
}

#title {
    width: 485px;
    margin: 0 auto;
    background: url(../../img/kachinko.png) no-repeat;
}

#subtitle {
    display: block;
    margin-left: calc(245 / 674 * 100%);
    padding: 14px 10px 16px;
}

#title #date01,
#title #date02 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.15em;
}

#title #release01,
#title #release02 {
    display: inline-block;
    padding: 4px 8px 2px 7px;
    background: #f7e25a;
}

#title #date02 {
    margin-top: 0.8rem;
}

figure {
    text-align: center;
    padding-bottom: 30px;
    margin: 30px auto -14px;
}


/*-----------------------------------------------------
 youtube 追加
-----------------------------------------------------*/

.youtube {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 674px;
    margin: 63px auto 0;
    padding: 24px 10px 11px 0;
    position: relative;
    left: 12px;
    background: url(../../img/box_center.png);
    text-align: center;
}

.youtube_bnr {
    position: relative;
    z-index: 100;
}

.movie_box {
    position: relative;
    z-index: 0;
    width: 88%;
    margin: -10px 0 0 calc(50 / 750 * 100%);
}

.movie_inner {
    z-index: 3;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 50;
}

.movie_inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}