@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	background: #FFF;
	-webkit-text-size-adjust: none;
	background: #000 url(../img/teaser/body_bg.jpg) no-repeat center top;
	background-size: 100%;
}

#container {
	text-align: left;	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 10px 4% 8px;
}

#gHeader h1 {
	width: 35%;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	margin: 0 10px 20%;
}

.menuBox {
	padding: 8px 12px 0;
	background: url(../img/common/g_navi_bg.gif) repeat center top;
	background-size: 100% auto;
}

.menuBox li {
	float: left;
	width: 50%;
}

.menuBox li img {
	width: 100%;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 22px 0 20px;
	background: #000 url(../img/common/f_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

#gFooter .movieBox {
	margin: 0 auto 10px;
	width: 68%;
}

#gFooter .movieBox p {
	margin: 0 3px 3px;
}

#gFooter .shareUl {
	margin-bottom: 5px;
	text-align: center;
}

#gFooter .shareUl li {
	margin-bottom: 10px;
	   margin-top: 5px;
}

#gFooter .shareUl .sns{
	display: inline; 
	text-align: center;
}

#gFooter .copyright {
	margin: 0 auto;
    width: 70%;
	padding-top: 10px;
}

/*------------------------------------------------------------
	teaser
------------------------------------------------------------*/
body#teaser #main {
	margin-top: 162px;
    text-align: center;
}

body#teaser #main h2 {
    margin: 0 4% 10px;
}

body#teaser #main h2 img {
    max-width: 594px;
    width: 100%;
}

body#teaser #main .movieBox p {
    margin: 0 auto 2px;
    max-width: 380px;
    width: 59%;
}

body#teaser #main .movieBox .movie {
    margin: 0 auto 10px;
    width: 75%;
}

body#teaser #main .fImg {
    margin: 0 auto;
    width: 75%;
}

body#teaser #gFooter {
	padding: 60px 0 5px;
	background: none;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body#index {
	background: #000 url(../img/index/body_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

body#index #gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}

body#index #main h2 {
	margin: 0 0 140px;
}

body#index #main .fImg {
	margin: 0 auto 12px;
	width: 88%;
}

/*------------------------------------------------------------
	feature
------------------------------------------------------------*/
body#feature {
	background: #000 url(../img/feature/body_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

body#feature #main {
	padding-top: 20px;
}

body#feature #main h2 {
	margin-bottom: 110px;
}

body#feature #main .textImg01 {
	margin-bottom: 10px;
	width: 53%;
}


/*------------------------------------------------------------
	contents
------------------------------------------------------------*/
body#contents {
	background: #000 url(../img/contents/body_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

body#contents #main h2 {
	margin-bottom: 87px;
}

body#contents #main .textImg01 {
	margin-bottom: 87px;
}

/*------------------------------------------------------------
	spec
------------------------------------------------------------*/
body#spec {
	background: url(../img/spec/body_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

body#spec #main {
	margin: 0 0 20px;
}

body#spec #main h2 {
	margin-bottom: 87px;
}

body#spec #main .textImg01 {
	margin-bottom: 87px;
}

body#spec #main .tabBox {
	margin: 0 10px;
	overflow: hidden;
}

body#spec #main .tabBox .subBox {
	margin: -2px -2px 5px;
	box-shadow: 0 1px 5px #000;
}

body#spec #main table {
	width: 100%;
	border-collapse: separate;
	background: url(../img/spec/table_bg.png) repeat center top;
}

body#spec #main .tabBox th,
body#spec #main .tabBox td {
	font-size: 9px;
	line-height: 1.1;
	text-align: left;
	vertical-align: middle;
}

body#spec #main .tabBox th {
	color: #FFF;
	font-weight: normal;
	background-color: #E60012;
}

body#spec #main .tabBox th span {
	font-size: 8px;
}

body#spec #main .tabBox th .txt {
	display: block;
	font-size: 6px;
}

body#spec #main .tabBox td {
	padding-left: 1px;
	background: url(../img/spec/td_bg.png) repeat left top;
}

body#spec #main .tabBox01 th {
	background-color: #0068B7;
}

body#spec #main .note {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 6px;
	text-align: right;
}


/*------------------------------------------------------------
	action
------------------------------------------------------------*/
body#action {
	background: #000 url(../img/action/body_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

body#action #main h2 {
	margin-bottom: 87px;
}

body#action #main .textImg01 {
	margin-bottom: 50px;
}

/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
body#flow {
	background: #000 url(../img/flow/body_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

body#flow #main h2 {
	margin-bottom: 87px;
}

body#flow #main .textImg01 {
	margin-bottom: 40px;
}


/*------------------------------------------------------------
	mode
------------------------------------------------------------*/
body#mode {
	background: #000 url(../img/mode/body_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

body#mode #main h2 {
	margin-bottom: 87px;
}

body#amode #main .textImg01 {
	margin-bottom: 87px;
}