﻿@charset "utf-8";

/*ブラウザ毎の設定リセット
--------------------------------------------------------*/
html { overflow-y: scroll; }
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption { margin: 0; padding: 0; line-height: 1.75; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
q:before ,q:after { content: ''; }
object, embed { vertical-align: top; }
hr, legend { display: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
img, abbr, acronym, fieldset { border: 0; }
img { vertical-align: top; -ms-interpolation-mode: bicubic; }
ul li { list-style-type: none; }

/*ページ全体について
--------------------------------------------------------*/
body {
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color: #fff;
font-size: 16px;
line-height: 1.75;
text-align: left;
letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*リンクテキストの設定
--------------------------------------------------------*/
a { outline: none; }
a:link { text-decoration: none; color: #4babf9; }
a:visited { text-decoration: none; color: #4babf9; }
a:hover { text-decoration: underline; color: #e60012; }
a:active { text-decoration: underline; color: #000; }

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('fonts/icomoon.woff') format('woff'),
	url('fonts/icomoon.ttf') format('truetype'),
	url('fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

/* 通販ボタン設定 */
section p {
font-size: 90%;
font-weight: bold;
color: #000;
text-align: left;
}

section a {
display: block;
position: relative;			/* ボックス全体にposition:relativeを指定 */
margin-bottom: 0.5em;
padding: 0.5em 1em;
text-decoration: none;
overflow: hidden;
}
/* :after疑似要素にリンクアイコンを設定 */
section a:after {
content: "\66";
font-family: 'icomoon';		/* リンクアイコンをWebフォントとして指定 */
font-size: 11px;
display: block;
position: absolute;		/* position:absoluteでボックスの右側にリンクアイコンを配置 */
width: 10px;
line-height: 10px;
top: 50%;		/* リンクアイコンを上下中央に配置 */
margin-top: -5px;
transition-duration: 0.3s;		/* リンクアイコンをアニメーション動作させる（FireFoxのみ）transparent */
}
section a:link, section a:visited {
background-color: transparent;
}
section a:hover, section a:active {
background-color: #f5f5f5;
text-decoration: none;
}
section a:link:after, section a:visited:after {
right: 16px;		/* リンクアイコンを右端から16pxに配置*/
}
section a:hover:after, section a:active:after {
right: 13px;		/* マウスオーバー時にリンクアイコンの位置をずらす */
}

/*PCとスマホ両方にかかる設定
--------------------------------------------------------*/
body {
background-color: #ddd;
}

#container {
background-color: #000;
position: relative;		/* 親要素をposition:relativeとする */
width: 100%;
max-width: 1024px;		/* PC画面幅の最大サイズを1024pxと規定 */
margin: 0 auto;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

p, li, dt, dd {
font-size: 76%;		/* 文字サイズを12px相当に */
margin-bottom: 1em;
}

.img-center {
text-align: center;
}

.text-center {
text-align: center;
}

/* ------ 可変イメージ対応 ------ */
img {
max-width: 100%;
height: auto;
}
.ie8 img {
width: auto;
}

/* ------ カラム設定 ------ */
.row {
max-width: 930px;		/* ブラウザ幅980px以上ではカラム幅930pxで固定 */
margin: 0 auto;
}
.row:after {
content: "";
display: block;
clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
float: left;
margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
float: right;
margin-left: 3.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {width: 31.1827956988%;}
.two-third {width: 65.5913978494%;}

/* for 640px - 979px タブレットでのカラム表示設定 */
@media screen and (min-width: 640px) and (max-width: 979px) {
/* 左右に2文字分の余白を設定 */
.row { padding: 0 2em; }
}

/* for - 639px スマホでのカラム表示設定 */
@media screen and (max-width: 639px) {
/* 各カラムの横並びを解除し、縦１列に並べる */
.col,
.col.left,
.col.right {
float: none;
width: auto;
margin-left: 0;
}
/* 左右に1文字分の余白を設定 */
.row { padding: 0 1em; }
}

/* ------ 非表示の見出し ------ */
h1, h2 { position:absolute;
top:-500px;
}

/* ------ 通常の見出し ------ */
h3 {
color:#e60012;
font-size: 1.125em;
font-weight: bold;
line-height: 1.5;
}

/* ------ キービジュアル ------ */
#mainvisual {
width: 100%;
margin-bottom: 1em;
}

/* ------ 場面カット ------ */
/* 画面幅640px以上の表示設定 */
@media screen and (min-width: 640px) {
.sceneL { float: left; margin-right: 1em; }
.sceneR { float: right; margin-left: 1em; }
}
/* 画面幅640px未満の表示設定 */
@media screen and (max-width: 639px) {
/* 画像のフロートを解除し縦１列に並べる */
.sceneL { float: none; margin-right: 0; max-width: 100%; height: auto; }
.sceneR { float: none; margin-left: 0; }
}

/* ------ キャスト ------ */
p.cast {
text-align: left;
margin-left: 5em;
}

p.cast span.starring {
font-size: 1.25em;
}

/* ------ スタッフ ------ */
dt, dd {
line-height: 1.5;
margin: 0 0 0.5em;
}

dl.crew {
margin: 0 0 2em;
}

.crew dt {
float: left;
text-align: right;
width: 11em;
}

.crew dd {
margin-left: 11em;
}

/* ------ スペック ------ */
dl.spec {
margin: 0;
}

.spec dt {
float: left;
text-align: left;
width: 6em;
}

.spec dd {
margin-left: 6em;
}

.rental {
font-size: 76%;
text-align: right;
}

p.care {
	text-align: right;
}

/* ------ 特典 ------ */
ul.addition {
margin: 0 0 2em;
padding: 0 0 0 1em;
}
.addition li {
list-style-type: circle;
}

ul.addChild {
margin: 0;
padding: 0 0 0 1em;
}
.addChild li {
list-style-type: disc;
}

/* ------ 収録内容 ------ */
ul.include {
margin: 0 0 2em;
padding: 0 0 0 2em;
}
.include li {
list-style-type: decimal;
}

/* ------ ページトップに戻る ------ */
#page-top {
border-top: solid 1px #d5d5d5;		/* 1番外側のborder */
border-bottom: solid 1px #fff;
}

#page-top p {
font-size: 68%;		/* 文字サイズを10px相当に */
border-top: solid 1px #dedede;		/* 2番目のborder */
}

#page-top a {
display: block;
padding-bottom: 3px;
text-align: center;
text-decoration: none;
line-height: 25px;
color: #666;
border-top: solid 1px #e5e5e5;		/* 1番内側のborder */
}
#page-top a:link,
#page-top a:visited {
background-color: #eee;		/* 通常時の背景色 */
}
#page-top a:hover,
#page-top a:active {
background-color: #e5e5e5;		/* マウスオーバーとクリック時の背景色 */
}

/* ------ Utility ------ */

#utility {
position: absolute;		/* PC用の表示ではposition:absoluteとする */
width: 100%;
top: 0;		/* top:0としてヘッダー部に移動 */
height: 40px;		/* 高さは固定とする */
background-color: #000;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

#utility .row {
height: 100%;
}

#copyright {
margin-bottom: 35px;
}

#copyright p {
font-size: 62%;
color: #bbb;
text-align:right;
}


/*-----------------------------------------------------	*/
/* スマホ専用設定*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {
/* ------ 文字を大きく ------ */
p, dt, dd, li {
font-size: 100%;
}

/* ------ Page Top ------ */
#page-top p {
font-size: 76%;
}

#page-top a {
line-height: 3em;
}

/* ------ Utility ------ */
#utility {
position: static;		/* スマートフォン用の表示ではposition:staticとする */
height: auto;
padding: 15px 0;
background-color: #f5f5f5;
border-bottom: solid 1px #e5e5e5;
}

#utility .row {
height: auto;
}

#copyright {
margin-bottom: 0;
padding: 0 15px;
}

#copyright p {
text-align: center;
}

#utility .row .one-second {
width: 100%;
}

#logo {
text-align: center;
}

}

/*-----------------------------------------------------	*/
/* ULIZA設定*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) {
#movieSMART {
display: none;		/* スマホ用プレーヤーは画面幅640px以上で非表示 */
}
}
@media screen and (max-width: 639px) {
#moviePC {
display: none;		/* PC用プレーヤーは画面幅639px以下で非表示 */
}
}